aboutsummaryrefslogtreecommitdiff
path: root/site/src/jekyll/newrelic/index.md
blob: d9957b48ff67723d787bd626d6a762378412102b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
title: About Me
layout: default
---

NewRelic Module
===
A simple module to report some application metrics like External Services, Errors and Apdex. 

## Usage

### SBT settings 

Add the following sbt dependencies to your project settings:

```scala
libraryDependencies += "org.kamon" 				 %  "kamon-newrelic" % "0.1.0"
libraryDependencies += "com.newrelic.agent.java" %  "newrelic-api"   % "3.1.0"
```
### Example Configuration

```scala
-javaagent:/path-to-newrelic-agent.jar, -Dnewrelic.environment=production, -Dnewrelic.config.file=/path-to-newrelic.yml
```

### Screenshot

![newrelic](/assets/img/newrelicdifu2.png "Screenshot NewRelic")


## Limitations
* The first implementation only supports a subset of NewRelic metrics

## Licensing

NewRelic has [its own, separate licensing](http://newrelic.com/terms).