Documentation ¶
Index ¶
Constants ¶
View Source
const ( ExternalSecretSubsystem = "externalsecret" SyncCallsKey = "sync_calls_total" SyncCallsErrorKey = "sync_calls_error" ExternalSecretStatusConditionKey = "status_condition" ExternalSecretReconcileDurationKey = "reconcile_duration" )
Variables ¶
This section is empty.
Functions ¶
func GetCounterVec ¶
func GetCounterVec(key string) *prometheus.CounterVec
func GetGaugeVec ¶
func GetGaugeVec(key string) *prometheus.GaugeVec
func SetUpMetrics ¶
func SetUpMetrics()
Called at the root to set-up the metric logic using the config flags provided.
func UpdateExternalSecretCondition ¶
func UpdateExternalSecretCondition(es *esv1beta1.ExternalSecret, condition *esv1beta1.ExternalSecretStatusCondition, value float64)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.