Skip to content

Commit

Permalink
Fix infrastructure timeseries (workaround)
Browse files Browse the repository at this point in the history
  • Loading branch information
cardigliano committed Jan 31, 2025
1 parent 96c64bd commit abd4981
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/templates/dashboard/infrastructure.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@
"limit" : 180,
"version" : 4,
"ts_requests": {
"$ANY_IFID$" : {
"ts_query": "ifid:$IFID$",
"0" : {
"ts_query": "ifid:0",
"ts_schema": "iface:traffic_rxtx",
"tskey": "$IFID$"
"tskey": "0"
}
}
},
Expand Down

0 comments on commit abd4981

Please sign in to comment.