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" )
View Source
const PluginName = "Prometheus"
PluginName is the name of the prometheus plugin.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.