Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( WriteCounter = prometheus.NewGaugeVec( prometheus.GaugeOpts{ Name: "dns_provider_write_counter", Help: "Counts DNS provider write operations for a current generation of the DNS record", }, []string{dnsRecordNameLabel, dnsRecordNamespaceLabel}) SecretMissing = prometheus.NewGaugeVec( prometheus.GaugeOpts{ Name: "dns_provider_secret_absent", Help: "Emits one when provider secret is found to be absent, or zero when expected secrets exist", }, []string{mzRecordNameLabel, mzRecordNamespaceLabel, mzSecretNameLabel}) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.