-
Notifications
You must be signed in to change notification settings - Fork 137
Description
When attempting to view traces on the Laminar traces page, no traces are displayed. After refreshing the page, the following error messages appear in the terminal:
textWARNING [opentelemetry.exporter.otlp.proto.grpc.exporter] Transient error StatusCode.DEADLINE_EXCEEDED encountered while exporting traces to {host_ip_address}, retrying in 4s. WARNING [opentelemetry.exporter.otlp.proto.grpc.exporter] Transient error StatusCode.DEADLINE_EXCEEDED encountered while exporting traces to {host_ip_address}, retrying in 8s.
The frontend generates output correctly, but the traces are not visible on the traces page, and the StatusCode.DEADLINE_EXCEEDED error persists in the terminal.
Steps to Reproduce:
- Navigate to the Laminar traces page.
- Attempt to view traces.
- Refresh the page and check the terminal for errors.
Expected Behavior:
Traces should be visible on the Laminar traces page without any errors.
Actual Behavior:
No traces are displayed, and the terminal logs show StatusCode.DEADLINE_EXCEEDED errors when exporting traces to {host_ip_address}.
Environment:
Additional Context:
- The frontend output appears to be working as expected.
- The issue occurs consistently when checking traces.
Question:
How can I resolve the StatusCode.DEADLINE_EXCEEDED
error and ensure traces are displayed correctly on the Laminar traces page?