Versions in this module Expand all Collapse all v0 v0.9.0 Aug 21, 2026 Changes in this version + const UnknownOperation + var HTTPErrorCount = prometheus.NewCounterVec(prometheus.CounterOpts{ ... }, []string{ ... }) + var HTTPRequestCount = prometheus.NewCounterVec(prometheus.CounterOpts{ ... }, []string{ ... }) + var HTTPRequestDurationHistogram = prometheus.NewHistogramVec(prometheus.HistogramOpts{ ... }, []string{ ... }) + func NewHTTPClient(componentName string) *http.Client + func WrapHTTPClient(client *http.Client, componentName string) *http.Client + type Exporter struct + func NewExporter() *Exporter + func (e *Exporter) Collect(metrics chan<- prometheus.Metric) + func (e *Exporter) Describe(descs chan<- *prometheus.Desc) + type InstrumentedRoundTripper struct + func (rt *InstrumentedRoundTripper) RoundTrip(request *http.Request) (*http.Response, error)