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
In the method func (e *Exporter) Collect(ch chan<- prometheus.Metric), it set the whole timeout with 60 seconds.
The scrape timeout is 30 seconds in our system, it would be nice for making 60 seconds as a configurable value.
The text was updated successfully, but these errors were encountered:
In the method
func (e *Exporter) Collect(ch chan<- prometheus.Metric)
, it set the whole timeout with 60 seconds.The scrape timeout is 30 seconds in our system, it would be nice for making 60 seconds as a configurable value.
The text was updated successfully, but these errors were encountered: