metrics

package
v0.21.0 Latest Latest
Warning

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

Go to latest
Published: Mar 16, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ContainerLastExitCode = prometheus.NewGaugeVec(
	prometheus.GaugeOpts{
		Name: "container_last_exit_code",
		Help: "Last exit code of the container",
	},
	labelNames,
)
View Source
var ContainerOOMs = prometheus.NewCounterVec(
	prometheus.CounterOpts{
		Name: "container_ooms",
		Help: "Number of OOM kills of a docker container",
	},
	labelNames,
)
View Source
var ContainerRestarts = prometheus.NewCounterVec(
	prometheus.CounterOpts{
		Name: "container_restarts",
		Help: "Number of restarts of a docker container",
	},
	labelNames,
)

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