Documentation ¶
Index ¶
Constants ¶
View Source
const ( // CfgPrometheusGoMetrics defines the config flag to enable/disable go metrics. CfgPrometheusGoMetrics = "prometheus.goMetrics" // CfgPrometheusProcessMetrics defines the config flag to enable/disable process metrics. CfgPrometheusProcessMetrics = "prometheus.processMetrics" // CfgPrometheusPromhttpMetrics defines the config flag to enable/disable promhttp metrics. CfgPrometheusPromhttpMetrics = "prometheus.promhttpMetrics" // CfgPrometheusWorkerpoolMetrics defines the config flag to enable/disable workerpool metrics. CfgPrometheusWorkerpoolMetrics = "prometheus.workerpoolMetrics" // CfgPrometheusBindAddress defines the config flag of the bind address on which the Prometheus exporter listens on. CfgPrometheusBindAddress = "prometheus.bindAddress" )
Variables ¶
View Source
var (
Plugin = node.NewPlugin("Prometheus", node.Disabled, configure, run)
)
Plugin Prometheus
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.