1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-06-26 22:30:19 +02:00

monitoring: add textfile reporter to write Graphite-style metrics into file

This commit is contained in:
cn
2018-04-23 07:11:18 +02:00
parent 22d686dec7
commit a01276c348
5 changed files with 129 additions and 1 deletions

View File

@ -11,6 +11,7 @@ IMPROVEMENTS:
- Add Ruby 2.5 support
- Add experimental [OpenTracing](http://opentracing.io/) support with [CNCF Jaeger](https://github.com/jaegertracing/jaeger)
- Support host offlining by deleting the associated DNS records
- Add textfile reporter to write Graphite-style metrics (also compatible with [Prometheus](https://prometheus.io/)) into a file
## 1.6.1 (October 31, 2017)