Skip to content

Commit 5857687

Browse files
authored
Fix headers
1 parent c4d9b35 commit 5857687

File tree

1 file changed

+3
-2
lines changed
  • docs/use-cases/observability/clickstack/integration-examples

1 file changed

+3
-2
lines changed

docs/use-cases/observability/clickstack/integration-examples/nginx-traces.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ pagination_prev: null
66
pagination_next: null
77
description: 'Monitoring Nginx Traces with ClickStack'
88
doc_type: 'guide'
9+
keywords: ['ClickStack', 'nginx', 'traces', 'otel']
910
---
1011

1112
import Image from '@theme/IdealImage';
@@ -131,7 +132,7 @@ Replace `<clickstack-host>` with your ClickStack instance hostname or IP address
131132
- Change **otel_service_name** to match your environment for easier identification in HyperDX
132133
:::
133134

134-
### Understanding the Configuration {#understanding-configuration}
135+
### Understanding the configuration {#understanding-configuration}
135136

136137
**What gets traced:**
137138
Each request to nginx creates a trace span showing:
@@ -307,7 +308,7 @@ Look for OpenTelemetry-related errors.
307308
tail -f /var/log/nginx/access.log
308309
```
309310

310-
## Next Steps {#next-steps}
311+
## Next steps {#next-steps}
311312
If you want to explore further, here are some next steps to experiment with your dashboard
312313

313314
- Set up alerts for critical metrics (error rates, latency thresholds)

0 commit comments

Comments
 (0)