# README
Metrics:基于 Prometheus 的简单封装
- counter:计数器
- gauge:瞬时器
- histogram:累加直方图 1
- summary:累加直方图 2
# Functions
创建vec.
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
# Variables
默认的采集器(定义),也可在代码中调用NewCounterVec等进行创建.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
默认的采集器(定义),也可在代码中调用NewCounterVec等进行创建.
# Structs
封装prometheus.CounterVec.
CounterVecOpts 选项.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author