aboutsummaryrefslogtreecommitdiff
path: root/kamon-playground/src/main/resources
diff options
context:
space:
mode:
authorIvan Topolnak <ivantopo@gmail.com>2013-11-07 18:41:33 -0300
committerIvan Topolnak <ivantopo@gmail.com>2013-11-07 18:41:33 -0300
commitbf86900669d649308f4914c54e6fe076510506a6 (patch)
treed8bf9af9f5c8a946d757137a303f6956c05edb03 /kamon-playground/src/main/resources
parent2b63540e5fffab545d0846cfb3dab5c0e1d0c9e1 (diff)
downloadKamon-bf86900669d649308f4914c54e6fe076510506a6.tar.gz
Kamon-bf86900669d649308f4914c54e6fe076510506a6.tar.bz2
Kamon-bf86900669d649308f4914c54e6fe076510506a6.zip
halfway to our own NewRelic Agent
Diffstat (limited to 'kamon-playground/src/main/resources')
-rw-r--r--kamon-playground/src/main/resources/application.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/kamon-playground/src/main/resources/application.conf b/kamon-playground/src/main/resources/application.conf
new file mode 100644
index 00000000..1036f393
--- /dev/null
+++ b/kamon-playground/src/main/resources/application.conf
@@ -0,0 +1,9 @@
+akka {
+ actor {
+ debug {
+ unhandled = on
+ }
+ }
+
+ extensions = ["kamon.newrelic.NewRelic"]
+} \ No newline at end of file