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

AddPrometheus is not chainable #10

Closed ahoka closed 6 years ago

ahoka commented 6 years ago

AddPrometheus should return IServiceCollection like most of the ASP.NET Core extension methods of the same kind.