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
- Host: GitHub
- URL: https://github.com/sematext/kamon-spm-example
- Owner: sematext
- Created: 2016-06-15T19:30:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-01T04:34:03.000Z (over 7 years ago)
- Last Synced: 2025-04-21T11:08:29.186Z (about 1 year ago)
- Language: Scala
- Homepage: http://sematext.com/spm
- Size: 18.6 KB
- Stars: 2
- Watchers: 17
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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