Module: PrometheusAdapter

Extended by:
ActiveSupport::Concern
Included in:
Integrations::Prometheus
Defined in:
app/models/concerns/prometheus_adapter.rb

Constant Summary collapse

DEFAULT_PROMETHEUS_REQUEST_TIMEOUT_SEC =

We should choose more conservative timeouts, but some queries we run are now busting our default timeouts, which are stricter. We should make those queries faster instead. See gitlab.com/gitlab-org/gitlab/-/issues/232786

60.seconds