Pinkstink-Rust / Rust-Server-Metrics

A metrics gathering HarmonyMod for Rust game servers
MIT License
61 stars 24 forks source link

Player FPS;Memory;Plugin;Misc not working #6

Closed erwan32 closed 1 year ago

erwan32 commented 1 year ago

Hello, On my grafana dashboard, some graphs are not loading since a while. I tried to drop the Oxide mesurement serie to see if it was changing this but that changed nothing. This is actually hapenning for "Misc Time Warnings, Plugin Hook Times, Player FPS and Player memory." All the other graphs of the dashboard are loading fine.

No other Issues opened for this so I look to be the only-one, I dont know what can be the issue from my side, if you got an idea ? Thanks anyway

image image

features-not-bugs commented 1 year ago

Hi, this can be due to partial database writes.

Check your server console for http error responses emitted by the plugin and enable debug logging in the config to see the raw response for influx for further information.

Also, ensure you have followed step 2 in the readme, if you do not there will be partial write errors eventually, which can result in this behavior you have described.

features-not-bugs commented 1 year ago

I've just released a new version which should resolve this issue, please update and let me know how it goes.

erwan32 commented 1 year ago

Hi Step 2 is was made following the readme. I Updated the plugin yesterday, but the issue is still the same Im gonna delete the DB & remake one to see if it works. Thanks anyway !

erwan32 commented 1 year ago

Deleted the DB & re made a new one and all is fine now