metrics

package
v0.0.22 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GraphUpdateEnqueuingRequestsFailedCounter = promauto.NewCounterVec(prometheus.CounterOpts{
	Name: "go_graphkb_graph_update_enqueuing_requests_failed_counter",
	Help: "The number of failed graph update enqueuing requests",
}, []string{"source", "status_code"})

GraphUpdateEnqueuingRequestsFailedCounter reports the number of failed update requests

View Source
var GraphUpdateEnqueuingRequestsReceivedCounter = promauto.NewCounterVec(prometheus.CounterOpts{
	Name: "go_graphkb_graph_update_enqueuing_requests_received_counter",
	Help: "The number of graph update enqueuing requests received by the web server but not yet processed",
}, []string{"source"})

GraphUpdateEnqueuingRequestsReceivedCounter reports the number of authorized updates request received by the webserver

View Source
var GraphUpdateEnqueuingRequestsSucceededCounter = promauto.NewCounterVec(prometheus.CounterOpts{
	Name: "go_graphkb_graph_update_enqueuing_requests_succeeded_counter",
	Help: "The number of successful graph update enqueuing requests",
}, []string{"source"})

GraphUpdateEnqueuingRequestsSucceededCounter reports the number of successful enqueuing requests

View Source
var GraphUpdatesProcessingFailedCounter = promauto.NewCounterVec(prometheus.CounterOpts{
	Name: "go_graphkb_graph_updates_failed_counter",
	Help: "The number of update requests which failed",
}, []string{"source"})

GraphUpdatesProcessingFailedCounter reports the number of updates which failed to be processed

View Source
var GraphUpdatesProcessingRequestedCounter = promauto.NewCounterVec(prometheus.CounterOpts{
	Name: "go_graphkb_graph_updates_processing_requested_counter",
	Help: "The number of update requests to be processed and imported into DB",
}, []string{"source"})

GraphUpdatesProcessingRequestedCounter reports the number of updates to be processed and imported into DB.

View Source
var GraphUpdatesProcessingSucceededCounter = promauto.NewCounterVec(prometheus.CounterOpts{
	Name: "go_graphkb_graph_updates_processing_succeeded_counter",
	Help: "The number of update requests processed successfully",
}, []string{"source"})

GraphUpdatesProcessingSucceededCounter reports the number of updates which have successfully been processed

View Source
var StartTimeGauge = promauto.NewGauge(prometheus.GaugeOpts{
	Name: "go_graphkb_start_timestamp_gauge",
	Help: "The timestamp of the time when the app started",
})

StartTimeGauge reports the start time of the instance

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