All Questions
3 questions
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 ...
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 ...
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....