Skip to content

Commit cbe12c5

Browse files
authored
Merge pull request #2616 from prometheus/fionaliao-patch-1
Small fixes to utf-8 and opentelemetry guides
2 parents df9fe9e + 719267c commit cbe12c5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/docs/guides/opentelemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ there are certain worth attaching to all your OTLP metrics.
8383

8484
By default, Prometheus won't be promoting any attributes. If you'd like to promote any
8585
of them, you can do so in this section of the Prometheus configuration file. The following
86-
snippet shares the best practise set of attributes to promote:
86+
snippet shares the best practice set of attributes to promote:
8787

8888
```yaml
8989
otlp:

content/docs/guides/utf8.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This document guides you through the UTF-8 transition details.
1616

1717
# Go Instrumentation
1818

19-
Currently, metrics created by the official Prometheus [client_golang library](github.com/prometheus/client_golang) will reject UTF-8 names
19+
Currently, metrics created by the official Prometheus [client_golang library](https://github.com/prometheus/client_golang) will reject UTF-8 names
2020
by default. It is necessary to change the default validation scheme to allow
2121
UTF-8. The requirement to set this value will be removed in a future version of
2222
the common library.
@@ -97,7 +97,7 @@ OTLP receiver in Prometheus 3.0 still normalizes all names to Prometheus format
9797
translation_strategy: NoUTF8EscapingWithSuffixes
9898

9999

100-
See [OpenTelemetry guide](./opentelemetry) for more details.
100+
See [OpenTelemetry guide](/docs/guides/opentelemetry) for more details.
101101

102102

103103
# Querying
@@ -119,4 +119,4 @@ Label names must also be quoted if they contain legacy-incompatible characters:
119119
`{"metric.name", "my.label.name"="bar"}`
120120

121121
The metric name can appear anywhere inside the braces, but style prefers that it
122-
be the first term.
122+
be the first term.

0 commit comments

Comments
 (0)