Nexogen.Libraries.Metrics Versions Save

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

v3.3.2

3 years ago
  • Support using a base URL ending in a path in pushgateway

v3.3.1

3 years ago
  • Fix namespace used in Nexogen.Libraries.Metrics.Grpc package
  • Fix splitting of gRPC service name and method name

v3.3.0

3 years ago

This version introduces a new package Nexogen.Libraries.Metrics.Prometheus.Grpc providing gRPC interceptors for capturing metrics.

The metrics are aligned with a roughly equivalent Go library: https://github.com/grpc-ecosystem/go-grpc-prometheus

This functionality was contributed by Bastian Eicher.

v3.2.0

3 years ago

Reintroduce support for standalone exporter. This feature was contributed by Bastian Eicher.

v3.2.0-rc.1

4 years ago

Reintroduce support for standalone exporter. This feature was contributed by Bastian Eicher.

v3.1.0

4 years ago

ASP.Net Core 3.1 and netstandard2.1 support.

Standalone mode is no longer supported.

v3.1.0-rc.2

4 years ago

v3.1.0-rc.1

4 years ago

Add support for ASP.Net Core 3.1 projects.

v3.0.1

6 years ago
  • Switch to building with SDK 2.1.4

v3.0.0

6 years ago
  • Make ASP.NET request metrics configurable
  • No longer collect ASP.NET Core request metrics by default
  • Fix a bug where process_cpu_seconds_total was not a counter
  • Add support for disabling CLR metrics