File tree 1 file changed +5
-6
lines changed
content/en/docs/collector
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ exposes them using the OpenTelemetry Go
27
27
[ Prometheus exporter] ( https://github.com/open-telemetry/opentelemetry-go/tree/main/exporters/prometheus )
28
28
for scraping at ` http://127.0.0.1:8888/metrics ` .
29
29
30
- The Collector can push its internal metrics to an OTLP
31
- backend via the following configuration:
30
+ The Collector can push its internal metrics to an OTLP backend via the following
31
+ configuration:
32
32
33
33
``` yaml
34
34
service :
@@ -42,9 +42,9 @@ service:
42
42
endpoint : http://localhost:14317
43
43
` ` `
44
44
45
- Alternatively, you can expose the Prometheus endpoint to
46
- one specific or all network interfaces when needed. For containerized
47
- environments, you might want to expose this port on a public interface.
45
+ Alternatively, you can expose the Prometheus endpoint to one specific or all
46
+ network interfaces when needed. For containerized environments, you might want
47
+ to expose this port on a public interface.
48
48
49
49
Set the Prometheus config under ` service::telemetry::metrics`:
50
50
@@ -60,7 +60,6 @@ service:
60
60
port: 8888
61
61
` ` `
62
62
63
-
64
63
You can adjust the verbosity of the Collector metrics output by setting the
65
64
`level` field to one of the following values :
66
65
You can’t perform that action at this time.
0 commit comments