Skip to content

Commit

Permalink
Fixing typo (elastic#28601) (elastic#28687)
Browse files Browse the repository at this point in the history
  • Loading branch information
simianhacker authored Jan 22, 2019
1 parent e5e13a0 commit a572853
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x-pack/plugins/infra/public/pages/metrics/layouts/nginx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit a572853

Please sign in to comment.