forked from fluent/fluent-bit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
out_stackdriver: add name label to the metrics emitted
This change adds the `name` label to the metrics. When used with multiple of the same exporter, the metrics from each of them become indistinguishable from the others. This leads to problems when ingesting metrics. FOr example the `prometheus` reciever in Open Telemetry will assume they are one and the same metric nad will replace existing data points with later ones. Signed-off-by: Ridwan Sharif <[email protected]>
- Loading branch information
1 parent
f247c17
commit 2d8ff0b
Showing
2 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters