abstracta / jmeter-dotnet-dsl

Simple JMeter performance tests .Net API
https://abstracta.github.io/jmeter-dotnet-dsl/
Apache License 2.0
41 stars 1 forks source link

Setting name for HttpSampler is not working #2

Closed msinghb1 closed 8 months ago

msinghb1 commented 8 months ago

Setting name for HttpSampler("name","url") is not being picked up. All the requests are being recorded under label "Https request". In azure load test , the only sampler name displayed is "Http Request"

rabelenda commented 8 months ago

Hello, thank you for pointing out the issue!

We have just released a new version that fixes it.

Regards

msinghb1 commented 8 months ago

Issue is fixed.