mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Fix typo in stack monitoring apm (#187875)
Fix typo in stack monitoring apm
This commit is contained in:
parent
54ff3bf249
commit
32f6a78933
4 changed files with 4 additions and 4 deletions
|
@ -36,7 +36,7 @@ Object {
|
|||
"dateHistogramSubAggs": undefined,
|
||||
"derivative": true,
|
||||
"derivativeNormalizedUnits": true,
|
||||
"description": "HTTP Requests received by agent configuration managemen",
|
||||
"description": "HTTP Requests received by agent configuration management",
|
||||
"docType": undefined,
|
||||
"field": "beats_stats.metrics.apm-server.acm.request.count",
|
||||
"fieldSource": undefined,
|
||||
|
|
|
@ -612,7 +612,7 @@ export const metrics = {
|
|||
defaultMessage: 'Count',
|
||||
}),
|
||||
description: i18n.translate('xpack.monitoring.metrics.apm.acmRequest.countTitleDescription', {
|
||||
defaultMessage: 'HTTP Requests received by agent configuration managemen',
|
||||
defaultMessage: 'HTTP Requests received by agent configuration management',
|
||||
}),
|
||||
}),
|
||||
apm_cgroup_memory_usage: new ApmMetric({
|
||||
|
|
|
@ -872,7 +872,7 @@
|
|||
"metricAgg": "max",
|
||||
"label": "Count",
|
||||
"title": "Requests Agent Configuration Management",
|
||||
"description": "HTTP Requests received by agent configuration managemen",
|
||||
"description": "HTTP Requests received by agent configuration management",
|
||||
"units": "/s",
|
||||
"format": "0,0.[00]",
|
||||
"hasCalculation": false,
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue