metrics

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	OosRequests = prometheus.NewCounter(prometheus.CounterOpts{
		Namespace: namespace,
		Subsystem: "oos",
		Name:      "requests_total",
		Help:      "The total number of out of scope uris handled"})

	OosDuplicate = prometheus.NewCounter(prometheus.CounterOpts{
		Namespace: namespace,
		Subsystem: "oos",
		Name:      "requests_duplicate_total",
		Help:      "The total number of out of scope uris already handled"})
)

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