Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Kamon
Search
Arnout Engelen
December 12, 2014
Technology
0
110
Kamon
Akka monitoring
Arnout Engelen
December 12, 2014
Tweet
Share
More Decks by Arnout Engelen
See All by Arnout Engelen
Typesetting Code
raboof
0
95
Sandstorm.io
raboof
0
60
JVM Hacking
raboof
0
290
Heating Up!
raboof
0
44
CRDTs Illustrated - StrangeLoop2015
raboof
0
280
HTTP/2
raboof
0
70
Unikernels - Dutch Devops Engineers workshop
raboof
0
120
akka-persistence
raboof
0
48
Slim table types (FitNesse meetup)
raboof
0
49
Other Decks in Technology
See All in Technology
AWS 잘하는 개발자 되기 - AWS 시작하기: 클라우드 개념부터 IAM까지
kimjaewook
0
130
[Keynote] What do you need to know about DevEx in 2025
salaboy
0
160
Geospatialの世界最前線を探る [2025年版]
dayjournal
1
210
自動テストのコストと向き合ってみた
qa
1
220
AI時代こそ求められる設計力- AWSクラウドデザインパターン3選で信頼性と拡張性を高める-
kenichirokimura
3
290
新規事業におけるGORM+SQLx併用アーキテクチャ
hacomono
PRO
0
190
「れきちず」のこれまでとこれから - 誰にでもわかりやすい歴史地図を目指して / FOSS4G 2025 Japan
hjmkth
1
290
ACA でMAGI システムを社内で展開しようとした話
mappie_kochi
1
310
OpenAI gpt-oss ファインチューニング入門
kmotohas
2
1.2k
Simplifying Cloud Native app testing across environments with Dapr and Microcks
salaboy
0
140
2025-10-09_プロジェクトマネージャーAIチャンス
taukami
0
120
防災デジタル分野での官民共創の取り組み (2)DIT/CCとD-CERTについて
ditccsugii
0
210
Featured
See All Featured
Art, The Web, and Tiny UX
lynnandtonic
303
21k
The Invisible Side of Design
smashingmag
302
51k
Writing Fast Ruby
sferik
629
62k
Embracing the Ebb and Flow
colly
88
4.8k
Why Our Code Smells
bkeepers
PRO
339
57k
The Art of Programming - Codeland 2020
erikaheidi
56
14k
Code Reviewing Like a Champion
maltzj
526
40k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.1k
Bash Introduction
62gerente
615
210k
How to Ace a Technical Interview
jacobian
280
24k
Transcript
AKKA monitoring: Kamon XSD Innovation Day 12/12/2014 Remco Beckers Arnout
Engelen
Tracing • One ‘TraceContext’ across actors/ask • Builtin support for
spray requests ◦ Even across hosts with X-Trace-Token hdr • Easy to expose to logback
Tracing
Tracing • Monitoring: ◦ Start/stop of TraceContext and segments ◦
Actor metrics (mailbox size, processing time etc) ◦ System metrics (CPU etc)
Dashboarding • Kamon -> DataDog • Kamon -> StatsD ->
Graphite -> Grafana ◦ All in one convenient docker image :) • Grafana beats DataDog • Demotime!
What’s good • Simple core • Quick win: logback •
Useful extensions (i.e. spray) outofthebox
What’s missing • Trace information lost in dashboards • Docs:
high-quality but incomplete • Fairly new, some (superficial) quirks in supporting material