Skip to content
Snippets Groups Projects
Unverified Commit 6d497d51 authored by capossele's avatar capossele
Browse files

:rotating_light: Remove linter warnings

parent e7bf8520
No related branches found
No related tags found
No related merge requests found
......@@ -5,10 +5,14 @@ import (
)
const (
CfgPrometheusGoMetrics = "prometheus.goMetrics"
CfgPrometheusProcessMetrics = "prometheus.processMetrics"
// 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"
CfgPrometheusBindAddress = "prometheus.bindAddress"
// CfgPrometheusBindAddress defines the config flag of the bind address on which the Prometheus exporter listens on.
CfgPrometheusBindAddress = "prometheus.bindAddress"
)
func init() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment