From 6992b7694a5a46173ed7d25d55e659f608df17f7 Mon Sep 17 00:00:00 2001 From: Gaurav Thadani Date: Wed, 15 Oct 2025 08:09:41 +1100 Subject: [PATCH] fix: reference to data source --- cloud/temporal_cloud.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/temporal_cloud.json b/cloud/temporal_cloud.json index bdec507..b43ec23 100644 --- a/cloud/temporal_cloud.json +++ b/cloud/temporal_cloud.json @@ -3295,7 +3295,7 @@ "current": {}, "datasource": { "type": "prometheus", - "uid": "${DS_EXTERNAL_METRICS}" + "uid": "${datasource}" }, "definition": "label_values(temporal_namespace)", "includeAll": false,