proposal: Prometheus internal telemetry as an OTel semantic convention registry#86
Draft
nicolastakashi wants to merge 3 commits into
Draft
proposal: Prometheus internal telemetry as an OTel semantic convention registry#86nicolastakashi wants to merge 3 commits into
nicolastakashi wants to merge 3 commits into
Conversation
…n registry Signed-off-by: Nicolas Takashi <nicolas.tcs@hotmail.com>
nicolastakashi
force-pushed
the
semconv-internal-telemetry
branch
from
June 27, 2026 20:10
495ef5e to
5a8157f
Compare
…naming, and rename to PROM-86 Signed-off-by: Nicolas Takashi <nicolas.tcs@hotmail.com>
nicolastakashi
force-pushed
the
semconv-internal-telemetry
branch
from
June 29, 2026 09:46
459e052 to
293d5de
Compare
…iming Signed-off-by: Nicolas Takashi <nicolas.tcs@hotmail.com>
Member
|
I would like to assess what alternatives we have that could be built-in e.g. client_golang and would be lighter. And I would also want to better understand the scope of this: |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This proposal defines all metrics exported by the Prometheus binary as a formal OTel semantic convention registry. Making the schema machine-readable enables auto-generated instrumentation code, always-in-sync documentation, contract testing against live instances, and a lifecycle model for safe metric evolution across the Prometheus ecosystem.
Proof-of-concept implementation: prometheus/prometheus#17868