/kamon-spm-example

Example Akka App and Config for Akka and Play monitoring with Kamon and SPM

Primary LanguageScala

kamon-spm-example

Example App to demonsrate how to configure Kamon to use SPM backend in order to monitor Akka/Play applications with SPM.

Specify your SPM app token:

vim src/main/resources/application.conf

spm {
   token = "[place-token-here]"
}

... as you can see in application.conf

Start application:

sbt run