We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46924e5 commit 7cd6aefCopy full SHA for 7cd6aef
lib/config/default.js
@@ -519,12 +519,12 @@ defaultConfig.definition = () => ({
519
env: 'NEW_RELIC_TRACER_ENABLED'
520
},
521
/**
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
+ * Sets the time, in seconds, for a transaction to be considered slow.
+ * When a transaction exceeds this threshold, a transaction trace will be recorded. When set to 'apdex_f', the threshold will be set to
524
* 4 * apdex_t, which with a default apdex_t value of 500 milliseconds will
525
* be 2 seconds.
526
*
527
- * If a time is provided, it is set in seconds.
+ * If a number is provided, it is set in seconds.
528
*/
529
transaction_threshold: {
530
formatter: float,
0 commit comments