summaryrefslogtreecommitdiff
path: root/config/metrics/objects_schemas/topology_schema.json
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-19 09:08:42 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-19 09:08:42 +0000
commitb76ae638462ab0f673e5915986070518dd3f9ad3 (patch)
treebdab0533383b52873be0ec0eb4d3c66598ff8b91 /config/metrics/objects_schemas/topology_schema.json
parent434373eabe7b4be9593d18a585fb763f1e5f1a6f (diff)
downloadgitlab-ce-b76ae638462ab0f673e5915986070518dd3f9ad3.tar.gz
Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42
Diffstat (limited to 'config/metrics/objects_schemas/topology_schema.json')
-rw-r--r--config/metrics/objects_schemas/topology_schema.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/metrics/objects_schemas/topology_schema.json b/config/metrics/objects_schemas/topology_schema.json
index 013c9496069..e94c67ef55e 100644
--- a/config/metrics/objects_schemas/topology_schema.json
+++ b/config/metrics/objects_schemas/topology_schema.json
@@ -1,8 +1,8 @@
{
"type": "object",
- "required": ["duration", "failures"],
+ "required": ["duration_s", "failures"],
"properties": {
- "duration": { "type": "number", "description": "The time it took to collect topology data" },
+ "duration_s": { "type": "number", "description": "The time it took to collect topology data" },
"failures": { "type": "array", "description": "The information about failed queries" },
"application_requests_per_hour": { "type": "number", "description": "The number of requests to the web application per hour" },
"nodes": {