etishor / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Group metrics by machine name

alhardy opened this issue · comments

We be good determine from what machine metrics were recorded. Any chance of include this in the new JSON format?

That is a good idea. At the moment the process name is captured (i think) but it would make sense to add a bunch of environment related information to the captured metrics (machine name, ip addresses, etc ).

Environment information added to json