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

metrics.json « schemas « metrics_dashboard « gitlab « lib « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4da1004dedd2763b900edbc3162953648087255f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "type": "object",
  "required": [
    "unit",
    "label"
  ],
  "properties": {
    "id": { "type": "string" },
    "query_range": { "type": "string" },
    "query": { "type": "string" },
    "unit": { "type": "string" },
    "label": { "type": "string" },
    "track": { "type": "string" }
  },
  "additionalProperties": false
}