Skip to content

Space characters not allows in the Namespace #176

@kdybicz

Description

@kdybicz

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions