Fix typo in config

This commit is contained in:
RuscalWorld 2021-06-24 22:19:32 +03:00
parent 235ec91332
commit 0e96325c79
No known key found for this signature in database
GPG key ID: 4F53776031D128ED

View file

@ -15,7 +15,7 @@ update-interval=1000
use-spark=true
# You can disable any metric that registered via MetricRegistry (all metrics by default) using the settings below
# Names of properties consist of "enabled" and metric name without prefix and "_" replaced with "-"
# Names of properties consist of "enable" and metric name without prefix and "_" replaced with "-"
# For example, if you want to disable "minecraft_players_online", you should set "enable-players-online" to "false"
# If you can't find property for some metrics, you can manually add it
# All metrics are enabled by default