We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46dfcd8 commit 916a61cCopy full SHA for 916a61c
lib/new_relic/agent/transaction.rb
@@ -343,7 +343,8 @@ def priority
343
when 'always_off'
344
0
345
when 'trace_id_ratio_based'
346
- # what's the right priority for trace_id_ratio_based? Is it just whatever the sampled result is?
+ # what's the right priority for trace_id_ratio_based? Is it just whatever the sampled result is?
347
+ # TODO: make thie adaptive
348
sampled? ? 2.0 : 0
349
when 'adaptive'
350
adaptive_priority
0 commit comments