File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
docs/use-cases/observability/clickstack/integration-examples Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ pagination_prev: null
66pagination_next : null
77description : ' Monitoring Nginx Traces with ClickStack'
88doc_type : ' guide'
9+ keywords : ['ClickStack', 'nginx', 'traces', 'otel']
910---
1011
1112import 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:**
137138Each request to nginx creates a trace span showing :
@@ -307,7 +308,7 @@ Look for OpenTelemetry-related errors.
307308tail -f /var/log/nginx/access.log
308309` ` `
309310
310- # # Next Steps {#next-steps}
311+ # # Next steps {#next-steps}
311312If 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)
You can’t perform that action at this time.
0 commit comments