Documentation ¶
Index ¶
Constants ¶
View Source
const (
Namespace = "mo_operator"
)
Variables ¶
View Source
var ( CnRPCDuration = prometheus.NewHistogramVec(prometheus.HistogramOpts{ Namespace: Namespace, Name: "cn_rpc_duration", Help: "The client request histogram of CN RPC", Buckets: prometheus.ExponentialBuckets(10, 2, 6), }, []string{"type", "pod", "response"}) HAKeeperRPCDuration = prometheus.NewHistogramVec(prometheus.HistogramOpts{ Namespace: Namespace, Name: "hakeeper_rpc_duration", Help: "The client request histogram of HAKeeper RPC", Buckets: prometheus.ExponentialBuckets(10, 2, 6), }, []string{"type", "logset", "response"}) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.