From d20e609202733790caf5b554c9945d049f243ae3 Mon Sep 17 00:00:00 2001 From: Alexander Ermolaev Date: Mon, 16 Dec 2024 22:23:43 +0300 Subject: [PATCH] Update queries.libsonnet: typo fixed (#237) --- examples/runtimeDashboard/output.json | 2 +- examples/runtimeDashboard/queries.libsonnet | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/runtimeDashboard/output.json b/examples/runtimeDashboard/output.json index d24441c7..07d15428 100644 --- a/examples/runtimeDashboard/output.json +++ b/examples/runtimeDashboard/output.json @@ -602,7 +602,7 @@ "type": "prometheus", "uid": "$datasource" }, - "expr": "sum by (cluster, namesapce, job,le,controller) (\n rate(\n controller_runtime_reconcile_time_seconds_bucket{\n cluster=~\"$cluster\",\n namespace=~\"$namespace\",\n job=~\"$job\"\n }\n [$__rate_interval])\n)\n", + "expr": "sum by (cluster, namespace, job, le, controller) (\n rate(\n controller_runtime_reconcile_time_seconds_bucket{\n cluster=~\"$cluster\",\n namespace=~\"$namespace\",\n job=~\"$job\"\n }\n [$__rate_interval])\n)\n", "legendFormat": "{{cluster}} - {{namespace}}\n" } ], diff --git a/examples/runtimeDashboard/queries.libsonnet b/examples/runtimeDashboard/queries.libsonnet index d22b6283..97d91ae9 100644 --- a/examples/runtimeDashboard/queries.libsonnet +++ b/examples/runtimeDashboard/queries.libsonnet @@ -229,7 +229,7 @@ local variables = import './variables.libsonnet'; prometheusQuery.new( '$' + variables.datasource.name, ||| - sum by (cluster, namesapce, job,le,controller) ( + sum by (cluster, namespace, job, le, controller) ( rate( controller_runtime_reconcile_time_seconds_bucket{ cluster=~"$cluster",