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

How to filter certain requests when generating reports? #647

Closed
keithmork opened this issue Sep 4, 2017 · 1 comment
Closed

How to filter certain requests when generating reports? #647

keithmork opened this issue Sep 4, 2017 · 1 comment

Comments

@keithmork
Copy link

Or is there any way to declare a non-logged method?

@heyman
Copy link
Member

heyman commented Sep 5, 2017

All requests made with the HTTP client provided by Locust are logged. You could do an HTTP request with some other client - for example python-requests - and it won't be logged. You could also use the name-argument when you make a request to group many requests to different endpoints into a single entry in the stats.

@heyman heyman closed this as completed Sep 5, 2017
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

2 participants