Commit cc02dec
authored
multi_output: fix metrics name (#4979)
**Which issue(s) this PR fixes**:
Fixes #
**What this PR does / why we need it**:
In multi_output, two metrics are created with `emit_records`.
https://github.com/fluent/fluentd/blob/0b72a77d23a667c2c5c648e457e16fc8835c2134/lib/fluent/plugin/multi_output.rb#L94-L95
Since it is not possible to distinguish between them, this PR will fix
the name.
**Docs Changes**:
Not needed.
**Release Note**:
The same as the title.
Signed-off-by: Shizuo Fujita <fujita@clear-code.com>1 parent ac95d0b commit cc02dec
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments