Skip to content

v3.5.0 - better dispose pattern support & ASP.NET Web API legacy support

Compare
Choose a tag to compare
@sandersaares sandersaares released this 09 Mar 15:16
· 450 commits to master since this release
  • Exposed metric.Unpublish() method since there was already a matching Publish() there.
  • When the scrape is aborted, stop collecting/serializing metrics. #189
  • Added simple metric export handler for legacy ASP.NET Web API, to avoid having to deal with HttpListener complexity.