chore: set sampling to 10% for distributed tracing
This commit is contained in:
@@ -17,6 +17,8 @@ common: &default_settings
|
||||
|
||||
distributed_tracing:
|
||||
enabled: true
|
||||
sampling:
|
||||
rate: 0.1 # Sample 10% of traces instead of 100%
|
||||
|
||||
# To disable the agent regardless of other settings, uncomment the following:
|
||||
agent_enabled: <%= ENV['NEW_RELIC_LICENSE_KEY'].present? && ENV.fetch('NEW_RELIC_AGENT_ENABLED', true) %>
|
||||
|
||||
Reference in New Issue
Block a user