AppMetrics Health Versions Save

App Metrics Health is an open-source and cross-platform .NET library used to define and report application health checks

2.1.0

5 years ago

As part of this release we had 48 commits which resulted in 13 issues being closed. New features

bug

  • #24 InvalidCastException when adding sql check

new features

  • #28 Allow recording of health check results as metrics
  • #26 Slack notifications on failed and degrading health checks
  • #25 Extensibility on reporting health check results
  • #17 Quite time health check
  • #16 Cache health check
  • #9 Reporting of health check results

enhancements

  • #33 Slack reporter: cleanup alert message formatting
  • #32 Allow slack reporter to continue to alert on failed checks every x interval
  • #31 Allow slack alerts to be disabled via config
  • #30 Slack Alert too noisy, current reports unhealthy every x interval
  • #29 Allow health reporting interval to be configurable
  • #19 .NET Core 2.1.0 package updates

2.0.0

6 years ago

As part of this release we had 4 issues closed. Final 2.0.0 preview before stable release

new feature

  • #12 Add SqlChecker

enhancements

  • #11 Don't expose exceptions in health status messages when HTTP health checks are used
  • #10 Http health check retries
  • #8 Project dependency updates

2.0.0-preview1

6 years ago

As part of this release we had 2 issues closed.

AppMetrics Health has been abstracted out of the core library to decouple Health from Metrics.

bug

  • #3 NET full framework auto register health checks

enhancement

  • #2 Add sourcelink support