summaryrefslogtreecommitdiff
path: root/spec/fixtures/lib/gitlab/metrics/dashboard/schemas/metric_label_values_variable_options.json
blob: 304372ed876f22e8b46861ab64b18d2da889d8b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "type": "object",
  "required": [
    "series_selector", "label", "prometheus_endpoint_path"
  ],
  "properties": {
    "series_selector": { "type": "string" },
    "label": { "type": "string" },
    "prometheus_endpoint_path": { "type": "string" }
  },
  "additionalProperties": false
}