i'm getting Transient error StatusCode.UNAVAILABLE encountered while exporting traces to my-release...
n
i'm getting Transient error StatusCode.UNAVAILABLE encountered while exporting traces to my-release-signoz-otel-collector.platform.svc.cluster.local:4317, retrying in 1s. Transient error StatusCode.UNAVAILABLE encountered while exporting traces to my-release-signoz-otel-collector.platform.svc.cluster.local:4317, retrying in 1s. alot in my sqs consumer, what can be the reason?
s
It happens when a python exporter fails to send data. Your receiver is probably not available.
n
My receiver is available
s
It's an intermittent issue as seen from the logs. You need to make sure the collector has enough resources and is available all the time.
n
i'm running the collector in kubernetes and haven't really allocated on how and what resources will it get, i thought default values would be appropriatte
how do i manage resources assigned to signoz pods?
1339 Views