-
Notifications
You must be signed in to change notification settings - Fork 895
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
Prometheus compatibility: represent Prometheus Info, StateSet and Unknown-typed metrics in OTLP #3868
Prometheus compatibility: represent Prometheus Info, StateSet and Unknown-typed metrics in OTLP #3868
Conversation
fa7a69f
to
b22dd04
Compare
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
69e93df
to
2697ad1
Compare
…nown-typed metrics in OTLP
5b26ba5
to
f32b0dd
Compare
Should this be included in March's release? |
@carlosalberto I would appreciate that. The only caveat is that the proto changes this is based on haven't been released yet, so this can't actually be implemented yet |
Aha! yes, I had forgotten about the proto not releasing yet the related update. WDYT @jsuereth ? |
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
@carlosalberto I think we need to release the proto directory.... |
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
Merging as proto 1.2.0 with |
…nown-typed metrics in OTLP (open-telemetry#3868) Fixes open-telemetry#3058 Fixes open-telemetry#1712 Fixes open-telemetry#2409 ## Changes Use metric.metadata (added in open-telemetry/opentelemetry-proto#514) to support representing prometheus metric types in OTLP.
Fixes #3058
Fixes #1712
Fixes #2409
Changes
Use metric.metadata (added in open-telemetry/opentelemetry-proto#514) to support representing prometheus metric types in OTLP.
Alternative Considered
We could consider using a metadata key that is not prometheus specific (e.g.
gauge.subtype=unknown
), but a prometheus-specific key seems better for avoiding collisions with other uses.CHANGELOG.md
file updated for non-trivial changesspec-compliance-matrix.md
updated if necessary@open-telemetry/wg-prometheus