plutonium/prometheus-exporter
最新稳定版本:1.1.4
Composer 安装命令:
composer require plutonium/prometheus-exporter
包简介
Prometheus exporter for PocketMine-MP
README 文档
README
This exporter has been developed for use as a plugin on a Pocketmine server (> 5.0).
Register custom metrics
// In onLoad() \Plutonium\PrometheusExporter\metrics\MetricsManager::registerMetric(new MyCustomMetric());
Default metrics
| Name | Description |
|---|---|
pocketmine_memory_heap_bytes |
Memory usage of heap in bytes |
pocketmine_memory_main_thread_bytes |
Memory usage of main thread in bytes |
pocketmine_player_online_count |
Count of online players |
pocketmine_thread_count |
PocketMine thread count |
pocketmine_ticks_per_second |
Indicates how much server lag spikes |
pocketmine_tick_usage |
How much tick using |
pocketmine_view_distance |
View distance number repartition by size |
pocketmine_world_chunk_loaded |
Loaded chunk count by world |
pocketmine_world_entity_count |
Count of entity by world |
pocketmine_world_loaded |
Currently loaded world |
pocketmine_world_player_count |
Count of player by world |
pocketmine_world_tick_rate |
Tick rate time(millisecond) of world |
统计信息
- 总下载量: 2.8k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-09-05