Add handshakeStage as metric

This commit is contained in:
Ruakij 2021-12-01 14:24:03 +01:00
parent d14e469ef4
commit 9095e21e6f

View File

@ -21,6 +21,7 @@ const MEASUREMENT_MAP = new Map([
["AuthenticationType", "authenticationType"],
["AssociationSuccess", "associationIsSuccessful"],
["DisassociationReason", "disassociationReason"],
["HandshakeStage", "handshakeStage"],
]);