File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
x-pack/plugins/apm/server/lib/transactions/get_latency_charts Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,7 @@ export async function getLatencyPeriods({
183183 latencyAggregationType,
184184 comparisonStart,
185185 comparisonEnd,
186+ kuery,
186187} : {
187188 serviceName : string ;
188189 transactionType : string | undefined ;
@@ -192,6 +193,7 @@ export async function getLatencyPeriods({
192193 latencyAggregationType : LatencyAggregationType ;
193194 comparisonStart ?: number ;
194195 comparisonEnd ?: number ;
196+ kuery ?: string ;
195197} ) {
196198 const { start, end } = setup ;
197199 const options = {
@@ -200,6 +202,7 @@ export async function getLatencyPeriods({
200202 transactionName,
201203 setup,
202204 searchAggregatedTransactions,
205+ kuery,
203206 } ;
204207
205208 const currentPeriodPromise = getLatencyTimeseries ( {
You can’t perform that action at this time.
0 commit comments