aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/resources/horizon/filters-complex.expected.json
blob: b3416f8a4106046304589b3bdcddb9689a97f773 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
 "start": 1623080040000,
 "end": 1623166440000,
 "executionGraph": [
  {
   "id": "q1_m1",
   "type": "TimeSeriesDataSource",
   "metric": {
    "type": "MetricLiteral",
    "metric": "Vespa.vespa.qrserver.documents_covered.count"
   },
   "sourceId": null,
   "fetchLast": false,
   "filterId": "filter-ni8"
  }
 ],
 "filters": [
  {
   "filter": {
    "type": "Chain",
    "op": "AND",
    "filters": [
     {
      "type": "NOT",
      "filter": {
       "type": "TagValueLiteralOr",
       "filter": "tenant1.app1.instance1",
       "tagKey": "applicationId"
      }
     },
     {
      "type": "TagValueLiteralOr",
      "filter": "public",
      "tagKey": "system"
     },
     {
      "type": "TagValueRegex",
      "filter": "^(tenant2)\\..*",
      "tagKey": "applicationId"
     }
    ]
   },
   "id": "filter-ni8"
  }
 ],
 "serdesConfigs": [
  {
   "id": "JsonV3QuerySerdes",
   "filter": [
    "summarizer"
   ]
  }
 ],
 "logLevel": "ERROR",
 "cacheMode": null
}