Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IsReadyFunc ¶
type IsReadyFunc func() bool
type Probes ¶
type Probes interface { ListenAndServe() Shutdown() }
func NewProbes ¶
func NewProbes(isReadyFuncs ...IsReadyFunc) Probes
type PrometheusMetrics ¶
type PrometheusMetrics interface { ListenAndServe() Shutdown() }
func NewPrometheusMetrics ¶
func NewPrometheusMetrics() PrometheusMetrics
Click to show internal directories.
Click to hide internal directories.