Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Sign up for free
Menu
Search
Features
All features
Private URLs
Password Protection
Custom URLS
Scheduled publishing
Remove Branding
Restrict embedding
Deck Collections
Notes
Features
All features
Private URLs
Password Protection
Custom URLS
Scheduled publishing
Remove Branding
Restrict embedding
Deck Collections
Notes
Explore
Featured decks
Featured speakers
Programming
Technology
Storyboards
Explore
Featured decks
Featured speakers
Programming
Technology
Storyboards
Pricing
Search
Sign in
Sign up for free
Graphite 1.0-ish
Search
Jason Dixon
November 30, 2016
Programming
400
0
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
Graphite 1.0-ish
Jason Dixon
November 30, 2016
More Decks by Jason Dixon
See All by Jason Dixon
Monitorama PDX 2015 - Closing Plenary
obfuscurity
1
470
Stupid Graphite Tips
obfuscurity
37
4.9k
The State of Open-Source Monitoring
obfuscurity
145
50k
Trending with Purpose
obfuscurity
11
1.4k
Other Decks in Programming
See All in Programming
wkhtmltopdfの次どうするか問題2026
willnet
1
100
テストを司るデーモンに会いに行く 〜隔離した仮想マシンでテストを通すまで〜
h1d3mun3
1
360
AgentCore CLI で進化した AWS での AI エージェントの作り方 : 必要な機能を必要な時に
icoxfog417
PRO
3
340
技術的負債の返済は、AI時代の複利で効く投資 — 経営としての意思決定とその遂行
curekoshimizu
0
1.3k
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
380
Streamlitで実現する自然言語データアプリ開発
ayumu_yamaguchi
0
280
XHTMLが残したもの
yosuke_furukawa
PRO
2
800
The Good Stuff, Not the Slop: Engineering High-Quality Android Apps with Modern AI Tooling
danybony
1
250
スマートフォンでモールス信号を送受信する 〜スマートフォンのLEDとカメラで作る光通信の設計と実装〜
atsuki_seo
0
120
【DroidKaigi 2026】「アクセシビリティを利用するとき、 アクセシビリティもまたこちらを利用している」 〜マルウェアによる攻撃と防衛について〜
halunoyo
0
460
個人開発基盤をまるごとCloudflareに引っ越して爆速で総合的体験を向上させた話
tinykitten
0
190
Security issues being discussed on Web Platforms
petamoriken
0
940
Featured
See All Featured
Bash Introduction
62gerente
615
220k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
287
14k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
18k
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
3
880
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1.6k
Data-driven link building: lessons from a $708K investment (BrightonSEO talk)
szymonslowik
1
1.3k
Collaborative Software Design: How to facilitate domain modelling decisions
baasie
1
320
Information Architects: The Missing Link in Design Systems
soysaucechin
1
1.1k
Agile that works and the tools we love
rasmusluckow
331
22k
How to Talk to Developers About Accessibility
jct
2
550
How People are Using Generative and Agentic AI to Supercharge Their Products, Projects, Services and Value Streams Today
helenjbeal
1
320
The Curse of the Amulet
leimatthew05
3
14k
Transcript
The Launch of Graphite 1.0-ish aka the cage match between
0.9.x and 0.10.0
what is graphite?
None
None
None
None
how did we get here?
None
http://www.aosabook.org/en/ graphite.html
None
the changing tsdb landscape
the not-so-secret secret about tsdb’s
the future now of graphite
not 0.9.x
but I love 0.9.x
ok, so what now?
live demo
highlights
pluggable storage finders • standard (whisper, rrd) • ceres •
Cyanite (external, Cassandra-based) • KairosDB (external) • OpenTSDB (external) • < your custom finder here >
pluggable carbon protocols
zomg so much test coverage special thanks to @brutasse @cbowman0
improved brace expansion and globstar support
None
improved unicode, timezone, and special char support throughout
updated requirements • Python 2.7 • Django 1.9 (graphite-web) •
Twisted 13.2+ (carbon)
new (optional) components • Carbonate (rebalancing suite) • Ceres (experimental
tsdb)
zomg new functions
None
aggregateLine
avg min max
applyByNode
i tried i really did but you should just go
read the applyByNode function docs because omg i can’t even
averageOutsidePercentile
None
delay
None
fallbackSeries
fallbackSeries(foo.requests, constantLine(0))
grep
None
groupByNodes
groupByNodes(app.server*.*.reqs.*, "sumSeries",1,4)
integralByInterval
None
interpolate
sorta behaves like lineMode=connected except it also supports a limit
arg for how many null values to interpolate over
invert
None
None
isNonNull
None
linearRegression
None
linearRegressionAnalysis
None
mapSeries reduceSeries
map and reduce, nbd (again, rtd)
multiplySeriesWithWildcards
just like the other *SeriesWithWildcards functions but more fun, because
multiplication
offsetToZero
basically treats the lowest value in a series as the
floor and subtracts that from all values in the series
None
zomg are we done yet
pow
power(foo.bar, 10) factor
removeBetweenPercentile
only render series that have a value outside the Nth
percentile of all values within an interval
None
removeEmptySeries
None
sortByTotal
sort series by the sum of their total values
squareRoot
None
timeSlice
used to limit values to a specific set of intervals
within the larger time range, e.g. when you’re interested in a contiguous span across disparate metrics
None
verticalLine
verticalLine("-1h")
weightedAverage
None
zomg new display formats
pdf
None
width=2000&height=800 format=pdf
None
dygraph
rickshaw
no surprises, work as intended, useful for quick prototyping with
their respective frameworks
zomg new graph options
hideNullFromLegend
hideXAxis
noNullPoints (format=json)
pieLabels valueLabels valueLabelsColor valueLabelsMin
None
anything else because we still have some time left on
the clock I think?
live demo
new logo
None
zomg new settings
INTRACLUSTER_HTTPS
MAX_TAG_LENGTH
DATE_FORMAT
WHISPER_FADVISE_RANDOM
MAX_RECEIVER_CONNECTIONS
ok I think that’s all but if we have time
left I guess I can answer questions or rant about Trump or whatever
thank you