Skip to content

Commit

Permalink
chore: Fixed comment about transaction_tracer.transaction_threshold (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed Jun 10, 2024
1 parent 46924e5 commit 7cd6aef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -519,12 +519,12 @@ defaultConfig.definition = () => ({
env: 'NEW_RELIC_TRACER_ENABLED'
},
/**
* The duration at below which the slow transaction tracer should collect a
* 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
* 4 * apdex_t, which with a default apdex_t value of 500 milliseconds will
* be 2 seconds.
*
* If a time is provided, it is set in seconds.
* If a number is provided, it is set in seconds.
*/
transaction_threshold: {
formatter: float,
Expand Down

0 comments on commit 7cd6aef

Please sign in to comment.