You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe your use-case which is not covered by existing documentation.
When the plugin is misconfigured or the OTLP endpoint is unreachable, there is no single reference to help diagnose what went wrong. Users currently have to search through closed issues or guess at the cause.
Common scenarios with no documented fix:
Builds complete but no traces appear in the backend
Prometheus shows only a few metrics (queueSize, otlp_exporter_seen) instead of pipeline metrics
Are you interested in contributing to the documentation?
Yes, I (@Vaishnav88sk) have already drafted the full content for docs/troubleshooting.md based on the existing docs, open issues, and the plugin source. I can submit a PR immediately once this issue is acknowledged.
Describe your use-case which is not covered by existing documentation.
When the plugin is misconfigured or the OTLP endpoint is unreachable, there is no single reference to help diagnose what went wrong. Users currently have to search through closed issues or guess at the cause.
Common scenarios with no documented fix:
queueSize,otlp_exporter_seen) instead of pipeline metricsClassCircularityErrorthrown on install when Kubernetes plugin is also installed (ClassCircularityError thrown when installing the plugin #1201)otel.logs.exporter=otlplocalhostReference any relevant documentation, other materials or issues/pull requests that can be used for inspiration.
docs/setup-and-configuration.md- explains how to configure but not how to diagnose failuresdocs/build-logs.md- mentions agent reachability requirement but does not troubleshoot itClassCircularityErrorwith no documented workaroundresource_to_telemetry_conversionconfigAre you interested in contributing to the documentation?
Yes, I (@Vaishnav88sk) have already drafted the full content for
docs/troubleshooting.mdbased on the existing docs, open issues, and the plugin source. I can submit a PR immediately once this issue is acknowledged.