prometheus

package
v1.0.0-alpha Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	K8sPacketBytesSentMetric = prometheus.NewSummaryVec(
		prometheus.SummaryOpts{
			Name: "k8s_packet_bytes_sent",
			Help: "Kubernetes packet bytes sent",
		},
		[]string{"ns", "src", "src_name", "src_port", "dst", "dst_name", "dst_port", "closed"},
	)
	K8sPacketBytesReceivedMetric = prometheus.NewSummaryVec(
		prometheus.SummaryOpts{
			Name: "k8s_packet_bytes_received",
			Help: "Kubernetes packet bytes received",
		},
		[]string{"ns", "src", "src_name", "src_port", "dst", "dst_name", "dst_port", "closed"},
	)
	K8sPacketDurationSecondsMetric = prometheus.NewSummaryVec(
		prometheus.SummaryOpts{
			Name: "k8s_packet_duration_seconds",
			Help: "Kubernetes packet duration seconds",
		},
		[]string{"ns", "src", "src_name", "src_port", "dst", "dst_name", "dst_port", "closed"},
	)
)

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