palworldlol / palworld-exporter

Prometheus metrics exporter for Palword Server
https://palworld.lol
MIT License
17 stars 2 forks source link

Auto detect save directory #10

Closed caleb-devops closed 7 months ago

caleb-devops commented 7 months ago

First, thank you for making this! I added it to my Helm chart here: https://github.com/caleb-devops/palworld-helm

One feature I'd like to see is the ability to auto detect the save directory given a base path. For example, if SAVE_DIRECTORY=/palworld/Pal/Saved, can the exporter auto detect the remaining path given there is only one save? This would enable the player save exporters to work without first identifying the UUID of the save directory.

bostrt commented 7 months ago

Yes! I'm working on this as I type actually. I'll update here again once I have the release containing the change

bostrt commented 7 months ago

Resolved in v1.3.0, thanks!