aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/resources/horizon/filter-in-execution-graph.expected.json
blob: 26497a0434a1841c424202efb17eed1b08194908 (plain) (blame)
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
29
30
31
32
33
34
35
36
37
{
 "start": 1619301600000,
 "end": 1623161217471,
 "executionGraph": [
  {
   "id": "q1_m1",
   "type": "TimeSeriesDataSource",
   "metric": {
    "type": "MetricLiteral",
    "metric": "Vespa.vespa.distributor.vds.distributor.docsstored.average"
   },
   "sourceId": null,
   "fetchLast": false,
   "filter": {
    "type": "Chain",
    "op": "AND",
    "filters": [
     {
      "type": "TagValueLiteralOr",
      "filter": "tenant1.application1.instance1",
      "tagKey": "applicationId"
     },
     {
      "type": "TagValueLiteralOr",
      "filter": "public",
      "tagKey": "system"
     },
     {
      "type": "TagValueRegex",
      "filter": "(tenant2|tenant3)\\..*",
      "tagKey": "applicationId"
     }
    ]
   }
  }
 ]
}