[APM] Revert maxNumServices to 500 (#126325)

This commit is contained in:
Katerina Patticha 2022-02-24 17:01:51 +01:00 committed by GitHub
parent f112a814dc
commit 28bf2aaa26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -124,7 +124,7 @@ Array [
},
"terms": Object {
"field": "service.name",
"size": 50,
"size": 500,
},
},
},
@ -177,7 +177,7 @@ Array [
},
"terms": Object {
"field": "service.name",
"size": 50,
"size": 500,
},
},
},

View file

@ -15,7 +15,7 @@ import { mergeServiceStats } from './merge_service_stats';
export type ServicesItemsSetup = Setup;
const MAX_NUMBER_OF_SERVICES = 50;
const MAX_NUMBER_OF_SERVICES = 500;
export async function getServicesItems({
environment,