Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ProvisionedTenantsCounter = prometheus.NewCounterVec(prometheus.CounterOpts{ Name: provisionedTenantsTotalName, Help: "Total number of the provisioned tenants", }, []string{"successful"}) DeletedTenantsCounter = prometheus.NewCounterVec(prometheus.CounterOpts{ Name: deletedTenantsTotalName, Help: "Total number of the removed tenants", }, []string{"successful"}) CleanedTenantsCounter = prometheus.NewCounterVec(prometheus.CounterOpts{ Name: cleanedTenantsTotalName, Help: "Total number of cleaned tenants", }, []string{"successful", "nsBaseName"}) UpdatedTenantsCounter = prometheus.NewCounterVec(prometheus.CounterOpts{ Name: updatedTenantsTotalName, Help: "Total number of updated tenants", }, []string{"successful", "nsBaseName"}) )
Functions ¶
func RecordCleanedTenant ¶
func RecordDeletedTenant ¶
func RecordDeletedTenant(successful bool)
func RecordProvisionedTenant ¶
func RecordProvisionedTenant(successful bool)
func RecordUpdatedTenant ¶
func RegisterMetrics ¶
func RegisterMetrics()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.