Skip to content

Commit 290d7ee

Browse files
committed
Fix format
1 parent 54cd2af commit 290d7ee

File tree

2 files changed

+5
-5
lines changed
  • content/en
    • blog/2024/prometheus-compatibility-survey
    • docs/languages/java

2 files changed

+5
-5
lines changed

content/en/blog/2024/prometheus-compatibility-survey/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ of their opinions on units or delimiters.
8888

8989
## Dots and Underscores
9090

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,
9494
`http.response.status_code`). On the other hand, Prometheus
9595
[uses underscores](https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels)
9696
as its delimiter.

content/en/docs/languages/java/api.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -468,8 +468,8 @@ is a bundle of key value pairs representing the
468468
See [semantic attributes](#semantic-attributes) for attribute constants
469469
generated from the semantic conventions.
470470

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.
473473

474474
The following code snippet explores `Attributes` API usage:
475475

0 commit comments

Comments
 (0)