Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: more detail about tracking down deprecated features #7972

Merged
merged 2 commits into from
Aug 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/root/configuration/runtime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down