anthonygauthier/jmeter-elasticsearch-backend-listener

How to capture transaction controller Name of test plan

sravanthnag opened this issue · 1 comments

Hi,

I have a scenario where the script has below syntax

--Thread Group - 1
-- Transaction Controller 1
-- Sampler 1
-- Sampler 2
-- Sampler 3
-- Transaction Controller 2
-- Sampler 4
-- Sampler 5
-- Sampler 6

--Thread Group - 2
-- Transaction Controller 1
-- Sampler 1
-- Sampler 2
-- Sampler 3
-- Transaction Controller 3
-- Sampler 7
-- Sampler 8
-- Sampler 9

and so on. Right now, I only get the sampler names exposed to Grafana. Is there a way I get Transaction controller names to Grafana so that I can logically group at transaction controller level to project all the metrics like RT, TPS etc ?

Hi,

I believe this references #109. I'll take a look at it as I resume work on the plugin.