metric

package
v1.7.9-test-2 Latest Latest
Warning

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

Go to latest
Published: Dec 29, 2020 License: MPL-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	BackendConnUsage = prometheus.NewGaugeVec(
		prometheus.GaugeOpts{
			Namespace: "machinery",
			Subsystem: "backend",
			Name:      "get_conn",
			Help:      "usage of backend connection.",
		},
		[]string{"function", "detail"},
	)

	BrokerConnUsage = prometheus.NewGaugeVec(
		prometheus.GaugeOpts{
			Namespace: "machinery",
			Subsystem: "broker",
			Name:      "get_conn",
			Help:      "usage of broker connection",
		},
		[]string{"function", "detail"},
	)
)

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