Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testName is displaying as operation name in app insights, so Jmeter name for all HTTP requests. #33

Open
okeshreddy opened this issue Aug 4, 2023 · 1 comment

Comments

@okeshreddy
Copy link

okeshreddy commented Aug 4, 2023

For every request, testName is displayed as an operation name in Azure app insights, so jmeter is the name for all HTTP requests.
As a user, I wanted to see the HTTP request name as the operation name so I could understand how many requests were sent for one operation and get the total count of each HTTP request.

performance_jmeter_appinsights

@okeshreddy okeshreddy changed the title testName is displaying as operation name in app insights, it should be HTTP request name testName is displaying as operation name in app insights, so Jmeter name for all HTTP requests. Aug 4, 2023
@okeshreddy
Copy link
Author

@adrianmo To see HTTP request names under OPERATION NAME in azure app insights , i parametrized sampler name as testName in my script, but testName is not taking the value which we parametrized.

var samplername=ctx.getCurrentSampler().getName(); log.info('Sampler name is' + samplername);

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant