Hallo,
I want to move away from influx and came across victoriametris.
By simply using the influxdb-contrib-node, Grafana adds the 'database' tag to the __name__ since the influxdb-contrib-node is enforcing that option.
I want to get rid of this because it disturbes the look in grafana.
I could overwrite the display name in Grafana, yes.
My final goal is to fill the database in a way so that grafana dashboard take less effort to beautify.
I achieved this by:
curl -d 'mycensus bees=23' -X POST 'http://192.168.x.x:8428/write'
How do I pass this in a node-red http-request msg.url?
or does anyone know how to get rid of the db= tag in victoria? should be doable by passing an empty db tag?
is there an other node, e.g. for filling in the prometeus way?
Is there an granafa option for prometheus input for dafault naming of the values?
thanks