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
なぜスクラムはこうなったのか?歴史が教えてくれたこと/Shall we explore the roots of Scrum
sanogemaru
5
1.6k
「何となくテストする」を卒業するためにプロダクトが動く仕組みを理解しよう
kawabeaver
0
390
共有と分離 - Compose Multiplatform "本番導入" の設計指針
error96num
1
380
実践!カスタムインストラクション&スラッシュコマンド
puku0x
0
370
S3アクセス制御の設計ポイント
tommy0124
3
190
20250910_障害注入から効率的復旧へ_カオスエンジニアリング_生成AIで考えるAWS障害対応.pdf
sh_fk2
3
240
react-callを使ってダイヤログをいろんなとこで再利用しよう!
shinaps
1
230
ブロックテーマ時代における、テーマの CSS について考える Toro_Unit / 2025.09.13 @ Shinshu WordPress Meetup
torounit
0
120
Webブラウザ向け動画配信プレイヤーの 大規模リプレイスから得た知見と学び
yud0uhu
0
230
ガチな登山用デバイスからこんにちは
halka
1
240
Language Update: Java
skrb
2
290
AWSで始める実践Dagster入門
kitagawaz
1
610
Featured
See All Featured
Art, The Web, and Tiny UX
lynnandtonic
303
21k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
920
The Art of Programming - Codeland 2020
erikaheidi
56
13k
The Cost Of JavaScript in 2023
addyosmani
53
8.9k
Building Better People: How to give real-time feedback that sticks.
wjessup
368
19k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
Why Our Code Smells
bkeepers
PRO
339
57k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
Scaling GitHub
holman
463
140k
A better future with KSS
kneath
239
17k
Writing Fast Ruby
sferik
628
62k
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