monitorama / hackathon

Hackathon-related code and documentation
16 stars 0 forks source link

Have carbon-relay expose the queue length of stats that aren't yet sent. #58

Closed pcn closed 11 years ago

pcn commented 11 years ago

As metrics are queued, this number should be visible

pcn commented 11 years ago

Turns out this stat is present, but was broken until https://github.com/graphite-project/carbon/commit/051c699339709c0dd5bdae29a52dc08d733cc643#lib/carbon/instrumentation.py was merged into master.

pcn commented 11 years ago

Oh! It turns out that queuedUntilReady is not the length of the queue. Cool

pcn commented 11 years ago

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