-
Notifications
You must be signed in to change notification settings - Fork 150
Http Endpoint with Charting App
etishor edited this page Nov 17, 2014
·
2 revisions
###Http Endpoint with Charting App Start a HttpListener that will serve the visualization app and json & text
Metric.Config.WithHttpEndpoint("http://localhost:1234/");
Run app and open http://localhost:1234/ in a browser. JSON metrics are available at /v2/json (latest version with context support) or /v1/json (initial version, without any context support). Human readable text metrics are available at /text.
If you are using NancyFx see Nancy Adapter
The visualization app is now available at Metrics.NET.FlotVisualization.
For any issues please use the GitHub issues. For questions you can also ping me on Twitter ( @etishor ).