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

Fixes for Nexogen.Libraries.Metrics.Grpc #47

Closed bastianeicher closed 4 years ago

bastianeicher commented 4 years ago

This PR fixes the logic used to split gRPC service and method names.

I also adjusted the namespace to match the package name change from #46.

bastianeicher commented 4 years ago

I've done some extensive refactoring to make the library more testable and added unit tests.

ahoka commented 4 years ago

I have created a new release with these changes and unlisted the old version with the incorrect namespace.

bastianeicher commented 4 years ago

Thanks :)