type github.com/prometheus/client_golang/prometheus.Gauge
11 uses
github.com/prometheus/client_golang/prometheus (current package)
gauge.go#L32: type Gauge interface {
gauge.go#L66: func NewGauge(opts GaugeOpts) Gauge {
gauge.go#L182: func (v *GaugeVec) GetMetricWithLabelValues(lvs ...string) (Gauge, error) {
gauge.go#L185: return metric.(Gauge), err
gauge.go#L202: func (v *GaugeVec) GetMetricWith(labels Labels) (Gauge, error) {
gauge.go#L205: return metric.(Gauge), err
gauge.go#L214: func (v *GaugeVec) WithLabelValues(lvs ...string) Gauge {
gauge.go#L225: func (v *GaugeVec) With(labels Labels) Gauge {
github.com/prometheus/client_golang/prometheus/promhttp
http.go#L241: gge = are.ExistingCollector.(prometheus.Gauge)
instrument_client.go#L40: func InstrumentRoundTripperInFlight(gauge prometheus.Gauge, next http.RoundTripper) RoundTripperFunc {
instrument_server.go#L36: func InstrumentHandlerInFlight(g prometheus.Gauge, next http.Handler) http.Handler {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |