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 14b3855 commit d1d819fCopy full SHA for d1d819f
managedtenants/schemas/metadata.schema.yaml
@@ -154,14 +154,14 @@ properties:
154
items:
155
type: string
156
format: printable
157
- pattern: ^[A-Za-z0-9-_.]+$
+ pattern: ^[a-zA-Z_:][a-zA-Z0-9_:]*$
158
description: "List of series names to federate from the prometheus server."
159
matchLabels:
160
type: object
161
162
163
164
+ pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$
165
description: "List of labels used to discover the prometheus server(s) to be federated."
166
minItems: 1
167
defaultChannel:
0 commit comments