Hey @amalik can you please show the ingestion pipeline as I did not yet get what your producer/sensors are and which protocol they do speak. What I got is
producer -- graphite --> Telegraf -- influx line protocol --> InfluxDB
Is this correct?
If so you probably want to use the socket_listener input plugin with the graphite parser (data_format = "graphite"
). On the output side you should use the influxdb_v2 output plugin.