From 69272e6ab02053911d9e556c4a3067da251435c7 Mon Sep 17 00:00:00 2001 From: Dhrubajyoti Sadhu Date: Tue, 12 Nov 2024 19:37:19 +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 d0e6c19..ca0f5a1 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_readwrite_namespace}\", \"metrics\": [${join(",", ${datadog_metrics_hms_readwrite_readonly} )}] }]" + "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.check_names": "[\"prometheus\"]", "com.datadoghq.ad.init_configs": "[{}]" },