Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitch Hartweg committed Jan 3, 2025
1 parent 9b61ece commit e609a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scout_apm/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ class ConfigDefaults
'external_service_metric_limit' => 5000, # The hard limit on external service metrics
'external_service_metric_report_limit' => 1000,
'instrument_http_url_length' => 300,
'sample_rate' => 100, # or maybe just 1? or maybe nil? all means the same
'sample_rate' => 100,
'sample_endpoints' => [],
'sample_jobs' => [],
'start_resque_server_instrument' => true, # still only starts if Resque is detected
Expand Down

0 comments on commit e609a84

Please sign in to comment.