Skip to content

7.0.1

Compare
Choose a tag to compare
@brockallen brockallen released this 09 Feb 14:54
· 92 commits to main since this release
e130e8b

IdentityServer 7.0.1 reorganizes the OpenTelemetry metrics added in 7.0.0 in order to significantly improve their usability. The meter and counter names used in version 7.0.0 were not properly scoped, which caused issues in monitoring tools to the extent that many of the metrics would not be usable at all. We have therefore decided to rename our metrics. While this is a breaking change, we believe that a patch release close to the original 7.0.0 release is the least impactful way to resolve the situation.

Breaking Changes

  • The OpenTelemetry metrics have been reorganized into two meters.
    • The overall health counters have been redefined and are now locked from further breaking changes for all 7.x releases.
    • The detailed counters have been moved to a new Experimental meter to indicate that they are not to be considered stable. Any changes to them will be announced as breaking changes in future release notes.
  • Counter names are now prefixed to avoid ambiguity.
  • Separate success and failure counters have been merged into a single counter, with success and failure indicated with tags.

For more details on the OTel Metrics, please see the documentation.

Full Changelog: 7.0.0...7.0.1