Metrics to InfluxDB v2 through Telegraf

Hello,
I'm trying to output Traefik metrics into Influxdb v2. I am aware that Traefik does not support direct output to influxdb v2 and I recall reading that the workaround is to use Telegraf as a proxy. Telegraf has been changed to use "inputs.influxdb_v2_listener" instead of "inputs.http_listener_v2".

Unfortunately, this change is somehow preventing Traefik from being able to output metrics via Telegraf. The log shows "level=info msg="[during WriteTo err 404 page not found\n]" metricsProviderName=influxdb"

Is there a fix/workaround for this?