-
Notifications
You must be signed in to change notification settings - Fork 110
Metrics.Flot Visualization
The Metrics.Flot is a visualization adapter for the Metrics.NET library, capable or rendering real time charts based on the metrics reported by the library.
It consists of an AngularJs app that uses the jquery.flot charting library to display the metrics reported by Metrics.NET.
The app is build using grunt & bower tools.
You need node, npm, grunt and bower to be able to build & run the app at the moment. The final version will be embeded in the library and accessible directly from there.
To run the current version open a powershell window in the root of the Metrics.NET Folder and...
cd .\Visualization\Metrics.Flot\
npm install
bower install
[edit app\index.html and point the window.metricsEndpoint your metrics endpoint - see NancyFx adapter for details]
grunt server
A browser pointing a http://localhost:9000/ should be opened by grunt.
For any issues please use the GitHub issues. For any other questions and ideas feel free to ping us: @PaulParau, @HinteaDan, @BogdanGaliceanu.