An open API service indexing awesome lists of open source software.

https://github.com/sematext/kamon-spm-example

Example Akka App and Config for Akka and Play monitoring with Kamon and SPM
https://github.com/sematext/kamon-spm-example

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# kamon-spm-example

Example App to demonsrate how to configure Kamon to use [SPM backend](https://kamon.io/documentation/1.x/reporters/sematext/) in order to monitor Akka/Play applications with [SPM](http://sematext.com/spm).

### Specify your SPM app token:

vim src/main/resources/application.conf

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

... as you can see in [application.conf](https://github.com/sematext/kamon-spm-example/blob/master/src/main/resources/application.conf)

### Start application:

sbt run