From 2f801484c5a53d1f908ede85aa34504c575bdcb2 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Mon, 12 Feb 2018 12:42:25 +0100 Subject: [PATCH] Add missing env docs --- lib/config/default.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/config/default.js b/lib/config/default.js index 855868baa5..f72eba7068 100644 --- a/lib/config/default.js +++ b/lib/config/default.js @@ -742,6 +742,9 @@ exports.config = { * slow_sql.enabled enables and disables slow_sql recording * slow_sql.max_samples sets the maximum number of slow query samples that * will be collected in a single harvest cycle. + * + * env @NEW_RELIC_SLOW_SQL_ENABLED + * env @NEW_RELIC_MAX_SQL_SAMPLES */ slow_sql: { enabled: false,