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

metrics.json « prometheus « schemas « api « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0a13f5efc77541a2130aeb934069bb02538bf02a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "type": "object",
  "properties": {
    "metrics": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "integer"
          },
          "title": {
            "type": "string"
          },
          "group": {
            "type": "string"
          },
          "group_title": {
            "type": "string"
          },
          "edit_path": {
            "type": "string"
          }
        }
      }
    }
  }
}