Otel-collector Pods Stuck in Running State
TLDR Guillaume experienced an issue where pods remained in 'Running' state but not 'Ready' status. Srikanth suggested potential connection issues with ClickHouse. The issue resolved itself after some time, with no changes made.
1
Mar 28, 2023 (8 months ago)
Guillaume
03:49 PM2023-03-28T15:46:48.226Z info service/telemetry.go:111 Setting up own telemetry...
2023-03-28T15:46:48.226Z info service/telemetry.go:141 Serving Prometheus metrics {"address": "0.0.0.0:8888", "level": "Basic"}
2023-03-28T15:46:48.226Z info components/components.go:30 Stability level of component is undefined {"kind": "exporter", "data_type": "traces", "name": "clickhousetraces", "stability": "Undefined"}
It's not really clear, what can I do to check this up?
1
Srikanth
04:05 PMWhat do you mean by this? What’s the issue if they are running?
Srikanth
04:05 PMMar 29, 2023 (8 months ago)
Guillaume
09:01 AMYes it's the full logs until the pod restarts
Srikanth
12:29 PMApr 03, 2023 (8 months ago)
Guillaume
08:37 AMSigNoz Community
Indexed 1023 threads (61% resolved)
Similar Threads
Setting Up Dual Exporters for Otel-collector and Resolving Payload Error
Guillaume was facing an issue setting up dual exporters for otel-collector and had a pod not being "Ready". Srikanth suggested checking error logs and dealing with large payloads, which led to a successful setup.
Issue with Helm Installation in GKE Autopilot Cluster
Kalman faced issues with helm installation with pods stuck in init state, and some crashing in a GKE autopilot cluster. Mayur provided suggestions to diagnose the issue, including checking IAM permissions and storage classes, and adjusting resource limits in the helm values. The thread is unresolved.
Troubleshooting SigNoz Auto-Instrumentation Configuration
igor is having trouble configuring auto-instrumentation for Java applications using SigNoz, with traces not appearing in the SigNoz UI. Prashant advises to check logs of the otel sidecar, use service name for endpoint, verify supported libraries, and test with telemetrygen. However, the issue still persists.