From 3fc601e597f45d8d1496f711150b1e13cee557c4 Mon Sep 17 00:00:00 2001 From: Aleksei Lipniagov Date: Fri, 21 May 2021 13:21:00 +0300 Subject: [PATCH] Remove Unicorn mentions from topology_schema --- config/metrics/objects_schemas/topology_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/metrics/objects_schemas/topology_schema.json b/config/metrics/objects_schemas/topology_schema.json index c422966c5c56b3..013c949606984c 100644 --- a/config/metrics/objects_schemas/topology_schema.json +++ b/config/metrics/objects_schemas/topology_schema.json @@ -20,7 +20,7 @@ "type": "object", "properties": { "name": { "type": "string", "description": "The name of the GitLab service running on this node" }, - "server": { "type": "string", "description": "The type of web server used (Unicorn or Puma)" }, + "server": { "type": "string", "description": "The type of web server used (Puma only from 14.0)" }, "process_count": { "type": "number", "description": "The number of processes running for this service" }, "process_memory_rss": { "type": "number", "description": "The average Resident Set Size of a service process" }, "process_memory_uss": { "type": "number", "description": "The average Unique Set Size of a service process" }, -- GitLab