File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ there are certain worth attaching to all your OTLP metrics.
83
83
84
84
By default, Prometheus won't be promoting any attributes. If you'd like to promote any
85
85
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:
87
87
88
88
``` yaml
89
89
otlp :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ This document guides you through the UTF-8 transition details.
16
16
17
17
# Go Instrumentation
18
18
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
20
20
by default. It is necessary to change the default validation scheme to allow
21
21
UTF-8. The requirement to set this value will be removed in a future version of
22
22
the common library.
@@ -97,7 +97,7 @@ OTLP receiver in Prometheus 3.0 still normalizes all names to Prometheus format
97
97
translation_strategy : NoUTF8EscapingWithSuffixes
98
98
99
99
100
- See [OpenTelemetry guide](. /opentelemetry) for more details.
100
+ See [OpenTelemetry guide](/docs/guides /opentelemetry) for more details.
101
101
102
102
103
103
# Querying
@@ -119,4 +119,4 @@ Label names must also be quoted if they contain legacy-incompatible characters:
119
119
` {"metric.name", "my.label.name"="bar"}`
120
120
121
121
The metric name can appear anywhere inside the braces, but style prefers that it
122
- be the first term.
122
+ be the first term.
You can’t perform that action at this time.
0 commit comments