From 9555ad460613e46f9ff79b0b4ee7dc5a1620d750 Mon Sep 17 00:00:00 2001 From: Nikolay <60034902+RuscalWorld@users.noreply.github.com> Date: Thu, 10 Jun 2021 15:51:53 +0300 Subject: [PATCH] Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae37de2..3bea4a7 100644 --- a/README.md +++ b/README.md @@ -89,8 +89,8 @@ In this file you can see some general settings and metrics settings. ### Metrics settings -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 `-`. +You can disable any metric that registered via MetricRegistry (all metrics by default) using `exporter.properties` file. +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`. You can also see list of available properties in "Exposed metrics" section. If you can't find property for some metrics, you can manually add it.