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
Graphite 1.0-ish
Search
Jason Dixon
November 30, 2016
Programming
0
340
Graphite 1.0-ish
Jason Dixon
November 30, 2016
Tweet
Share
More Decks by Jason Dixon
See All by Jason Dixon
Monitorama PDX 2015 - Closing Plenary
obfuscurity
1
440
Stupid Graphite Tips
obfuscurity
37
4.8k
The State of Open-Source Monitoring
obfuscurity
146
49k
Trending with Purpose
obfuscurity
11
1.3k
Other Decks in Programming
See All in Programming
のびしろを広げる巻き込まれ力:偶然を活かすキャリアの作り方/oso2024
takahashiikki
1
410
PHP でアセンブリ言語のように書く技術
memory1994
PRO
1
150
レガシーな Android アプリのリアーキテクチャ戦略
oidy
1
170
macOS でできる リアルタイム動画像処理
biacco42
7
2k
AWS IaCの注目アップデート 2024年10月版
konokenj
3
3.1k
Outline View in SwiftUI
1024jp
1
170
現場で役立つモデリング 超入門
masuda220
PRO
13
2.9k
Kotlin2でdataクラスの copyメソッドを禁止する/Data class copy function to have the same visibility as constructor
eichisanden
1
140
Golang と Erlang
taiyow
8
1.9k
推し活としてのrails new/oshikatsu_ha_iizo
sakahukamaki
3
1.7k
GCCのプラグインを作る / I Made a GCC Plugin
shouth
1
150
リリース8年目のサービスの1800個のERBファイルをViewComponentに移行した方法とその結果
katty0324
5
3.6k
Featured
See All Featured
A designer walks into a library…
pauljervisheath
202
24k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
107
49k
Side Projects
sachag
452
42k
The Power of CSS Pseudo Elements
geoffreycrofte
72
5.3k
Building Better People: How to give real-time feedback that sticks.
wjessup
363
19k
Adopting Sorbet at Scale
ufuk
73
9k
GraphQLの誤解/rethinking-graphql
sonatard
66
10k
The Invisible Side of Design
smashingmag
297
50k
Automating Front-end Workflow
addyosmani
1365
200k
Navigating Team Friction
lara
183
14k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
664
120k
Keith and Marios Guide to Fast Websites
keithpitt
408
22k
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