From 0e96325c797602710532b81cfeaf6bf760888e69 Mon Sep 17 00:00:00 2001 From: RuscalWorld Date: Thu, 24 Jun 2021 22:19:32 +0300 Subject: [PATCH] Fix typo in config --- src/main/resources/config/exporter.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/config/exporter.properties b/src/main/resources/config/exporter.properties index dac85ce..bed1a7c 100644 --- a/src/main/resources/config/exporter.properties +++ b/src/main/resources/config/exporter.properties @@ -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