[APM] kuery is not applied to latency chart (#94707)

This commit is contained in:
Cauê Marcondes 2021-03-16 12:47:33 -04:00 committed by GitHub
parent d71e1b47af
commit 4d27af99c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -183,6 +183,7 @@ export async function getLatencyPeriods({
latencyAggregationType,
comparisonStart,
comparisonEnd,
kuery,
}: {
serviceName: string;
transactionType: string | undefined;
@ -192,6 +193,7 @@ export async function getLatencyPeriods({
latencyAggregationType: LatencyAggregationType;
comparisonStart?: number;
comparisonEnd?: number;
kuery?: string;
}) {
const { start, end } = setup;
const options = {
@ -200,6 +202,7 @@ export async function getLatencyPeriods({
transactionName,
setup,
searchAggregatedTransactions,
kuery,
};
const currentPeriodPromise = getLatencyTimeseries({