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" }}