@nsshunt/stsrunnerframework 0.0.21 → 0.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1785,13 +1785,13 @@ class TelemetryProcessor {
|
|
|
1785
1785
|
}
|
|
1786
1786
|
if (telemetry.authenticationErrorCount) {
|
|
1787
1787
|
publishInstrumentController.UpdateInstrument(Gauge.AUTHENTICATION_ERROR_COUNT_GAUGE, {
|
|
1788
|
-
val: telemetry.
|
|
1788
|
+
val: telemetry.authenticationErrorCount
|
|
1789
1789
|
});
|
|
1790
1790
|
update = true;
|
|
1791
1791
|
}
|
|
1792
1792
|
if (telemetry.authenticationRetryCount) {
|
|
1793
1793
|
publishInstrumentController.UpdateInstrument(Gauge.AUTHENTICATION_RETRY_COUNT_GAUGE, {
|
|
1794
|
-
val: telemetry.
|
|
1794
|
+
val: telemetry.authenticationRetryCount
|
|
1795
1795
|
});
|
|
1796
1796
|
update = true;
|
|
1797
1797
|
}
|