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

SSL Support #88

Open foxthedream opened 7 years ago

foxthedream commented 7 years ago

Hi

Both ElasticSearch and InfluxDB offer hosted versions of their solutions. Unfortunately both create HTTPS endpoints only and I cannot find a way to access using HTTP only. I have tried the ElasticSearch and InfluxDB with the URI using HTTPS and that didn't work.

Does the Reporter support HTTPS at all?