Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Component *app.Component
)
View Source
var ParamsPrometheus = &ParametersPrometheus{}
Functions ¶
This section is empty.
Types ¶
type ParametersPrometheus ¶
type ParametersPrometheus struct { Enabled bool `default:"true" usage:"whether the prometheus plugin is enabled"` BindAddress string `default:"0.0.0.0:2112" usage:"the bind address on which the Prometheus exporter listens on"` }
ParametersPrometheus contains the definition of the parameters used by Prometheus.
Click to show internal directories.
Click to hide internal directories.