Skip to content

Commit

Permalink
(re)add id to graph name
Browse files Browse the repository at this point in the history
  • Loading branch information
fippo committed Dec 13, 2023
1 parent 519a58d commit 96903b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions import.js
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,7 @@ function processConnections(connectionIds, data) {
if (statsForLabels.includes(name)) {
series[name] = data[0][1];
}
series.id = reportname;

// On legacy stats convert bits sent/received to kbits
if (name === 'bitsReceivedPerSecond' || name === 'bitsSentPerSecond') {
Expand Down

0 comments on commit 96903b5

Please sign in to comment.