You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
@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);
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.
The text was updated successfully, but these errors were encountered: