File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 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.
8383
8484By default, Prometheus won't be promoting any attributes. If you'd like to promote any
8585of 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
8989otlp :
Original file line number Diff line number Diff 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
2020by default. It is necessary to change the default validation scheme to allow
2121UTF-8. The requirement to set this value will be removed in a future version of
2222the 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
121121The 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