I want to push JMeter results data to the influx. I am able to push results to a database that is fine. But now I want to push result data of first sampler result to one database and second sampler result to another database.
To do this I tried using multiple backend listeners for each sampler. But the all sampler results data will be pushed to the same database which is configured in the first backend listeners.
Can we use multiple backend listeners for multiple configuration. or if we can't then why? I am usinginfluxdbBackend.listenerClient

According to JMeter Documentation
So if you add 2 Backend Listener instances and configure them like:
summaryOnly:falsesamplersList:Sampler1for first,Sampler2for seconddifferent
graphineHostand/orgraphitePortvalues