summaryrefslogtreecommitdiff
path: root/config/metrics/objects_schemas/topology_schema.json
diff options
context:
space:
mode:
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": {