@nsshunt/stsvueutils 2.0.18 → 2.0.19

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.
@@ -1971,13 +1971,13 @@ class STSWorkerManager {
1971
1971
  }
1972
1972
  if (runner.instrumentData.authenticationErrorCount) {
1973
1973
  runnerEx.publishInstrumentController.UpdateInstrument(Gauge.AUTHENTICATION_ERROR_COUNT_GAUGE, {
1974
- val: runnerEx.instrumentData.authenticationCount
1974
+ val: runnerEx.instrumentData.authenticationErrorCount
1975
1975
  });
1976
1976
  update = true;
1977
1977
  }
1978
1978
  if (runner.instrumentData.authenticationRetryCount) {
1979
1979
  runnerEx.publishInstrumentController.UpdateInstrument(Gauge.AUTHENTICATION_RETRY_COUNT_GAUGE, {
1980
- val: runnerEx.instrumentData.authenticationCount
1980
+ val: runnerEx.instrumentData.authenticationRetryCount
1981
1981
  });
1982
1982
  update = true;
1983
1983
  }