Pinkstink-Rust / Rust-Server-Metrics

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

Fixes player performance graphs not showing any data #20

Closed Jexs closed 5 months ago

Jexs commented 5 months ago

When upgrading to Grafana 10.3+ (maybe 10.4+?) they changed how variables are escaped in queries which was causing the player performance queries to return no data. This PR ensures the query is built as expected.

Fixes #14