-
Notifications
You must be signed in to change notification settings - Fork 893
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarify differences between prometheus protocols, including target info metric naming #3871
Clarify differences between prometheus protocols, including target info metric naming #3871
Conversation
f0283d5
to
f0d715f
Compare
@open-telemetry/wg-prometheus |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To confirm:
target
metrics would still be called target_info
when ingested in prometheus? I.e. this isn't a breaking change, correct?
Correct. This is keeping the same behavior, and is just trying to make the existing spec easier to read. The only hesitation I have with the current spec is that if Prometheus text format adds an |
b74502b
to
c968605
Compare
…eus and OpenMetrics in the spec
Co-authored-by: Yuri Shkuro <[email protected]>
Co-authored-by: Eero Tamminen <[email protected]>
Co-authored-by: Robert Pająk <[email protected]> Co-authored-by: Anthony Mirabella <[email protected]>
6608bab
to
cf3fda7
Compare
…fo metric naming (open-telemetry#3871) Fixes open-telemetry#3700 ## Changes The current specification mixes OpenMetrics and Prometheus in ways that can be confusing. This change first explains the differences between various Prometheus formats, and then consistently uses "Prometheus" to refer to the general conversion rules. This is helpful for explaining why the target (info) metric naming differs depending on the format used. Also, fix references to the "target" info-typed metric, which was previously referred to as "target_info". "target_info" is only used when info-typed metrics are not supported. --------- Co-authored-by: Yuri Shkuro <[email protected]> Co-authored-by: Eero Tamminen <[email protected]> Co-authored-by: Robert Pająk <[email protected]> Co-authored-by: Anthony Mirabella <[email protected]> Co-authored-by: Josh Suereth <[email protected]>
Fixes #3700
Changes
The current specification mixes OpenMetrics and Prometheus in ways that can be confusing. This change first explains the differences between various Prometheus formats, and then consistently uses "Prometheus" to refer to the general conversion rules. This is helpful for explaining why the target (info) metric naming differs depending on the format used.
Also, fix references to the "target" info-typed metric, which was previously referred to as "target_info". "target_info" is only used when info-typed metrics are not supported.