Skip to content

Metrics.Flot Visualization

Iulian Margarintescu edited this page Apr 4, 2014 · 3 revisions

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.

Sample Visualization

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.

Build & Run

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.

Clone this wiki locally