Skip to content

Commit

Permalink
Add bps and Bps formats (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
bboreham authored and jml committed Sep 6, 2017
1 parent 52f1d2d commit bc0ccb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grafanalib/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ def to_json_data(self):
MILLISECONDS_FORMAT = "ms"
SHORT_FORMAT = "short"
BYTES_FORMAT = "bytes"
BITS_PER_SEC_FORMAT = "bps"
BYTES_PER_SEC_FORMAT = "Bps"

# Alert rule state
STATE_NO_DATA = "no_data"
Expand Down

0 comments on commit bc0ccb3

Please sign in to comment.