From 2c483fa73e82a05c3e17af37214c65121feb2199 Mon Sep 17 00:00:00 2001 From: Uma Annamalai Date: Fri, 12 Nov 2021 10:05:30 -0800 Subject: [PATCH] Update README with configuration info. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 04a832a..dfcd980 100644 --- a/README.md +++ b/README.md @@ -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.