From 29ace1e8ece7260c07a8a42a0f3a59c235bb7458 Mon Sep 17 00:00:00 2001 From: Alyssa Wilk Date: Tue, 20 Aug 2019 09:25:10 -0400 Subject: [PATCH 1/2] docs: more detail about tracking down deprecated features Signed-off-by: Alyssa Wilk --- docs/root/configuration/runtime.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/root/configuration/runtime.rst b/docs/root/configuration/runtime.rst index ca1aa31a9481..84f781fc7657 100644 --- a/docs/root/configuration/runtime.rst +++ b/docs/root/configuration/runtime.rst @@ -257,7 +257,7 @@ The file system runtime provider emits some statistics in the *runtime.* namespa :widths: 1, 1, 2 admin_overrides_active, Gauge, 1 if any admin overrides are active otherwise 0 - deprecated_feature_use, Counter, Total number of times deprecated features were used + deprecated_feature_use, Counter, Total number of times deprecated features were used. Detailed information about the feature used will be logged to warning logs, in the form "Using deprecated option 'X' from file Y". load_error, Counter, Total number of load attempts that resulted in an error in any layer load_success, Counter, Total number of load attempts that were successful at all layers num_keys, Gauge, Number of keys currently loaded From ed774c524fc98ad40d0f76d0da802500f8e5561c Mon Sep 17 00:00:00 2001 From: Alyssa Wilk Date: Tue, 20 Aug 2019 11:00:22 -0400 Subject: [PATCH 2/2] fix Signed-off-by: Alyssa Wilk --- docs/root/configuration/runtime.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/root/configuration/runtime.rst b/docs/root/configuration/runtime.rst index 84f781fc7657..6c9f81b84d47 100644 --- a/docs/root/configuration/runtime.rst +++ b/docs/root/configuration/runtime.rst @@ -257,7 +257,7 @@ The file system runtime provider emits some statistics in the *runtime.* namespa :widths: 1, 1, 2 admin_overrides_active, Gauge, 1 if any admin overrides are active otherwise 0 - deprecated_feature_use, Counter, Total number of times deprecated features were used. Detailed information about the feature used will be logged to warning logs, in the form "Using deprecated option 'X' from file Y". + deprecated_feature_use, Counter, Total number of times deprecated features were used. Detailed information about the feature used will be logged to warning logs in the form "Using deprecated option 'X' from file Y". load_error, Counter, Total number of load attempts that resulted in an error in any layer load_success, Counter, Total number of load attempts that were successful at all layers num_keys, Gauge, Number of keys currently loaded