Allan Hardy

Results 54 comments of Allan Hardy

This all seems confusing to me, sounds like this repo will no longer maintained and something similar will potentially be implemented by Microsoft in a future version of AspNet Core....

Try docfx https://dotnet.github.io/docfx/ and just host the compiled site on github

Could you create the PR on branch features/4.3.0 please. Sorry should make clearer in the readme

Could you create the PR on branch features/4.3.0 please. Sorry should make clearer in the readme

AppMetrics hasn't been designed to support this, I think this feature would be a pretty rare one. If you really need this, unfortunetely you'll have to dig into the code...

I'd be happy to take a PR. The other thing to consider is that when metrics are set to reset on reporting, values will be reset after metrics are flushed...

I have plans to investigate the new stuff available in dotnet related to metrics. Just trying to find some time

Thanks for the feedback. Bit hard to tell without seeing code. Maybe try starting with the docs and sample projects. https://github.com/AppMetrics/Samples.V2 https://www.app-metrics.io

Is the count always 0 when viewing the /metrics endpoint? If so that's probably because by default counts are reset when flushed or read from the endpoint e.g. when using...