Recognos / Metrics.NET

The Metrics.NET library provides a way of instrumenting applications with custom metrics (timers, histograms, counters etc) that can be reported in various ways and can provide insights on what is happening inside a running application.
Apache License 2.0
639 stars 110 forks source link

Use tags to better organize metrics on the UI. #81

Open motime opened 7 years ago

motime commented 7 years ago

"In the (hopefully near) future the visualization app will use tags to better organize metrics on the UI."

Is this planned, or should I start working on pull request for that?

PaulParau commented 7 years ago

No, we do not have any concrete plans for that. Feel free to work on a pull request if you want to :)

FYI the repo for the visualization app is here.

motime commented 7 years ago

10x