Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metrics ¶
type Metrics interface { DefaultRegisterer() Registerer Registerer(path string) Registerer Check(ctx context.Context) health.Status Run() error Stop() }
type Registerer ¶
type Registerer interface { MustRegister(...prometheus.Collector) Unregister(prometheus.Collector) bool }
Click to show internal directories.
Click to hide internal directories.