Skip to content

Commit

Permalink
Templates: Set yUnitSystem to msec
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhwinder33445 committed Jan 15, 2025
1 parent 8b6ea11 commit 7576b64
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/hostalive.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ areaAlpha = "0.5"
areaMode = "all"
lineWidth = "2"
min = "0"
yUnitSystem = "none"
yUnitSystem = "msec"

[hostalive-rta.functions]
rta.value = "alias(color(scale($metric$, 1000), '#1a7dd7'), 'Round trip time (ms)')"
Expand Down
2 changes: 1 addition & 1 deletion templates/icmp.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ areaAlpha = "0.5"
areaMode = "all"
lineWidth = "2"
min = "0"
yUnitSystem = "none"
yUnitSystem = "msec"

[icmp-rt.functions]
rtmin.value = "alias(color(scale($metric$, 1000), '#44bb77'), 'Min. round trip time (ms)')"
Expand Down
2 changes: 1 addition & 1 deletion templates/ping.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ areaAlpha = "0.5"
areaMode = "all"
lineWidth = "2"
min = "0"
yUnitSystem = "none"
yUnitSystem = "msec"

[ping-rta.functions]
rta.value = "alias(color(scale($metric$, 1000), '#1a7dd7'), 'Round trip time (ms)')"
Expand Down
2 changes: 1 addition & 1 deletion templates/swap.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ areaAlpha = "0.5"
areaMode = "all"
lineWidth = "2"
min = "0"
yUnitSystem = "binary"
yUnitSystem = "msec"

[swap.functions]
value = "alias(color($metric$, '#1a7dd7'), 'Used (bytes)')"
Expand Down

0 comments on commit 7576b64

Please sign in to comment.