Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-05-19 18:44:42 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-05-19 18:44:42 +0300
commit4555e1b21c365ed8303ffb7a3325d773c9b8bf31 (patch)
tree5423a1c7516cffe36384133ade12572cf709398d /config/metrics/schema.json
parente570267f2f6b326480d284e0164a6464ba4081bc (diff)
Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42
Diffstat (limited to 'config/metrics/schema.json')
-rw-r--r--config/metrics/schema.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/config/metrics/schema.json b/config/metrics/schema.json
index 4c10aca7061..e9a4a16ecd3 100644
--- a/config/metrics/schema.json
+++ b/config/metrics/schema.json
@@ -43,13 +43,20 @@
"introduced_by_url": {
"type": ["string", "null"]
},
+ "extra": {
+ "type": "object"
+ },
"time_frame": {
"type": "string",
"enum": ["7d", "28d", "all", "none"]
},
"data_source": {
"type": "string",
- "enum": ["database", "redis", "redis_hll", "prometheus", "ruby"]
+ "enum": ["database", "redis", "redis_hll", "prometheus", "system"]
+ },
+ "instrumentation_class": {
+ "type": "string",
+ "pattern": "^(([A-Z][a-z]+)+::)*(([A-Z][a-z]+)+)$"
},
"distribution": {
"type": "array",
@@ -67,6 +74,9 @@
},
"skip_validation": {
"type": "boolean"
+ },
+ "value_json_schema": {
+ "type": "string"
}
}
}