Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // DefaultGatherer exposes the global registry gatherer DefaultGatherer metrics.Gatherer = defaultRegistry )
Functions ¶
func CustomMustRegister ¶ added in v0.17.0
func CustomMustRegister(cs ...metrics.StableCollector)
CustomMustRegister registers custom collectors but uses the global registry.
func CustomRegister ¶ added in v0.17.0
func CustomRegister(c metrics.StableCollector) error
CustomRegister registers a custom collector but uses the global registry.
func Handler
deprecated
added in
v0.16.4
Handler returns an HTTP handler for the DefaultGatherer. It is already instrumented with InstrumentHandler (using "prometheus" as handler name).
Deprecated: Please note the issues described in the doc comment of InstrumentHandler. You might want to consider using promhttp.Handler instead.
func MustRegister ¶
func MustRegister(cs ...metrics.Registerable)
MustRegister registers registerable metrics but uses the global registry.
func RawMustRegister ¶ added in v0.16.4
func RawMustRegister(cs ...prometheus.Collector)
RawMustRegister registers prometheus collectors but uses the global registry, this bypasses the metric stability framework
Deprecated
func Register ¶
func Register(c metrics.Registerable) error
Register registers a collectable metric but uses the global registry
Types ¶
This section is empty.