From 596b81eab604239cccafdf60ec211c08c9f71ea6 Mon Sep 17 00:00:00 2001 From: Lindsey Cheng Date: Wed, 20 Sep 2023 10:43:42 +0800 Subject: [PATCH] feat: Add LastConnected metric to device service common config fixes #4684. Add LastConnected metric to device service common config. Signed-off-by: Lindsey Cheng --- cmd/core-common-config-bootstrapper/res/configuration.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/core-common-config-bootstrapper/res/configuration.yaml b/cmd/core-common-config-bootstrapper/res/configuration.yaml index fb940b6dbc..2820864d15 100644 --- a/cmd/core-common-config-bootstrapper/res/configuration.yaml +++ b/cmd/core-common-config-bootstrapper/res/configuration.yaml @@ -106,6 +106,7 @@ device-services: Metrics: EventsSent: false ReadingsSent: false + LastConnected: false Clients: core-metadata: Protocol: "http"