golang arg / caba meetup #5 - go-carbon

17
Golang Arg / CABA Meetup #5 go-carbon Ezequiel Maraschio

Upload: deviget-llc

Post on 03-Mar-2017

85 views

Category:

Engineering


1 download

TRANSCRIPT

Golang Arg / CABA Meetup #5

go-carbon

Ezequiel Maraschio

Graphite

Metric

Graphite Architecture

go-carbon

$ go-carbon --helpUsage of go-carbon: -check-config=false: Check config and exit -config="": Filename of config -config-print-default=false: Print default config -daemon=false: Run in background -pidfile="": Pidfile path (only for daemon) -version=false: Print version

#go-carbon config file

[tcp]listen = ":2003"enabled = true# Optional internal queue between receiver and cachebuffer-size = 0

[whisper]data-dir = "/data/graphite/whisper/"#http://graphite.readthedocs.org/en/latest/config-carbon.html#storage-schemas-conf. Requiredschemas-file = "/data/graphite/schemas"

Real work example

Real Time Bidding

Resourceshttps://github.com/lomik/go-carbon

https://github.com/graphite-project/carbon

http://graphite.readthedocs.io/en/latest/

http://www.aosabook.org/en/graphite.html