mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
e5e13a0a5f
commit
a572853d55
1 changed files with 3 additions and 3 deletions
|
@ -48,7 +48,7 @@ export const nginxLayoutCreator: InfraMetricLayoutCreator = theme => [
|
|||
defaultMessage: 'Request Rate',
|
||||
}
|
||||
),
|
||||
requires: ['nginx.statusstub'],
|
||||
requires: ['nginx.stubstatus'],
|
||||
type: InfraMetricLayoutSectionType.chart,
|
||||
visConfig: {
|
||||
formatter: InfraFormatterType.abbreviatedNumber,
|
||||
|
@ -66,7 +66,7 @@ export const nginxLayoutCreator: InfraMetricLayoutCreator = theme => [
|
|||
defaultMessage: 'Active Connections',
|
||||
}
|
||||
),
|
||||
requires: ['nginx.statusstub'],
|
||||
requires: ['nginx.stubstatus'],
|
||||
type: InfraMetricLayoutSectionType.chart,
|
||||
visConfig: {
|
||||
formatter: InfraFormatterType.abbreviatedNumber,
|
||||
|
@ -86,7 +86,7 @@ export const nginxLayoutCreator: InfraMetricLayoutCreator = theme => [
|
|||
defaultMessage: 'Requests per Connections',
|
||||
}
|
||||
),
|
||||
requires: ['nginx.statusstub'],
|
||||
requires: ['nginx.stubstatus'],
|
||||
type: InfraMetricLayoutSectionType.chart,
|
||||
visConfig: {
|
||||
formatter: InfraFormatterType.abbreviatedNumber,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue