From 4e33ff5866261389fb79be770584c268025fc103 Mon Sep 17 00:00:00 2001 From: Dhrubajyoti Sadhu Date: Tue, 12 Nov 2024 19:37:38 +0530 Subject: [PATCH] feat: common namespace --- templates/apiary-hms-readwrite.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/apiary-hms-readwrite.json b/templates/apiary-hms-readwrite.json index ca0f5a1..87ec74a 100644 --- a/templates/apiary-hms-readwrite.json +++ b/templates/apiary-hms-readwrite.json @@ -75,7 +75,7 @@ } }, "dockerLabels": { - "com.datadoghq.ad.instances": "[{ \"prometheus_url\": \"http://%%host%%:8080/actuator/prometheus\", \"namespace\": \"${hms_readonly_namespace}\", \"metrics\": [${join(\",\", var.datadog_metrics_hms_readwrite_readonly)}] }]" + "com.datadoghq.ad.instances": "[{ \"prometheus_url\": \"http://%%host%%:8080/actuator/prometheus\", \"namespace\": \"${hms_readwrite_namespace}\", \"metrics\": [${join(\",\", var.datadog_metrics_hms_readwrite_readonly)}] }]" "com.datadoghq.ad.check_names": "[\"prometheus\"]", "com.datadoghq.ad.init_configs": "[{}]" },