Documentation
¶
Index ¶
Constants ¶
View Source
const ( OrgStatusActive = "active" OrgStatusPending = "pending" OrgStatusError = "error" )
Variables ¶
View Source
var ( MimirQueryErrors = prometheus.NewCounterVec(prometheus.CounterOpts{ Name: "observability_operator_mimir_head_series_query_errors_total", Help: "Total number of reconciliations error", }, nil) // GrafanaOrganization metrics GrafanaOrganizationTenantInfo = prometheus.NewGaugeVec(prometheus.GaugeOpts{ Name: "observability_operator_grafana_organization_tenants", Help: "Information about tenant resources per organization", }, []string{"name", "org_id"}) GrafanaOrganizationInfo = prometheus.NewGaugeVec(prometheus.GaugeOpts{ Name: "observability_operator_grafana_organization_info", Help: "Information about GrafanaOrganization resources", }, []string{"name", "display_name", "org_id", "status"}) // status: active, pending, error )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.