Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metrics ¶
type Metrics struct { AioTotal *prometheus.CounterVec AioInFlight *prometheus.GaugeVec AioWorker *prometheus.GaugeVec AioWorkerInFlight *prometheus.GaugeVec AioConnection *prometheus.GaugeVec ApiTotal *prometheus.CounterVec ApiInFlight *prometheus.GaugeVec CoroutinesTotal *prometheus.CounterVec CoroutinesInFlight *prometheus.GaugeVec }
func New ¶
func New(reg prometheus.Registerer) *Metrics
func (*Metrics) Disable ¶
func (m *Metrics) Disable(reg prometheus.Registerer)
func (*Metrics) Enable ¶
func (m *Metrics) Enable(reg prometheus.Registerer)
Click to show internal directories.
Click to hide internal directories.