github prometheus-net/prometheus-net v3.1.0
ASP.NET Core 3.0 compatibility and other improvements

latest releases: v8.2.1, v8.2.0, v8.1.1...
5 years ago
  • Added ICounter.NewTimer() (adds the value to the counter)
  • Eliminated some needless allocations when trying to register a metric that is already registered. #134
  • Added IHistogram.Count and IHistogram.Sum to expose aspects of collected data for inspection.
  • Added Collector.GetAllLabelValues() to expose the list of child metrics by all their known label values.
  • Metric export is now asynchronous internally to be compatible with ASP.NET Core 3.0 default configuration.
  • Added CollectorRegistry.CollectAndExportAsTextAsync() to support metric data export via arbitrary custom endpoints.

Don't miss a new prometheus-net release

NewReleases is sending notifications on new releases.