-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
Based on the documentation:
These names must contain valid ASCII characters, and be 255 or fewer characters. Possible characters are:
alphanumeric characters (0-9A-Za-z), period (.), hyphen (-), underscore (_), forward slash (/), hash (#),
colon (:), and the space character. A namespace must contain at least one non-whitespace character.
space characters should be allowed in the metric namespace. Meanwhile, the SDK doesn't allow them:
VALID_NAMESPACE_REGEX = '^[a-zA-Z0-9._#:/-]+$', |
This is a problem for me as I planned to migrate to the SDK from manually created metrics.
Metadata
Metadata
Assignees
Labels
No labels