Skip to content

Commit b94a78d

Browse files
committed
feat: change section headings
1 parent 08e1f5b commit b94a78d

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

content/nginx-one/agent/metrics/configure-otel-metrics.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ collector:
6363

6464
{{< call-out "important" >}} NGINX Agent uses `/default` for naming its default processors, exporters and pipelines using the same naming in your own config might cause issues with sending metrics to your management plane {{< /call-out >}}
6565

66-
#### Add Prometheus Exporter
66+
- **Add Prometheus Exporter**
6767
```yaml
6868
exporters:
6969
prometheus:
@@ -83,7 +83,7 @@ service:
8383
- prometheus
8484
```
8585
86-
#### Add Debug Exporter
86+
- **Add Debug Exporter**
8787
```yaml
8888
exporters:
8989
debug:
@@ -104,7 +104,7 @@ service:
104104
```
105105
106106
107-
#### Debug Merging Configs
107+
### Debug Merging Configs
108108
109109
To view the merged OpenTelemetry configuration set the Agent log level to debug in `/etc/nginx-agent/nginx-agent.conf` and restart NGINX Agent
110110

@@ -116,14 +116,3 @@ log:
116116
```
117117
3. Restart NGINX Agent
118118
4. View merged OpenTelemetry configuration `cat /var/lib/nginx-agent/opentelemetry-collector-agent-debug.yaml`
119-
120-
121-
122-
123-
124-
125-
126-
127-
128-
129-

0 commit comments

Comments
 (0)