diff --git a/deployment/command-line-option.md b/deployment/command-line-option.md
index f5aa238e..75391905 100644
--- a/deployment/command-line-option.md
+++ b/deployment/command-line-option.md
@@ -37,7 +37,8 @@ Usage: fluentd [options]
         --use-v1-config              Use v1 configuration format (default)
         --use-v0-config              Use v0 configuration format
         --strict-config-value        Parse config values strictly
-        --enable-input-metrics       Enable input plugin metrics on fluentd
+        --enable-input-metrics       [DEPRECATED] Enable input plugin metrics on fluentd
+        --disable-input-metrics      Disable input plugin metrics on fluentd
         --enable-size-metrics        Enable plugin record size metrics on fluentd
     -v, --verbose                    increase verbose level (-v: debug, -vv: trace)
     -q, --quiet                      decrease verbose level (-q: warn, -qq: error)
diff --git a/deployment/system-config.md b/deployment/system-config.md
index 875db81d..a28f36cd 100644
--- a/deployment/system-config.md
+++ b/deployment/system-config.md
@@ -246,9 +246,9 @@ Please see also [Log Rotation Setting](logging.md#log-rotation-setting).
 
 | type | default | version |
 | :--- | :---    | :---    |
-| bool | nil     | 1.14.0  |
+| bool | true    | 1.14.0  |
 
-Specifies whether measuring input metrics should be enabled or not.
+Specifies whether measuring input metrics should be enabled or not. Since v1.19.0, the default value is changed to `true`.
 
 #### `enable_size_metrics`