//
pkg.gl
Category
github.com/m3db/prometheus_client_golang
prometheus
push
package
1.12.8
Repository:
https://github.com/m3db/prometheus_client_golang.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
12
Dependents
0
Files
207 SLOC
#
Functions
New
New creates a new Pusher to push to the provided URL with the provided job name (which must not be empty).
#
Structs
Pusher
Pusher manages a push to the Pushgateway.
#
Interfaces
HTTPDoer
HTTPDoer is an interface for the one method of http.Client that is used by Pusher.