Pinkstink-Rust / Rust-Server-Metrics

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

Misc. Time Warnings, Player FPS, Player Latency, Player Packet Loss and Player Memory No Longer Populate Data after March Rust Update #25

Closed jchambo closed 4 months ago

jchambo commented 4 months ago

Hey there - I just set this up and the data looks great, however, the following Rows in Grafana are missing data:

I spoke with someone who has been using this for quite a while and they noted that ever since the March Facepunch / Rust update, these Rows no longer populate data. Can this be looked into by chance?

image image

GhilleAU commented 4 months ago

Hey, this was fixed two week ago. Make sure you're running the latest version. Also Misc. Time Warnings doesn't get fed any data, so there isn't a need to wory about it.

jchambo commented 4 months ago

@GhilleAU - Hmm, interesting. I used the RustServerMetrics.dll from the front page at https://github.com/Pinkstink-Rust/Rust-Server-Metrics ..... Is it possible that link wasn't pointing to the latest release?

GhilleAU commented 4 months ago

@jchambo It's working fine on my servers, I would double check to make sure you have the right version.

jchambo commented 4 months ago

@GhilleAU - That's odd - I just re-downloaded the RustServerMetrics.dll from https://github.com/Pinkstink-Rust/Rust-Server-Metrics/releases/tag/release-v1.5.2 - stopped one of my servers, uploaded it, started it, joined the server but it's still not showing any data for those Rows within Grafana...

Pardon my ignorance, but is there a way I can verify I have the latest release of "everything else" by chance?

My InfluxDB version is X-Influxdb-Version: 1.8.10 and Grafana is Grafana v11.0.0 (277ef258d4)

jchambo commented 4 months ago

I figured it out.

I had to download the latest Grafana dashboard file and overwrite the one that existed. That's strange.... I did this install fresh literally last night from all the files from here: https://github.com/Pinkstink-Rust/Rust-Server-Metrics/tree/release-v1.5.2

Looks like it pulled an old Dashboard file somehow? No idea.... but it's working now after I downloaded the Source Files and pulled the Dashboard from Rust-Server-Metrics-release-v1.5.2.tar.gz\Rust-Server-Metrics-release-v1.5.2\res

GhilleAU commented 4 months ago

Interesting, I'll keep that noted for next time.