Closed
Description
openedon Jul 12, 2024
See this ticket for more info - open-telemetry/opentelemetry-collector-contrib#33995
What happened?
When I try to export metrics to jaeger via OTLP collector it fails with the following error. What is causing this given the fact that it was working a few weeks back?
2024-07-09T18:35:39.864Z info exporterhelper/retry_sender.go:118 Exporting failed. Will retry the request after interval. {"kind": "exporter", "data_type": "traces", "name": "otlp", "error": "rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 172.25.0.2:4317: connect: connection refused"", "interval": "3.136185958s"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment