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 ( ...@@ -5,10 +5,14 @@ import (
) )
const ( const (
CfgPrometheusGoMetrics = "prometheus.goMetrics" // CfgPrometheusGoMetrics defines the config flag to enable/disable go metrics.
CfgPrometheusProcessMetrics = "prometheus.processMetrics" 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" 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() { func init() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment