On Sunday, 9 April 2017 at 08:18:38 UTC, Andy smith wrote:
On Monday, 20 March 2017 at 19:57:03 UTC, Atila Neves wrote:
http://code.dlang.org/packages/influxdb-dlang-wrapper

InfluxDB is a database optimised for time-series data. This package implements a D API via the REST interface so that this code works:

[...]

Cool stuff. Worth stating that one of the big wins here is that the very cool 'grafana' metrics/dashboard web abb talks seamlessly to influx dub. So if you can get your data into influx you get a pretty cool metrics visualisation system for free, ( well, for a small time investment setting it up :-) ).

Cheers,

A

I noticed that about grafana supporting InfluxDB, which is indeed pretty cool. On the time setting up though, it's virtually 0:

https://github.com/kamon-io/docker-grafana-graphite

Clone that, `make up` and click on the pretty web controls. :)

Atila


Reply via email to