Skip to content

Commit 7cd6aef

Browse files
authored
chore: Fixed comment about transaction_tracer.transaction_threshold (#2258)
1 parent 46924e5 commit 7cd6aef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/config/default.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -519,12 +519,12 @@ defaultConfig.definition = () => ({
519519
env: 'NEW_RELIC_TRACER_ENABLED'
520520
},
521521
/**
522-
* The duration at below which the slow transaction tracer should collect a
523-
* transaction trace. If set to 'apdex_f', the threshold will be set to
522+
* Sets the time, in seconds, for a transaction to be considered slow.
523+
* When a transaction exceeds this threshold, a transaction trace will be recorded. When set to 'apdex_f', the threshold will be set to
524524
* 4 * apdex_t, which with a default apdex_t value of 500 milliseconds will
525525
* be 2 seconds.
526526
*
527-
* If a time is provided, it is set in seconds.
527+
* If a number is provided, it is set in seconds.
528528
*/
529529
transaction_threshold: {
530530
formatter: float,

0 commit comments

Comments
 (0)