feat(outputs.opentelemetry): Support dot-separated OpenTelemetry metric names#18252
Conversation
|
Thanks so much for the pull request! |
|
Download PR build artifacts for linux_amd64.tar.gz, darwin_arm64.tar.gz, and windows_amd64.zip. 👍 This pull request doesn't change the Telegraf binary size 📦 Click here to get additional PR build artifactsArtifact URLs |
|
@skartikey @srebhan Could you please review my PR? |
|
@madelyngamble2 please restore the PR description from the template, especially the AI boxes and the related issue section! Otherwise we cannot review the PR... |
|
Hello! I am closing this issue due to inactivity. I hope you were able to resolve your problem, if not please try posting this question in our Community Slack or Community Forums or provide additional details in this issue and reqeust that it be re-opened. Thank you! |
This PR adds support for preserving dot-separated OpenTelemetry metric names in the OpenTelemetry output plugin, addressing issue #18251.
Added a new
metric_name_formatconfiguration option that allows users to choose between:prometheus(default): Converts dots to underscores - maintains backward compatibilityotel: Preserves dot-separated names - enables OpenTelemetry semantic conventions