Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CueBacklogCount = promauto.NewGaugeVec(prometheus.GaugeOpts{ Namespace: "hyperion", Name: "cue_backlog_count", Help: "Cue Size", }, []string{"cuestack_name"}) CueProcessedCount = promauto.NewGaugeVec(prometheus.GaugeOpts{ Namespace: "hyperion", Name: "cue_processed_count", Help: "Cue Size (Processed)", }, []string{"cuestack_name"}) CueExecutionDrift = promauto.NewGauge(prometheus.GaugeOpts{ Namespace: "hyperion", Name: "cue_execution_drift", Help: "Drift in seconds of cue eecution", }) ExternalResponseTime = promauto.NewSummaryVec(prometheus.SummaryOpts{ Namespace: "hyperion", Name: "external_response_time", Help: "Speed of making requests to external sources (s)", }, []string{"target"}) )
Holds metric registrations
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.