Skip to content

fix: double timeout for remote write otel-exporters

Bob Van Landuyt requested to merge bvl/increase-prom-remotewrite-timeout into main

fix: double timeout for remote write otel-exporters

The default http timeout is 5s, this increases that to 10s, as we've discovered that sometimes the 5s was not enough. See gitlab-com/gl-infra/production#18083 (comment 1930235556)

This relies on the default httpClient config options that the exporterhelpers provides:

https://github.com/open-telemetry/opentelemetry-collector/blob/main/exporter/exporterhelper/README.md#configuration https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/exporter/prometheusremotewriteexporter/DESIGN.md#43-timeout-behavior

Merge request reports