From a0122ba34576c300957ed85ae479d7fbf428df25 Mon Sep 17 00:00:00 2001 From: makotocc0107 <1424018999@qq.com> Date: Wed, 4 Sep 2024 10:47:06 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=A2=9E=E6=B7=BB]=E5=A2=9E=E6=B7=BB=E4=BA=86?= =?UTF-8?q?time=E7=9A=84confd=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- confd/templates/opcua.tmpl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/confd/templates/opcua.tmpl b/confd/templates/opcua.tmpl index 8405f86..8f9072c 100644 --- a/confd/templates/opcua.tmpl +++ b/confd/templates/opcua.tmpl @@ -29,3 +29,8 @@ metrics: help: {{ getv (printf "/metrics/%d/help" $index) }} {{ end }} +time: + global_time: {{ getv "/time/global_time" }} + node_exporter_time: {{ getv "/time/node_exporter_time" }} + opcua_time: {{ getv "/time/opcua_time" }} + prometheus_time: {{ getv "/time/prometheus_time" }}