Commit 290d7ee 1 parent 54cd2af commit 290d7ee Copy full SHA for 290d7ee
File tree 2 files changed +5
-5
lines changed
blog/2024/prometheus-compatibility-survey
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -88,9 +88,9 @@ of their opinions on units or delimiters.
88
88
89
89
## Dots and Underscores
90
90
91
- OpenTelemetry [ specifies] ( /docs/specs/semconv/general/naming/ ) that
92
- conventions should use dots as the namespace delimiter, and underscores as the
93
- delimiter between "multi-word-dot-delimited components" (for example,
91
+ OpenTelemetry [ specifies] ( /docs/specs/semconv/general/naming/ ) that conventions
92
+ should use dots as the namespace delimiter, and underscores as the delimiter
93
+ between "multi-word-dot-delimited components" (for example,
94
94
` http.response.status_code ` ). On the other hand, Prometheus
95
95
[ uses underscores] ( https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels )
96
96
as its delimiter.
Original file line number Diff line number Diff line change @@ -468,8 +468,8 @@ is a bundle of key value pairs representing the
468
468
See [ semantic attributes] ( #semantic-attributes ) for attribute constants
469
469
generated from the semantic conventions.
470
470
471
- See [ attribute naming] ( /docs/specs/semconv/general/naming/ ) for
472
- guidance on attribute naming.
471
+ See [ attribute naming] ( /docs/specs/semconv/general/naming/ ) for guidance on
472
+ attribute naming.
473
473
474
474
The following code snippet explores ` Attributes ` API usage:
475
475
You can’t perform that action at this time.
0 commit comments