@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.
@@ -1787,13 +1787,13 @@ var __privateWrapper = (obj, member, setter, getter) => ({
1787
1787
  }
1788
1788
  if (telemetry.authenticationErrorCount) {
1789
1789
  publishInstrumentController.UpdateInstrument(stsobservability.Gauge.AUTHENTICATION_ERROR_COUNT_GAUGE, {
1790
- val: telemetry.authenticationCount
1790
+ val: telemetry.authenticationErrorCount
1791
1791
  });
1792
1792
  update = true;
1793
1793
  }
1794
1794
  if (telemetry.authenticationRetryCount) {
1795
1795
  publishInstrumentController.UpdateInstrument(stsobservability.Gauge.AUTHENTICATION_RETRY_COUNT_GAUGE, {
1796
- val: telemetry.authenticationCount
1796
+ val: telemetry.authenticationRetryCount
1797
1797
  });
1798
1798
  update = true;
1799
1799
  }