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
96
Sandstorm.io
raboof
0
62
JVM Hacking
raboof
0
290
Heating Up!
raboof
0
46
CRDTs Illustrated - StrangeLoop2015
raboof
0
290
HTTP/2
raboof
0
71
Unikernels - Dutch Devops Engineers workshop
raboof
0
120
akka-persistence
raboof
0
49
Slim table types (FitNesse meetup)
raboof
0
50
Other Decks in Technology
See All in Technology
us-east-1 に障害が起きた時に、 ap-northeast-1 にどんな影響があるか 説明できるようになろう!
miu_crescent
PRO
13
4.2k
[2026-03-07]あの日諦めたスクラムの答えを僕達はまだ探している。〜守ることと、諦めることと、それでも前に進むチームの話〜
tosite
0
190
(Test) ai-meetup slide creation
oikon48
1
310
DevOpsエージェントで実現する!! AWS Well-Architected(W-A) を実現するシステム設計 / 20260307 Masaki Okuda
shift_evolve
PRO
3
620
AI時代のSaaSとETL
shoe116
1
120
Kubernetesにおける推論基盤
ry
1
320
Yahoo!ショッピングのレコメンデーション・システムにおけるML実践の一例
lycorptech_jp
PRO
1
200
Exadata Database Service on Dedicated Infrastructure(ExaDB-D) UI スクリーン・キャプチャ集
oracle4engineer
PRO
8
7.2k
20260311 技術SWG活動報告(デジタルアイデンティティ人材育成推進WG Ph2 活動報告会)
oidfj
0
300
AI は "道具" から "同僚" へ 自律型 AI エージェントの最前線と、AI 時代の人材の在り方 / Colleague in the AI Era - Autonomous AI Seminar 2026 at Niigata
gawa
0
160
[JAWSDAYS2026][D8]その起票、愛が足りてますか?AWSサポートを味方につける、技術的「ラブレター」の書き方
hirosys_
3
140
[JAWSDAYS2026]Who is responsible for IAM
mizukibbb
0
480
Featured
See All Featured
Designing for Performance
lara
611
70k
The untapped power of vector embeddings
frankvandijk
2
1.6k
The SEO identity crisis: Don't let AI make you average
varn
0
410
Effective software design: The role of men in debugging patriarchy in IT @ Voxxed Days AMS
baasie
0
250
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
2.4k
Statistics for Hackers
jakevdp
799
230k
職位にかかわらず全員がリーダーシップを発揮するチーム作り / Building a team where everyone can demonstrate leadership regardless of position
madoxten
61
52k
Believing is Seeing
oripsolob
1
79
Speed Design
sergeychernyshev
33
1.6k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.9k
Visualization
eitanlees
150
17k
Navigating the Design Leadership Dip - Product Design Week Design Leaders+ Conference 2024
apolaine
0
220
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