influxdb-rails
influxdb-rails copied to clipboard
Samples
For some high throughput apps it would make sense to be able to specify a sample size. Something like
InfluxDB::Rails.configure do |config|
config.sample_size = 10 # Only measure every Nth request
end
Should that be part of 1.0?
Nah I don't think so...