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
Running this command with an http request configured:
artillery run artillery-load-test.yml
I expected to see requests in my logs a request with a user agent that says something about artillery, like this: Artillery/2.0.21 Node.js/v22.9.0 darwin
Instead the default user agent is got (https://github.com/sindresorhus/got)
For reference, Apache Bench's user agent is ApacheBench/2.3
Version info:
Running this command with an http request configured:
I expected to see requests in my logs a request with a user agent that says something about artillery, like this:
Artillery/2.0.21 Node.js/v22.9.0 darwin
Instead the default user agent is
got (https://github.com/sindresorhus/got)
For reference, Apache Bench's user agent is
ApacheBench/2.3
Files being used:
An example with an http request is the sample
The text was updated successfully, but these errors were encountered: