Fix typo
This commit is contained in:
parent
8aba2e8048
commit
9555ad4606
1 changed files with 2 additions and 2 deletions
|
@ -89,8 +89,8 @@ In this file you can see some general settings and metrics settings.
|
||||||
|
|
||||||
### Metrics settings
|
### Metrics settings
|
||||||
|
|
||||||
You can disable any metric that registered via MetricRegistry (all metrics by default) using the settings below.
|
You can disable any metric that registered via MetricRegistry (all metrics by default) using `exporter.properties` file.
|
||||||
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`.
|
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.
|
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.
|
If you can't find property for some metrics, you can manually add it.
|
||||||
|
|
Loading…
Reference in a new issue