Skip to content

Commit

Permalink
[Stack Monitoring] add missing mb field (elastic#112251)
Browse files Browse the repository at this point in the history
* add missing mb field

* fix tests
  • Loading branch information
estermv committed Sep 16, 2021
1 parent 9f0fd25 commit 8cb979e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ export const metrics = {
}),
logstash_node_pipeline_throughput: new LogstashPipelineThroughputMetric({
uuidField: 'logstash_stats.logstash.uuid', // TODO: add comment explaining why
mbField: 'logstash.node.stats.pipelines.events.out',
field: 'logstash_stats.pipelines.events.out',
label: pipelineThroughputLabel,
description: pipelineThroughputDescription,
Expand Down

0 comments on commit 8cb979e

Please sign in to comment.