We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1acd86d commit b6912afCopy full SHA for b6912af
simvue/models.py
@@ -5,8 +5,8 @@
5
6
7
FOLDER_REGEX: str = r"^/.*"
8
-NAME_REGEX: str = r"^[a-zA-Z0-9\-\_\s\/\.:]+$"
9
-METRIC_KEY_REGEX: str = r"^[a-zA-Z0-9\-\_\s\/\.:=><]+$"
+NAME_REGEX: str = r"^[a-zA-Z0-9\-\_\s\/\.:=><]+$"
+METRIC_KEY_REGEX: str = r"^[a-zA-Z0-9\-\_\s\/\.:=><+\(\)]+$"
10
DATETIME_FORMAT: str = "%Y-%m-%dT%H:%M:%S.%f"
11
12
MetadataKeyString = typing.Annotated[
0 commit comments