ioBroker.influxdb icon indicating copy to clipboard operation
ioBroker.influxdb copied to clipboard

Receive Metrics from Influx

Open MK-2001 opened this issue 3 years ago • 1 comments

Since version 2.x the influx server offers an metrics endpoint on the server (if not disabled): https://docs.influxdata.com/influxdb/v2.5/reference/config-options/#metrics-disabled

Metrics description: https://docs.influxdata.com/influxdb/v2.5/reference/internals/metrics/

In this endpoint you are able to receive information about errors when writing back some measurements or see the used space sizes etc.

Within ioBroker it cloud be interesting when you see the disk space etc for debugging ors see how long the write back of the measurements will need.

Is it an feature what could be considered for this adapter or should it solved in a separate one?

Kind regards Marcus

MK-2001 avatar Dec 02 '22 07:12 MK-2001

I think it could be added to poll it ... but then also the token needs additional rights ... need to think about it

Apollon77 avatar Dec 30 '22 15:12 Apollon77