mihasya 10 лет назад
Родитель
Сommit
a8efa8de42
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -59,6 +59,11 @@ go graphite.Graphite(metrics.DefaultRegistry, 10e9, "metrics", addr)
 
 Periodically emit every metric into InfluxDB:
 
+**NOTE:** this has been pulled out of the library due to constant fluctuations
+in the InfluxDB API. In fact, all client libraries are on their way out. see
+issues [#121](https://github.com/rcrowley/go-metrics/issues/121) and
+[#124](https://github.com/rcrowley/go-metrics/issues/124) for progress and details.
+
 ```go
 import "github.com/rcrowley/go-metrics/influxdb"