//
pkg.gl
Category
github.com/smiecj/go_common
util
monitor
package
1.4.4
Repository:
https://github.com/smiecj/go_common.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
0
Files
266 SLOC
#
Functions
GetPrometheusMonitorManager
No description provided by the author
GetPrometheusMonitorManagerByConf
No description provided by the author
NewMonitorMetrics
创建一个监控指标基本描述/配置.
#
Constants
Counter
No description provided by the author
Gauge
No description provided by the author
Histogram
No description provided by the author
Summary
No description provided by the author
#
Structs
PrometheusCounter
prometheus counter 定义.
PrometheusGauge
prometheus gauge 定义.
#
Interfaces
Manager
监控管理器定义,提供基本定义,指标增删查改接口,本身不关心监控指标如何上报.
#
Type aliases
LabelKey
标签列表.
MetricsLabel
指标标签.
MetricsType
指标类型 openmetrics: gauge, counter, summary, histogram.