diff --git a/observability/dashboards/rhobs-instance-utilization-overview.libsonnet b/observability/dashboards/rhobs-instance-utilization-overview.libsonnet index 2cb93f2a5a..fe0cfc6bf4 100644 --- a/observability/dashboards/rhobs-instance-utilization-overview.libsonnet +++ b/observability/dashboards/rhobs-instance-utilization-overview.libsonnet @@ -792,7 +792,7 @@ function() { g.stack ) .addPanel( - g.panel('Rate of fetches', 'Rate of rule fetches via PrometheusRule CRDs from the local cluster') + + g.panel('Rate of fetches', 'Rate of rule fetches via PrometheusRule CRs from the local cluster') + g.queryPanel( [ 'sum(rate(obsctl_reloader_prom_rule_fetches_total{namespace=~"$namespace",job=~"$job"}[$__rate_interval])) by (namespace,job,pod)', @@ -804,7 +804,7 @@ function() { g.addDashboardLink(thanos.obsctlReloader.dashboard.title) ) .addPanel( - g.panel('Percentage of failed fetches', 'Percentage of failed rule fetches via PrometheusRule CRDs from the local cluster') + + g.panel('Percentage of failed fetches', 'Percentage of failed rule fetches via PrometheusRule CRs from the local cluster') + g.queryPanel( [ '100 * sum(rate(obsctl_reloader_prom_rule_fetch_failures_total{namespace=~"$namespace",job=~"$job"}[$__rate_interval])) by (namespace,job,pod) / ignoring (job, pod) group_left sum(rate(obsctl_reloader_prom_rule_fetches_total{namespace=~"$namespace",job=~"$job"}[$__rate_interval])) by (namespace) > 0', diff --git a/resources/observability/grafana/observatorium/grafana-dashboard-rhobs-instance-utilization-overview.configmap.yaml b/resources/observability/grafana/observatorium/grafana-dashboard-rhobs-instance-utilization-overview.configmap.yaml index db292c13e3..e0ccb7630c 100644 --- a/resources/observability/grafana/observatorium/grafana-dashboard-rhobs-instance-utilization-overview.configmap.yaml +++ b/resources/observability/grafana/observatorium/grafana-dashboard-rhobs-instance-utilization-overview.configmap.yaml @@ -8519,7 +8519,7 @@ data: "dashLength": 10, "dashes": false, "datasource": "$datasource", - "description": "Rate of rule fetches via PrometheusRule CRDs from the local cluster", + "description": "Rate of rule fetches via PrometheusRule CRs from the local cluster", "fill": 1, "id": 84, "legend": { @@ -8611,7 +8611,7 @@ data: "dashLength": 10, "dashes": false, "datasource": "$datasource", - "description": "Percentage of failed rule fetches via PrometheusRule CRDs from the local cluster", + "description": "Percentage of failed rule fetches via PrometheusRule CRs from the local cluster", "fill": 1, "id": 85, "legend": {