Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metrics ¶
type Metrics struct {
Bootstrapped prometheus.Counter
ConnectionLatency prometheus.Histogram
MethodCalls prometheus_CounterVec
RequestFailures prometheus.Counter
ResponseStatus prometheus_CounterVec
SessionsAttempted prometheus.Counter
SessionsEstablished prometheus.Counter
SessionsCompleted prometheus.Counter
SessionDuration prometheus_HistogramVec
ConcurrentSessions prometheus.Gauge
InformEvents prometheus_CounterVec
ParametersRead prometheus.Counter
ParametersWritten prometheus.Counter
}
func New ¶
func New(reg prometheus.Registerer) *Metrics
Click to show internal directories.
Click to hide internal directories.