Skip to content

Default tag extractors don't work with tags that contain "."s #6622

@eziskind

Description

@eziskind

The default tag extractors treat "." in the stat name specially, as a divider for splitting out tags. Often the tags come from config names which can be arbitrary strings and contain "." which will break these regexes. We should either sanitize such strings before incorporating them into stats names, disallow names with "."s or make the the regexes work even when the names have a ".".

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions