tcp-info icon indicating copy to clipboard operation
tcp-info copied to clipboard

Update the Prometheus metrics to pass the prometheus linter

Open pboothe opened this issue 5 years ago • 0 comments

Output on travis:

605    promtest.go:42: Bad metric tcpinfo_cache_count_histogram: metric name should not include type 'histogram'
606    promtest.go:42: Bad metric tcpinfo_connection_count_histogram: metric name should not include type 'histogram'
607    promtest.go:42: Bad metric tcpinfo_polling_interval_histogram: metric name should not include type 'histogram'
608    promtest.go:42: Bad metric tcpinfo_receive_rate_histogram: metric name should not include type 'histogram'
609    promtest.go:42: Bad metric tcpinfo_send_rate_histogram: metric name should not include type 'histogram'
610    promtest.go:42: Bad metric tcpinfo_syscall_time_histogram: metric name should not include type 'histogram'

pboothe avatar Oct 17 '19 18:10 pboothe