influx-only #2

Merged
Fascinated merged 20 commits from influx-only into master 2024-01-03 08:32:27 +00:00
Showing only changes of commit b0f3d8532f - Show all commits

@ -100,7 +100,6 @@ export default class Server {
influx.writePoint(
new Point("playerCount")
.tag("name", this.getName())
.tag("ip", this.getIP().toLowerCase())
.intField("playerCount", response.playerCount)
.timestamp(response.timestamp)
);