How to control the metrics sent by statsd to graphite? -


i using hosted graphite , statsd. want reduce costs, reducing metrics been sent. example: each timer, don't want send 14 metrics (upper, std...), 3 of them (mean_90, sum, , maybe one).

how can configure in statsd configuration file?

looking @ statsd docs , its source, don't think can configure not send metrics.

i suggest either:

  1. edit source code calculate , send metrics want. easy deleting lines calculated.

  2. configure graphite drop metrics coming statsd not matching 3 patterns want.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -