Fix table formatting in readme
This commit is contained in:
parent
64b3f89857
commit
cba601c709
1 changed files with 9 additions and 9 deletions
|
@ -25,7 +25,7 @@ Here is a list of metrics that are collected by FabricExporter.
|
|||
You can disable any of these metrics in [config](src/main/resources/config/exporter.properties).
|
||||
|
||||
| Prometheus name | Description | Config property | Collected by |
|
||||
| --------------- | ----------- | --------------- | ------------ |
|
||||
|---------------------------------|----------------------------------------------------|------------------------------|----------------|
|
||||
| `minecraft_loaded_chunks` | Amount of currently loaded chunks on server | `enable-loaded-chunks` | Minecraft |
|
||||
| `minecraft_total_loaded_chunks` | Amount of total loaded chunks on server | `enable-total-loaded-chunks` | Minecraft |
|
||||
| `minecraft_mspt` | Count of milliseconds per tick (MSPT) | `enable-mspt` | Spark |
|
||||
|
|
Loading…
Reference in a new issue