Skip to content

Commit

Permalink
remove invalid ucum
Browse files Browse the repository at this point in the history
  • Loading branch information
dashpole committed Jul 27, 2023
1 parent b3c1d76 commit 8310464
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions exporters/prometheus/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -349,11 +349,6 @@ var unitSuffixes = map[string]string{
"MBy": "_megabytes",
"GBy": "_gigabytes",
"TBy": "_terabytes",
"B": "_bytes",
"KB": "_kilobytes",
"MB": "_megabytes",
"GB": "_gigabytes",
"TB": "_terabytes",

// SI
"m": "_meters",
Expand Down

0 comments on commit 8310464

Please sign in to comment.