Skip to content

Commit db65ed9

Browse files
committed
Removed manual anchors.
1 parent 460c4cf commit db65ed9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/nginx/admin-guide/dynamic-modules/opentelemetry.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ type:
99
- how-to
1010
---
1111

12-
## Overview {#overview}
12+
## Overview
1313

1414
[OpenTelemetry](https://opentelemetry.io/) (OTel) is an observability framework for monitoring, tracing, troubleshooting, and optimizing applications. OTel enables the collection of telemetry data from a deployed application stack.
1515

@@ -26,7 +26,7 @@ The `nginx-plus-module-otel` module is an NGINX-authored dynamic module that ena
2626
The repository can be found on [GitHub](https://github.com/nginxinc/nginx-otel). The documentation can be found on [nginx.org](https://nginx.org/en/docs/ngx_otel_module.html).
2727

2828

29-
## Installation {#install}
29+
## Installation
3030

3131
Similar to [NGINX Plus]({{< ref "/nginx/admin-guide/installing-nginx/installing-nginx-plus.md" >}}), prebuilt packages of the `nginx-plus-module-otel` module can can be installed directly from the official repository for different distributions. Before installation you will need to add the NGINX Plus package repositories for your distribution and update the repository metadata.
3232

@@ -166,7 +166,7 @@ Similar to [NGINX Plus]({{< ref "/nginx/admin-guide/installing-nginx/installing-
166166
```
167167

168168

169-
## Configuration {#configure}
169+
## Configuration
170170

171171
For a complete list of directives, embedded variables, default span attributes, refer to the `ngx_otel_module` official documentation.
172172

@@ -183,7 +183,7 @@ Default span attributes:
183183
[`https://nginx.org/en/docs/ngx_otel_module.html#span`](https://nginx.org/en/docs/ngx_otel_module.html#span)
184184

185185

186-
## Usage examples {#example}
186+
## Usage examples
187187

188188
### Simple Tracing
189189

@@ -242,7 +242,7 @@ http {
242242
}
243243
```
244244

245-
## More info {#info}
245+
## More info
246246

247247
- [GitHub Repository for the NGINX Native OpenTelemetry Module](https://github.com/nginxinc/nginx-otel)
248248

0 commit comments

Comments
 (0)