You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the metric endpoint does not exist at the start of a "PeriodicExportingMetricReader" with an "OTLPMetricExporter" then it can't connect to it, even after the endpoint gets alive.
It tries to resend the metric, but without any success:
Transient error StatusCode.UNAVAILABLE encountered while exporting metrics to localhost:4317, retrying in 1s.
...
Steps to Reproduce
Start a "PeriodicExportingMetricReader" with an "OTLPMetricExporter"
Describe your environment
OS: Ubuntu
Python version: Python 3.8
SDK version: 1.27.0
API version: 1.27.0
Exporter: 1.27.0
Endpoint:
Telegraf, docker, 1.28, OpenTelemetry input(https://github.com/influxdata/telegraf/tree/master/plugins/inputs/opentelemetry)
What happened?
If the metric endpoint does not exist at the start of a "PeriodicExportingMetricReader" with an "OTLPMetricExporter" then it can't connect to it, even after the endpoint gets alive.
It tries to resend the metric, but without any success:
Transient error StatusCode.UNAVAILABLE encountered while exporting metrics to localhost:4317, retrying in 1s.
...
Steps to Reproduce
Config file (/tmp/tele.conf)
Start telegraf:
Expected Result
The exporter should try to rebuild the connection to the endpoint in case of "StatusCode.UNAVAILABLE".
Actual Result
The exporter gets stuck in "StatusCode.UNAVAILABLE" status.
Additional context
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: