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
exporter/prometheusremotewriteexporter - Timeout for whole operation of PushMetrics collides with Timeout of HTTP requests to Victoria Metrics. The collision makes it impossible to configure different timeouts for whole operation vs each request thus preventing retries in case of timeouts.
Component(s)
exporter/prometheusremotewrite
What happened?
Description
There is a collision of config keys here:
Steps to Reproduce
Try to configure both
Config.Timout
andConfig.ClientConfig.Timeout
.Expected Result
The timeouts are different.
Actual Result
The timeouts are equal and have the value given by
"timeout"
key in config file.Collector version
v0.117.0,v0.111.0
Environment information
Environment
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")
OpenTelemetry Collector configuration
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: