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
なぜ新機能リリース翌日にモニタリング可能なのか? 〜リードタイム短縮とリソース問題を「自走」で改善した話〜 / data_summit_findy_Session_2
sansan_randd
1
120
仕様駆動開発を実現する上流工程におけるAIエージェント活用
sergicalsix
11
5.8k
GTC 2025 : 가속되고 있는 미래
inureyes
PRO
0
150
DSPy入門
tomehirata
6
890
Amazon Q Developer CLIをClaude Codeから使うためのベストプラクティスを考えてみた
dar_kuma_san
0
340
Databricks Free Editionで始めるMLflow
taka_aki
0
790
dbtとAIエージェントを組み合わせて見えたデータ調査の新しい形
10xinc
7
1.8k
プロダクトエンジニアとしてのマインドセットの育み方 / How to improve product engineer mindset
saka2jp
1
180
書籍『実践 Apache Iceberg』の歩き方
ishikawa_satoru
0
470
LLM APIを2年間本番運用して苦労した話
ivry_presentationmaterials
10
7.9k
Oracle Database@Google Cloud:サービス概要のご紹介
oracle4engineer
PRO
0
430
30分でわかる!!『OCI で学ぶクラウドネイティブ実践 X 理論ガイド』
oracle4engineer
PRO
1
110
Featured
See All Featured
We Have a Design System, Now What?
morganepeng
54
7.9k
Music & Morning Musume
bryan
46
6.9k
How to Think Like a Performance Engineer
csswizardry
27
2.2k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
How STYLIGHT went responsive
nonsquared
100
5.9k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.5k
Thoughts on Productivity
jonyablonski
72
4.9k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
GraphQLとの向き合い方2022年版
quramy
49
14k
GraphQLの誤解/rethinking-graphql
sonatard
73
11k
A designer walks into a library…
pauljervisheath
209
24k
Navigating Team Friction
lara
190
15k
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