From 9095e21e6fb13a3878fe736a2aa77092cc36af8a Mon Sep 17 00:00:00 2001 From: Ruakij Date: Wed, 1 Dec 2021 14:24:03 +0100 Subject: [PATCH] Add handshakeStage as metric --- src/streamHandler/PacketInfluxPointFactory.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/streamHandler/PacketInfluxPointFactory.js b/src/streamHandler/PacketInfluxPointFactory.js index e21b7b0..b19b241 100644 --- a/src/streamHandler/PacketInfluxPointFactory.js +++ b/src/streamHandler/PacketInfluxPointFactory.js @@ -21,6 +21,7 @@ const MEASUREMENT_MAP = new Map([ ["AuthenticationType", "authenticationType"], ["AssociationSuccess", "associationIsSuccessful"], ["DisassociationReason", "disassociationReason"], + ["HandshakeStage", "handshakeStage"], ]);