Skip to content

Commit

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

* fix tests
  • Loading branch information
estermv authored Sep 16, 2021
1 parent a99587c commit 4bdd1b4
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 4bdd1b4

Please sign in to comment.