influxdb-rails icon indicating copy to clipboard operation
influxdb-rails copied to clipboard

Samples

Open hennevogel opened this issue 5 years ago • 2 comments

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

hennevogel avatar Mar 26 '19 12:03 hennevogel

Should that be part of 1.0?

ChrisBr avatar Jul 01 '19 15:07 ChrisBr

Nah I don't think so...

hennevogel avatar Jul 02 '19 13:07 hennevogel