raintank / graphite-api

Graphite-web, without the interface. Just the rendering HTTP API.
http://graphite-api.readthedocs.org
Apache License 2.0
1 stars 1 forks source link

add statsd metrics #11

Open Dieterbe opened 8 years ago

Dieterbe commented 8 years ago

we know how long things take in our finder plugin, but we don't know how long it takes graphite-api to satisfy an entire request, how long it takes to do whatever it needs to do: runtime consolidation, function processing, etc as far as i can tell, we currently have no idea where graphite-api is spending most of its time, we think it's runtime consolidation and the like but we don't have the graphs to back that up. right, @woodsaj ?

woodsaj commented 8 years ago

correct. Graphite-api has support for statsd, but does not use it itself. Pretty sure it was add to support your influxdb finder.