influx-only #2
@ -100,7 +100,6 @@ export default class Server {
|
|||||||
influx.writePoint(
|
influx.writePoint(
|
||||||
new Point("playerCount")
|
new Point("playerCount")
|
||||||
.tag("name", this.getName())
|
.tag("name", this.getName())
|
||||||
.tag("ip", this.getIP().toLowerCase())
|
|
||||||
.intField("playerCount", response.playerCount)
|
.intField("playerCount", response.playerCount)
|
||||||
.timestamp(response.timestamp)
|
.timestamp(response.timestamp)
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user