graphite-project / carbon

Use of FIXME/XXX/TODO encountered PYL-W0511
Documentation
Minor
1 occurrence in this check
XXX This behavior should probably be configurable to not drop metrics
147          # If our tokenbucket doesn't have enough tokens available to create a new metric
148          # file then we'll just drop the metric on the ground and move on to the next
149          # metric.
150          # XXX This behavior should probably be configurable to not drop metrics151          # when rate limiting unless our cache is too big or some other legit
152          # reason.
153          instrumentation.increment('droppedCreates')