metrics

package
v1.4.3 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2025 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	AccountFailureCounter = prometheus.NewGaugeVec(
		prometheus.GaugeOpts{
			Name: "cloudflare_operator_account_status",
			Help: "Cloudflare account status",
		},
		[]string{"name"},
	)
	DnsRecordFailureCounter = prometheus.NewGaugeVec(
		prometheus.GaugeOpts{
			Name: "cloudflare_operator_dns_record_status",
			Help: "Cloudflare DNS records status",
		},
		[]string{"namespace", "name", "record_name"},
	)
	IpFailureCounter = prometheus.NewGaugeVec(
		prometheus.GaugeOpts{
			Name: "cloudflare_operator_ip_status",
			Help: "IPs status",
		},
		[]string{"name", "ip_type"},
	)
	ZoneFailureCounter = prometheus.NewGaugeVec(
		prometheus.GaugeOpts{
			Name: "cloudflare_operator_zone_status",
			Help: "Cloudflare zones status",
		},
		[]string{"name", "zone_name"},
	)
)

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