Skip to content

Commit 2adb7cb

Browse files
committed
updates
1 parent a06703d commit 2adb7cb

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/user-guide/distributed-tracing/troubleshooting/tracing-troubleshooting.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,18 @@ If you’re still unsure whether trace data is being collected:
5252

5353
This can help confirm that data is generated and received before reaching Logz.io.
5454

55+
**5. Missing data after installing the chart**
56+
57+
If you've installed the Logz.io Helm chart for tracing but no data appears in the UI:
58+
59+
* Check that the collector pods are running and healthy.
60+
61+
* Ensure your instrumented applications are correctly configured to send traces to the OTLP endpoint exposed by the chart (e.g., `otel-collector.monitoring.svc.cluster.local:4317`).
62+
63+
* Verify that your token and endpoint are set correctly in your app’s environment variables.
64+
65+
* Use the debug exporter to confirm data is reaching the collector.
66+
5567
## Routing data to the collector
5668

5769
When Tracing data doesn't appear in your account, one of the most common root causes is misconfigured instrumentation or data not reaching the collector. Before diving into deeper debugging steps, it’s important to verify that your application is correctly set up to export tracing data.
@@ -87,7 +99,7 @@ If you're running your app on ECS, define the environment variables in your task
8799
]
88100
```
89101

90-
Replace <SERVICE_NAME> with the name you'd like to appear in your Tracing UI.
102+
Replace <SERVICE_NAME> with the name you want to appear in the Tracing UI.
91103

92104

93105
If the collector runs in another service or namespace, set the OTLP endpoint to its DNS or internal IP:

0 commit comments

Comments
 (0)