Skip to content

Commit 3eddd31

Browse files
[APM] kuery is not applied to latency chart (#94707) (#94731)
1 parent da9e1c3 commit 3eddd31

File tree

1 file changed

+3
-0
lines changed
  • x-pack/plugins/apm/server/lib/transactions/get_latency_charts

1 file changed

+3
-0
lines changed

x-pack/plugins/apm/server/lib/transactions/get_latency_charts/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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({

0 commit comments

Comments
 (0)