Skip to content

Commit

Permalink
Fix InfluxDB measurement name
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Smyth committed May 16, 2020
1 parent ee6785a commit 53710aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/influxdb-log/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default function influxdbLog(server, influxDB, options = {}) {

server.on(LOG_PARSER_PLAYER_REVIVED, info => {
points.push({
measurement: 'Revived',
measurement: 'PlayerRevived',
tags: { server: server.id },
fields: {
victim: info.victim ? info.victim.steamID : null,
Expand Down

0 comments on commit 53710aa

Please sign in to comment.