Thanks for reply,
1. I am using influxdb 1.8.1 and Grafana 7.6 the blog post is using older versions. - InfluxDB v0.9.4.2 and Grafana v2.5.0. The hadoop-metrics2-accumulo.properties has the same content as from the blog *.period=30 accumulo.sink.graphite.class=org.apache.hadoop.metrics2.sink.GraphiteSink accumulo.sink.graphite.server_host=<INFLUXDB_HOST> accumulo.sink.graphite.server_port=2003 accumulo.sink.graphite.metrics_prefix=accumulo If I setup file sink it is working as well, As far as measurements in influxdb are concerned are very different names.. e.g. the dashboard is looking for measurement 'accumulo_tserver_general_IngestRate' and the measurement I can see is accumulo.tserver.general.Context=tserver.ProcessName=TabletServer.Hostname=<tserverhostname>.ingestRate and that measurement has no data...not sure how to fix that. -S
