Skip to content

Commit

Permalink
add family specific byte units (#19252)
Browse files Browse the repository at this point in the history
* add family specific byte units

* changelog

* Update ddev/changelog.d/19252.added

Co-authored-by: Steven Yuen <[email protected]>

---------

Co-authored-by: Steven Yuen <[email protected]>
  • Loading branch information
rybarczykj and steveny91 authored Dec 12, 2024
1 parent 9fb2d2b commit 2b4ddd8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions ddev/changelog.d/19252.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add decimal/binary specific byte units
4 changes: 4 additions & 0 deletions ddev/src/ddev/cli/validate/metadata_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,10 @@
"yemeni rial",
"zambian kwacha",
"zimbabwe gold",
"bit_in_decimal_bytes_family",
"byte_in_decimal_bytes_family",
"bit_in_binary_bytes_family",
"byte_in_binary_bytes_family",
}

ALLOWED_PREFIXES = ('system.', 'jvm.', 'http.', 'datadog.', 'sftp.', 'process.', 'runtime.', 'otelcol_')
Expand Down

0 comments on commit 2b4ddd8

Please sign in to comment.