metrics

package
v0.0.0-...-1392edb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 11, 2019 License: AGPL-3.0 Imports: 3 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL