nexogen-international / Nexogen.Libraries.Metrics

Library for collecting application metrics in .NET and exporting them to Prometheus
MIT License
61 stars 9 forks source link

Add gRPC metrics interceptors #45

Closed bastianeicher closed 4 years ago

bastianeicher commented 4 years ago

This 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

bastianeicher commented 4 years ago

Thanks for the quick review and merge. :)