Nexogen.Libraries.Metrics Versions Save

Library for collecting application metrics in .NET and exporting them to Prometheus

v2.1.0

6 years ago

This is the first open source version of our Metrics library. This version is already used in production in multiple cloud environments.

Features:

  • Counter metric type
  • Gauge metric type
  • Histogram metric type
  • Text exporter over HTTP with ASP.NET Core
  • Push gateway exporter with HttpClient
  • High performance and thread safe implementation with atomic instructions