Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 3c12fe0

Browse files
PapaPedromirelap-amazon
authored andcommitted
Add comment about gevent option not supported
Following latest test we discovered that the agent was not collecting data when -k gevent option was used for gevent workers. This is a limitation for now, we have not investigated further into the issue and have no solution to propose yet. Adding a comment in this readme to notify customers about it. Also fixed a typo for generate-traffic.sh script name.
1 parent 4291fe1 commit 3c12fe0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

sample-demo-flask-app/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,13 @@ Start the service using the gunicorn configuration.
6464
gunicorn "flaskr:create_app()" -c gunicorn_conf.py --log-level DEBUG --workers=5
6565
```
6666

67+
Note that the agent currently does NOT work with -k option for gevent workers.
68+
6769
### Generate traffic
6870

6971
Generate traffic by running the following script that will make thousands of requests to the local server started at `http://127.0.0.1:8000`.
7072
```bash
71-
./generate_traffic.sh
73+
./generate-traffic.sh
7274
```
7375

7476
## How to see the results

0 commit comments

Comments
 (0)