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
Statsd
Search
Farzad Ghanei
December 03, 2014
Programming
0
110
Statsd
Presented in SamMedia
Farzad Ghanei
December 03, 2014
Tweet
Share
More Decks by Farzad Ghanei
See All by Farzad Ghanei
PHP Testing and Mocking
farzadghanei
0
120
PHP memory management and garbage collection
farzadghanei
1
280
Some of the ways of gathering information
farzadghanei
0
200
Concurrency in Python
farzadghanei
2
10k
Introduction to StatsD
farzadghanei
0
200
Other Decks in Programming
See All in Programming
deno-redisの紹介とJSRパッケージの運用について (toranoana.deno #21)
uki00a
0
160
Cursor AI Agentと伴走する アプリケーションの高速リプレイス
daisuketakeda
1
130
プロダクト志向ってなんなんだろうね
righttouch
PRO
0
170
関数型まつりレポート for JuliaTokai #22
antimon2
0
160
XP, Testing and ninja testing
m_seki
3
220
Java on Azure で LangGraph!
kohei3110
0
170
Modern Angular with Signals and Signal Store:New Rules for Your Architecture @enterJS Advanced Angular Day 2025
manfredsteyer
PRO
0
160
“いい感じ“な定量評価を求めて - Four Keysとアウトカムの間の探求 -
nealle
0
250
ニーリーにおけるプロダクトエンジニア
nealle
0
660
データの民主化を支える、透明性のあるデータ利活用への挑戦 2025-06-25 Database Engineering Meetup#7
y_ken
0
330
Benchmark
sysong
0
280
設計やレビューに悩んでいるPHPerに贈る、クリーンなオブジェクト設計の指針たち
panda_program
6
1.8k
Featured
See All Featured
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.5k
Visualization
eitanlees
146
16k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
720
Automating Front-end Workflow
addyosmani
1370
200k
RailsConf 2023
tenderlove
30
1.1k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
5
230
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
22k
Rebuilding a faster, lazier Slack
samanthasiow
82
9.1k
Bash Introduction
62gerente
614
210k
Building an army of robots
kneath
306
45k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.8k
Transcript
Statsd Measure anything
Measurement From Outside UI & API Internal API Core Measurement
Sending Statistics From System UI & API Internal API Core
Measurement
Statsd • Proposed by Etsy • No Standard/RFC (yet) •
Send data from within system • Least affect on performance • Metrics: Name, Value, Type over UDP
Metrics • Counter • Timing • Gauge • Set
Statsd App Statsd Backend Storage Metrics (UDP) Aggregate and Persist
UI API Core Statsd Service DB Carbon (Graphite) Custom Backend
UDP/TCP UDP • Faster, Lightweight • Unreliable • Connectionless TCP
• Slower • Reliable • Connection oriented
Statsd and Carbon (Graphite) App Statsd Carbon Metrics (UDP) Flush
every often (TCP)
Graphite Carbon Time Series Database Files Whisper Graphite (Web app)
Data Metrics via Carbon Protocol (text lines over TCP)