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
98
Kamon
Akka monitoring
Arnout Engelen
December 12, 2014
Tweet
Share
More Decks by Arnout Engelen
See All by Arnout Engelen
Typesetting Code
raboof
0
93
Sandstorm.io
raboof
0
56
JVM Hacking
raboof
0
290
Heating Up!
raboof
0
42
CRDTs Illustrated - StrangeLoop2015
raboof
0
260
HTTP/2
raboof
0
69
Unikernels - Dutch Devops Engineers workshop
raboof
0
120
akka-persistence
raboof
0
45
Slim table types (FitNesse meetup)
raboof
0
45
Other Decks in Technology
See All in Technology
わたしとトラックポイント / TrackPoint tips
masahirokawahara
1
220
What's in a Postgres major release? An analysis of contributions in the v17 timeframe | Claire Giordano | PGConf EU 2024
clairegiordano
1
700
初心者に Vue.js を 教えるには
tsukuha
4
280
急成長中のWINTICKETにおける品質と開発スピードと向き合ったQA戦略と今後の展望 / winticket-autify
cyberagentdevelopers
PRO
1
150
AIを使って小説を書こう!【2024/10/25講演資料】
kamomeashizawa
0
170
Apple/Google/Amazonの決済システムの違いを踏まえた定期購読課金システムの構築 / abema-billing-system
cyberagentdevelopers
PRO
1
190
で、ValhallaのValue Classってどうなったの?
skrb
1
600
チームを主語にしてみる / Making "Team" the Subject
ar_tama
2
240
生成AI×マルチテナントSaaSな新規事業を立ち上げる上でテックリードとして気を使った点の紹介
lunastera
0
540
Capybara+生成AIでどこまで本当に自然言語のテストを書けるか?
yusukeiwaki
6
1.3k
omakaseしないための.rubocop.yml のつくりかた / How to Build Your .rubocop.yml to Avoid Omakase #kaigionrails
linkers_tech
3
340
LeSSに潜む「隠れWF病」とその処方箋
lycorptech_jp
PRO
2
110
Featured
See All Featured
Build The Right Thing And Hit Your Dates
maggiecrowley
32
2.4k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
48k
The World Runs on Bad Software
bkeepers
PRO
65
11k
The Power of CSS Pseudo Elements
geoffreycrofte
72
5.3k
BBQ
matthewcrist
85
9.3k
Building an army of robots
kneath
302
42k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
131
33k
The Cost Of JavaScript in 2023
addyosmani
45
6.5k
Designing on Purpose - Digital PM Summit 2013
jponch
115
6.9k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
106
49k
Practical Orchestrator
shlominoach
186
10k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
26
2k
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