Skip to content

Commit 14fe781

Browse files
committed
fix linter
Signed-off-by: Alex Boten <[email protected]>
1 parent bc48f45 commit 14fe781

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

content/en/docs/collector/internal-telemetry.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ exposes them using the OpenTelemetry Go
2727
[Prometheus exporter](https://github.com/open-telemetry/opentelemetry-go/tree/main/exporters/prometheus)
2828
for scraping at `http://127.0.0.1:8888/metrics`.
2929

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:
3232

3333
```yaml
3434
service:
@@ -42,9 +42,9 @@ service:
4242
endpoint: http://localhost:14317
4343
```
4444
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.
4848
4949
Set the Prometheus config under `service::telemetry::metrics`:
5050

@@ -60,7 +60,6 @@ service:
6060
port: 8888
6161
```
6262

63-
6463
You can adjust the verbosity of the Collector metrics output by setting the
6564
`level` field to one of the following values:
6665

0 commit comments

Comments
 (0)