mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[APM] Revert maxNumServices to 500 (#126325)
This commit is contained in:
parent
f112a814dc
commit
28bf2aaa26
2 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue