Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
403 views

Error in OpenTelemetry With Istio: sending queue is full

I'm using OpenTelemetry as a tracing collector in istio, but after running OpenTelemetry Collector for a while, the logs for istio-ingressgateway and the logs for Sidecar (istio-proxy) in the Pod keep ...
Mike Wang's user avatar
0 votes
1 answer
1k views

How to deal with clock skew in a multi-node Kubernetes cluster?

The issue is that the logs for a specific request (identified by a traceId printed in each log line) are being collected by loki-stack in a Kubernetes cluster, but the logs are not being displayed in ...
Dojo's user avatar
  • 5,654
2 votes
1 answer
728 views

Is there a step by step instruction to enable tracing of kubernetes components?

I'm running Kubernetes version v1.24.0, trying to enable tracing in Kubernetes components and so I can instrument my custom controller to work with tracing. However, the instruction https://kubernetes....
Nagendra Maynattamai's user avatar