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

Unable to reference Custom HTTP endpoint #86

Closed murray02 closed 7 years ago

murray02 commented 7 years ago

I cannot seem to reference the documented Custom HTTP Endpoint: https://github.com/Recognos/Metrics.NET/wiki/Http-Endpoint-Reports

Metric.Config.WithHttpEndpoint("http://localhost:1234/", config => config .WithMyCustomEndpointReport("sample"/ any other parameters /));

".WithMyCustomEndpointReport" is not recognized and I am running 0.5.3. I am hoping to get this working so that I can use Telegraf to send metrics to InfluxDB.