package
0.0.0-20221211150325-2f2c2f34bedd
Repository: https://github.com/fengleng/mars.git
Documentation: pkg.go.dev
# README
prometheus
Monitor Prometheus metrics.
# Functions
NewCounter new a prometheus counter and returns Counter.
NewGauge new a prometheus gauge and returns Gauge.
NewHistogram new a prometheus histogram and returns Histogram.
NewSummary new a prometheus summary and returns Histogram.