cpburnz / minecraft-prometheus-exporter

Prometheus exporter for Minecraft.
MIT License
44 stars 8 forks source link

Add Entity Tracking to 1.7.10 #17

Closed MalTeeez closed 5 months ago

MalTeeez commented 8 months ago

I was missing this metric from the current set, so I added it 😄 . The metric syntax is: [mc_entity_list(type, id): value].

So far this is obviously only in 1.7.10, but I believe it might be a helpful addition to more modern versions.

An example from Grafana: image

cpburnz commented 8 months ago

That's for adding the new metric. I'll review it when I get a chance.

cpburnz commented 4 months ago

This feature is part of the new release v1.1.0 which is available here, or on Curse Forge once it's approved there.

I made a few modifications:

MalTeeez commented 4 months ago

Awesome, glad you got the player UUID's to work, those were a little finicky.