# Packages
No description provided by the author
Original source: github.com/micro/micro/blob/master/plugin/prometheus/reporter.go.
# Functions
Count submits a counter metric using the DefaultMetricsReporter:.
Gauge submits a gauge metric using the DefaultMetricsReporter:.
GetProcessStat 获取进程状态查看器 interval: 控制获取状态的频率,默认30s,最小15s,.
No description provided by the author
Timing submits a timing metric using the DefaultMetricsReporter:.
# Variables
DefaultMetricsReporter implementation.
# Interfaces
No description provided by the author
logReporter is an interface for collecting and instrumenting metrics.