Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ This demo is meant to provide a proof of concept as well as example data for the
1. Optionally start the traffic driver from another terminal with `cd src` and `locust --headless --users 5 --spawn-rate 1 -f locustfile.py`
1. View logs in the `src/logs/` directory.
1. Stop the application with `Ctrl-C`.

Note: In order to configure the agent to send context attributes, add `source_code_context.enabled=True` to the newrelic.ini file. This setting currently defaults to False and if it is not explicitly added to the agent configuration file, no attributes will be attached to any data type.