aboutsummaryrefslogtreecommitdiff
path: root/site/src/jekyll/newrelic
diff options
context:
space:
mode:
Diffstat (limited to 'site/src/jekyll/newrelic')
-rw-r--r--site/src/jekyll/newrelic/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/src/jekyll/newrelic/index.md b/site/src/jekyll/newrelic/index.md
index 675c8cf6..6200586b 100644
--- a/site/src/jekyll/newrelic/index.md
+++ b/site/src/jekyll/newrelic/index.md
@@ -17,7 +17,7 @@ Add the following sbt dependencies to your project settings:
libraryDependencies += "org.kamon" % "kamon-newrelic" % "0.1.0"
libraryDependencies += "com.newrelic.agent.java" % "newrelic-api" % "3.1.0"
```
-### Example Configuration
+### Configuration
```scala
-javaagent:/path-to-newrelic-agent.jar, -Dnewrelic.environment=production, -Dnewrelic.config.file=/path-to-newrelic.yml
@@ -135,4 +135,4 @@ In order to see how it works, you need to send a message to the rest service
```bash
curl -v --header 'X-UOW:YOUR_TRACER_ID' -X GET 'http://0.0.0.0:6666/fibonacci'
-``` \ No newline at end of file
+```