pycarlo 0.12.67__py3-none-any.whl → 0.12.80__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pycarlo might be problematic. Click here for more details.

pycarlo/lib/schema.json CHANGED
@@ -13023,6 +13023,71 @@
13023
13023
  "ofType": null
13024
13024
  }
13025
13025
  },
13026
+ {
13027
+ "args": [
13028
+ {
13029
+ "defaultValue": null,
13030
+ "description": "UUID of the bulk monitor",
13031
+ "name": "bulkMonitorUuid",
13032
+ "type": {
13033
+ "kind": "NON_NULL",
13034
+ "name": null,
13035
+ "ofType": {
13036
+ "kind": "SCALAR",
13037
+ "name": "UUID",
13038
+ "ofType": null
13039
+ }
13040
+ }
13041
+ },
13042
+ {
13043
+ "defaultValue": null,
13044
+ "description": "Optional table ID to filter to a specific child",
13045
+ "name": "tableId",
13046
+ "type": {
13047
+ "kind": "SCALAR",
13048
+ "name": "Int",
13049
+ "ofType": null
13050
+ }
13051
+ },
13052
+ {
13053
+ "defaultValue": null,
13054
+ "description": "Number of days back (default 90)",
13055
+ "name": "historyDays",
13056
+ "type": {
13057
+ "kind": "SCALAR",
13058
+ "name": "Int",
13059
+ "ofType": null
13060
+ }
13061
+ },
13062
+ {
13063
+ "defaultValue": null,
13064
+ "description": "Max number of executions (default 500)",
13065
+ "name": "limit",
13066
+ "type": {
13067
+ "kind": "SCALAR",
13068
+ "name": "Int",
13069
+ "ofType": null
13070
+ }
13071
+ }
13072
+ ],
13073
+ "deprecationReason": null,
13074
+ "description": "(experimental) Get job executions for a bulk monitor with table context",
13075
+ "isDeprecated": false,
13076
+ "name": "getBulkMonitorJobExecutions",
13077
+ "type": {
13078
+ "kind": "LIST",
13079
+ "name": null,
13080
+ "ofType": {
13081
+ "kind": "NON_NULL",
13082
+ "name": null,
13083
+ "ofType": {
13084
+ "kind": "OBJECT",
13085
+ "name": "BulkMonitorJobExecutionLog",
13086
+ "ofType": null
13087
+ }
13088
+ }
13089
+ }
13090
+ },
13026
13091
  {
13027
13092
  "args": [
13028
13093
  {
@@ -28088,6 +28153,36 @@
28088
28153
  "ofType": null
28089
28154
  }
28090
28155
  },
28156
+ {
28157
+ "defaultValue": null,
28158
+ "description": null,
28159
+ "name": "originalTableId",
28160
+ "type": {
28161
+ "kind": "SCALAR",
28162
+ "name": "String",
28163
+ "ofType": null
28164
+ }
28165
+ },
28166
+ {
28167
+ "defaultValue": null,
28168
+ "description": null,
28169
+ "name": "originalProjectName",
28170
+ "type": {
28171
+ "kind": "SCALAR",
28172
+ "name": "String",
28173
+ "ofType": null
28174
+ }
28175
+ },
28176
+ {
28177
+ "defaultValue": null,
28178
+ "description": null,
28179
+ "name": "originalDataset",
28180
+ "type": {
28181
+ "kind": "SCALAR",
28182
+ "name": "String",
28183
+ "ofType": null
28184
+ }
28185
+ },
28091
28186
  {
28092
28187
  "defaultValue": null,
28093
28188
  "description": null,
@@ -28881,6 +28976,36 @@
28881
28976
  "ofType": null
28882
28977
  }
28883
28978
  },
28979
+ {
28980
+ "defaultValue": null,
28981
+ "description": null,
28982
+ "name": "originalTableId",
28983
+ "type": {
28984
+ "kind": "SCALAR",
28985
+ "name": "String",
28986
+ "ofType": null
28987
+ }
28988
+ },
28989
+ {
28990
+ "defaultValue": null,
28991
+ "description": null,
28992
+ "name": "originalProjectName",
28993
+ "type": {
28994
+ "kind": "SCALAR",
28995
+ "name": "String",
28996
+ "ofType": null
28997
+ }
28998
+ },
28999
+ {
29000
+ "defaultValue": null,
29001
+ "description": null,
29002
+ "name": "originalDataset",
29003
+ "type": {
29004
+ "kind": "SCALAR",
29005
+ "name": "String",
29006
+ "ofType": null
29007
+ }
29008
+ },
28884
29009
  {
28885
29010
  "defaultValue": null,
28886
29011
  "description": null,
@@ -40314,6 +40439,18 @@
40314
40439
  "ofType": null
40315
40440
  }
40316
40441
  },
40442
+ {
40443
+ "args": [],
40444
+ "deprecationReason": null,
40445
+ "description": "Domain defining which tables can be sampled. If null, all allowed.",
40446
+ "isDeprecated": false,
40447
+ "name": "samplingDomain",
40448
+ "type": {
40449
+ "kind": "OBJECT",
40450
+ "name": "DomainRestriction",
40451
+ "ofType": null
40452
+ }
40453
+ },
40317
40454
  {
40318
40455
  "args": [],
40319
40456
  "deprecationReason": null,
@@ -43746,7 +43883,7 @@
43746
43883
  {
43747
43884
  "args": [],
43748
43885
  "deprecationReason": "Please use the routingRules fields instead.",
43749
- "description": "Limit notifications to specific incident types (default=all). Supported options include: anomalies, schema_changes, json_schema_changes, deleted_tables, metric_anomalies, agent_anomalies, metric_comparison_anomalies, custom_rule_anomalies, performance_anomalies, dbt_errors, etl_errors, pseudo_integration_test, rule_run_execution_error, merged",
43886
+ "description": "Limit notifications to specific incident types (default=all). Supported options include: anomalies, schema_changes, json_schema_changes, deleted_tables, metric_anomalies, agent_metric_anomalies, agent_evaluation_anomalies, agent_trajectory_anomalies, agent_anomalies, metric_comparison_anomalies, custom_rule_anomalies, performance_anomalies, dbt_errors, etl_errors, pseudo_integration_test, rule_run_execution_error, merged",
43750
43887
  "isDeprecated": true,
43751
43888
  "name": "anomalyTypes",
43752
43889
  "type": {
@@ -45899,9 +46036,21 @@
45899
46036
  },
45900
46037
  {
45901
46038
  "deprecationReason": null,
45902
- "description": "Agent",
46039
+ "description": "Agent Metric",
45903
46040
  "isDeprecated": false,
45904
- "name": "AGENT"
46041
+ "name": "AGENT_METRIC"
46042
+ },
46043
+ {
46044
+ "deprecationReason": null,
46045
+ "description": "Agent Evaluation",
46046
+ "isDeprecated": false,
46047
+ "name": "AGENT_EVALUATION"
46048
+ },
46049
+ {
46050
+ "deprecationReason": null,
46051
+ "description": "Agent Trajectory",
46052
+ "isDeprecated": false,
46053
+ "name": "AGENT_TRAJECTORY"
45905
46054
  },
45906
46055
  {
45907
46056
  "deprecationReason": null,
@@ -45909,6 +46058,18 @@
45909
46058
  "isDeprecated": false,
45910
46059
  "name": "BULK_MONITOR"
45911
46060
  },
46061
+ {
46062
+ "deprecationReason": null,
46063
+ "description": "Bulk Monitor",
46064
+ "isDeprecated": false,
46065
+ "name": "BULK_METRIC"
46066
+ },
46067
+ {
46068
+ "deprecationReason": null,
46069
+ "description": "Agent",
46070
+ "isDeprecated": false,
46071
+ "name": "AGENT"
46072
+ },
45912
46073
  {
45913
46074
  "deprecationReason": null,
45914
46075
  "description": "Dimension - legacy",
@@ -50009,6 +50170,42 @@
50009
50170
  "ofType": null
50010
50171
  }
50011
50172
  },
50173
+ {
50174
+ "args": [],
50175
+ "deprecationReason": null,
50176
+ "description": "",
50177
+ "isDeprecated": false,
50178
+ "name": "originalTableId",
50179
+ "type": {
50180
+ "kind": "SCALAR",
50181
+ "name": "String",
50182
+ "ofType": null
50183
+ }
50184
+ },
50185
+ {
50186
+ "args": [],
50187
+ "deprecationReason": null,
50188
+ "description": "",
50189
+ "isDeprecated": false,
50190
+ "name": "originalProjectName",
50191
+ "type": {
50192
+ "kind": "SCALAR",
50193
+ "name": "String",
50194
+ "ofType": null
50195
+ }
50196
+ },
50197
+ {
50198
+ "args": [],
50199
+ "deprecationReason": null,
50200
+ "description": "",
50201
+ "isDeprecated": false,
50202
+ "name": "originalDataset",
50203
+ "type": {
50204
+ "kind": "SCALAR",
50205
+ "name": "String",
50206
+ "ofType": null
50207
+ }
50208
+ },
50012
50209
  {
50013
50210
  "args": [],
50014
50211
  "deprecationReason": null,
@@ -52153,6 +52350,24 @@
52153
52350
  "isDeprecated": false,
52154
52351
  "name": "METRIC_COMPARISON"
52155
52352
  },
52353
+ {
52354
+ "deprecationReason": null,
52355
+ "description": "Agent Metric Anomaly",
52356
+ "isDeprecated": false,
52357
+ "name": "AGENT_METRIC"
52358
+ },
52359
+ {
52360
+ "deprecationReason": null,
52361
+ "description": "Agent Evaluation Anomaly",
52362
+ "isDeprecated": false,
52363
+ "name": "AGENT_EVALUATION"
52364
+ },
52365
+ {
52366
+ "deprecationReason": null,
52367
+ "description": "Agent Trajectory Anomaly",
52368
+ "isDeprecated": false,
52369
+ "name": "AGENT_TRAJECTORY"
52370
+ },
52156
52371
  {
52157
52372
  "deprecationReason": null,
52158
52373
  "description": "Agent Anomaly",
@@ -53056,6 +53271,24 @@
53056
53271
  "isDeprecated": false,
53057
53272
  "name": "METRIC_COMPARISON_ANOM"
53058
53273
  },
53274
+ {
53275
+ "deprecationReason": null,
53276
+ "description": "Agent Metric Anomaly",
53277
+ "isDeprecated": false,
53278
+ "name": "AGENT_METRIC_ANOM"
53279
+ },
53280
+ {
53281
+ "deprecationReason": null,
53282
+ "description": "Agent Evaluation Anomaly",
53283
+ "isDeprecated": false,
53284
+ "name": "AGENT_EVALUATION_ANOM"
53285
+ },
53286
+ {
53287
+ "deprecationReason": null,
53288
+ "description": "Agent Trajectory Anomaly",
53289
+ "isDeprecated": false,
53290
+ "name": "AGENT_TRAJECTORY_ANOM"
53291
+ },
53059
53292
  {
53060
53293
  "deprecationReason": null,
53061
53294
  "description": "Agent Anomaly",
@@ -54292,6 +54525,24 @@
54292
54525
  "isDeprecated": false,
54293
54526
  "name": "METRIC_ANOMALIES"
54294
54527
  },
54528
+ {
54529
+ "deprecationReason": null,
54530
+ "description": "Agent metric anomalies",
54531
+ "isDeprecated": false,
54532
+ "name": "AGENT_METRIC_ANOMALIES"
54533
+ },
54534
+ {
54535
+ "deprecationReason": null,
54536
+ "description": "Agent evaluation anomalies",
54537
+ "isDeprecated": false,
54538
+ "name": "AGENT_EVALUATION_ANOMALIES"
54539
+ },
54540
+ {
54541
+ "deprecationReason": null,
54542
+ "description": "Agent trajectory anomalies",
54543
+ "isDeprecated": false,
54544
+ "name": "AGENT_TRAJECTORY_ANOMALIES"
54545
+ },
54295
54546
  {
54296
54547
  "deprecationReason": null,
54297
54548
  "description": "Agent anomalies",
@@ -63542,6 +63793,18 @@
63542
63793
  "ofType": null
63543
63794
  }
63544
63795
  }
63796
+ },
63797
+ {
63798
+ "args": [],
63799
+ "deprecationReason": null,
63800
+ "description": "Type of record in ServiceNow: 'incident' or 'event'",
63801
+ "isDeprecated": false,
63802
+ "name": "recordType",
63803
+ "type": {
63804
+ "kind": "SCALAR",
63805
+ "name": "String",
63806
+ "ofType": null
63807
+ }
63545
63808
  }
63546
63809
  ],
63547
63810
  "inputFields": null,
@@ -64320,6 +64583,42 @@
64320
64583
  "ofType": null
64321
64584
  }
64322
64585
  },
64586
+ {
64587
+ "args": [],
64588
+ "deprecationReason": null,
64589
+ "description": null,
64590
+ "isDeprecated": false,
64591
+ "name": "agentMetricAnom",
64592
+ "type": {
64593
+ "kind": "SCALAR",
64594
+ "name": "Int",
64595
+ "ofType": null
64596
+ }
64597
+ },
64598
+ {
64599
+ "args": [],
64600
+ "deprecationReason": null,
64601
+ "description": null,
64602
+ "isDeprecated": false,
64603
+ "name": "agentEvaluationAnom",
64604
+ "type": {
64605
+ "kind": "SCALAR",
64606
+ "name": "Int",
64607
+ "ofType": null
64608
+ }
64609
+ },
64610
+ {
64611
+ "args": [],
64612
+ "deprecationReason": null,
64613
+ "description": null,
64614
+ "isDeprecated": false,
64615
+ "name": "agentTrajectoryAnom",
64616
+ "type": {
64617
+ "kind": "SCALAR",
64618
+ "name": "Int",
64619
+ "ofType": null
64620
+ }
64621
+ },
64323
64622
  {
64324
64623
  "args": [],
64325
64624
  "deprecationReason": null,
@@ -66257,6 +66556,24 @@
66257
66556
  "isDeprecated": false,
66258
66557
  "name": "METRIC_ANOMALIES"
66259
66558
  },
66559
+ {
66560
+ "deprecationReason": null,
66561
+ "description": null,
66562
+ "isDeprecated": false,
66563
+ "name": "AGENT_METRIC_ANOMALIES"
66564
+ },
66565
+ {
66566
+ "deprecationReason": null,
66567
+ "description": null,
66568
+ "isDeprecated": false,
66569
+ "name": "AGENT_EVALUATION_ANOMALIES"
66570
+ },
66571
+ {
66572
+ "deprecationReason": null,
66573
+ "description": null,
66574
+ "isDeprecated": false,
66575
+ "name": "AGENT_TRAJECTORY_ANOMALIES"
66576
+ },
66260
66577
  {
66261
66578
  "deprecationReason": null,
66262
66579
  "description": null,
@@ -66496,6 +66813,24 @@
66496
66813
  "isDeprecated": false,
66497
66814
  "name": "PERFORMANCE_ANOMALY"
66498
66815
  },
66816
+ {
66817
+ "deprecationReason": null,
66818
+ "description": null,
66819
+ "isDeprecated": false,
66820
+ "name": "AGENT_METRIC_ANOMALY"
66821
+ },
66822
+ {
66823
+ "deprecationReason": null,
66824
+ "description": null,
66825
+ "isDeprecated": false,
66826
+ "name": "AGENT_EVALUATION_ANOMALY"
66827
+ },
66828
+ {
66829
+ "deprecationReason": null,
66830
+ "description": null,
66831
+ "isDeprecated": false,
66832
+ "name": "AGENT_TRAJECTORY_ANOMALY"
66833
+ },
66499
66834
  {
66500
66835
  "deprecationReason": null,
66501
66836
  "description": null,
@@ -66538,6 +66873,24 @@
66538
66873
  "isDeprecated": false,
66539
66874
  "name": "METRIC_ANOMALIES"
66540
66875
  },
66876
+ {
66877
+ "deprecationReason": null,
66878
+ "description": null,
66879
+ "isDeprecated": false,
66880
+ "name": "AGENT_METRIC_ANOMALIES"
66881
+ },
66882
+ {
66883
+ "deprecationReason": null,
66884
+ "description": null,
66885
+ "isDeprecated": false,
66886
+ "name": "AGENT_EVALUATION_ANOMALIES"
66887
+ },
66888
+ {
66889
+ "deprecationReason": null,
66890
+ "description": null,
66891
+ "isDeprecated": false,
66892
+ "name": "AGENT_TRAJECTORY_ANOMALIES"
66893
+ },
66541
66894
  {
66542
66895
  "deprecationReason": null,
66543
66896
  "description": null,
@@ -70522,6 +70875,22 @@
70522
70875
  }
70523
70876
  }
70524
70877
  },
70878
+ {
70879
+ "args": [],
70880
+ "deprecationReason": null,
70881
+ "description": "Type of domain. Sampling domains define which tables can be sampled.",
70882
+ "isDeprecated": false,
70883
+ "name": "domainType",
70884
+ "type": {
70885
+ "kind": "NON_NULL",
70886
+ "name": null,
70887
+ "ofType": {
70888
+ "kind": "ENUM",
70889
+ "name": "DomainModelDomainType",
70890
+ "ofType": null
70891
+ }
70892
+ }
70893
+ },
70525
70894
  {
70526
70895
  "args": [],
70527
70896
  "deprecationReason": null,
@@ -70635,6 +71004,30 @@
70635
71004
  "ofType": null
70636
71005
  }
70637
71006
  },
71007
+ {
71008
+ "args": [],
71009
+ "deprecationReason": null,
71010
+ "description": "Domain defining which tables can be sampled. If null, all allowed.",
71011
+ "isDeprecated": false,
71012
+ "name": "warehousesUsingSampling",
71013
+ "type": {
71014
+ "kind": "NON_NULL",
71015
+ "name": null,
71016
+ "ofType": {
71017
+ "kind": "LIST",
71018
+ "name": null,
71019
+ "ofType": {
71020
+ "kind": "NON_NULL",
71021
+ "name": null,
71022
+ "ofType": {
71023
+ "kind": "OBJECT",
71024
+ "name": "Warehouse",
71025
+ "ofType": null
71026
+ }
71027
+ }
71028
+ }
71029
+ }
71030
+ },
70638
71031
  {
70639
71032
  "args": [
70640
71033
  {
@@ -70715,6 +71108,29 @@
70715
71108
  "name": "DomainRestriction",
70716
71109
  "possibleTypes": null
70717
71110
  },
71111
+ {
71112
+ "description": null,
71113
+ "enumValues": [
71114
+ {
71115
+ "deprecationReason": null,
71116
+ "description": "Metadata",
71117
+ "isDeprecated": false,
71118
+ "name": "METADATA"
71119
+ },
71120
+ {
71121
+ "deprecationReason": null,
71122
+ "description": "Sampling",
71123
+ "isDeprecated": false,
71124
+ "name": "SAMPLING"
71125
+ }
71126
+ ],
71127
+ "fields": null,
71128
+ "inputFields": null,
71129
+ "interfaces": null,
71130
+ "kind": "ENUM",
71131
+ "name": "DomainModelDomainType",
71132
+ "possibleTypes": null
71133
+ },
70718
71134
  {
70719
71135
  "description": null,
70720
71136
  "enumValues": null,
@@ -78140,6 +78556,18 @@
78140
78556
  "ofType": null
78141
78557
  }
78142
78558
  },
78559
+ {
78560
+ "args": [],
78561
+ "deprecationReason": null,
78562
+ "description": "",
78563
+ "isDeprecated": false,
78564
+ "name": "description",
78565
+ "type": {
78566
+ "kind": "SCALAR",
78567
+ "name": "String",
78568
+ "ofType": null
78569
+ }
78570
+ },
78143
78571
  {
78144
78572
  "args": [],
78145
78573
  "deprecationReason": null,
@@ -78228,6 +78656,42 @@
78228
78656
  }
78229
78657
  }
78230
78658
  },
78659
+ {
78660
+ "args": [],
78661
+ "deprecationReason": null,
78662
+ "description": "Name of the timestamp field for time bucketing (must exist on all tables)",
78663
+ "isDeprecated": false,
78664
+ "name": "timeAxisFieldName",
78665
+ "type": {
78666
+ "kind": "SCALAR",
78667
+ "name": "String",
78668
+ "ofType": null
78669
+ }
78670
+ },
78671
+ {
78672
+ "args": [],
78673
+ "deprecationReason": null,
78674
+ "description": "Type of the time axis field (e.g., timestamp, date)",
78675
+ "isDeprecated": false,
78676
+ "name": "timeAxisFieldType",
78677
+ "type": {
78678
+ "kind": "SCALAR",
78679
+ "name": "String",
78680
+ "ofType": null
78681
+ }
78682
+ },
78683
+ {
78684
+ "args": [],
78685
+ "deprecationReason": null,
78686
+ "description": "Time to offset the collection time bucket by in hours. Field should be a multiple of 24 if agg_time_interval is set to DAY. Copied to child monitors.",
78687
+ "isDeprecated": false,
78688
+ "name": "collectionLagHours",
78689
+ "type": {
78690
+ "kind": "SCALAR",
78691
+ "name": "Int",
78692
+ "ofType": null
78693
+ }
78694
+ },
78231
78695
  {
78232
78696
  "args": [],
78233
78697
  "deprecationReason": null,
@@ -78396,6 +78860,18 @@
78396
78860
  }
78397
78861
  }
78398
78862
  },
78863
+ {
78864
+ "args": [],
78865
+ "deprecationReason": null,
78866
+ "description": "Data quality dimension assigned to this bulk monitor.",
78867
+ "isDeprecated": false,
78868
+ "name": "dataQualityDimension",
78869
+ "type": {
78870
+ "kind": "SCALAR",
78871
+ "name": "String",
78872
+ "ofType": null
78873
+ }
78874
+ },
78399
78875
  {
78400
78876
  "args": [],
78401
78877
  "deprecationReason": null,
@@ -78419,6 +78895,34 @@
78419
78895
  "name": "Boolean",
78420
78896
  "ofType": null
78421
78897
  }
78898
+ },
78899
+ {
78900
+ "args": [],
78901
+ "deprecationReason": null,
78902
+ "description": "Time interval for bucketing data (HOUR, DAY, WEEK, MONTH)",
78903
+ "isDeprecated": false,
78904
+ "name": "aggTimeInterval",
78905
+ "type": {
78906
+ "kind": "ENUM",
78907
+ "name": "MonitorAggTimeInterval",
78908
+ "ofType": null
78909
+ }
78910
+ },
78911
+ {
78912
+ "args": [],
78913
+ "deprecationReason": null,
78914
+ "description": "Tables from child monitors' data sources",
78915
+ "isDeprecated": false,
78916
+ "name": "tables",
78917
+ "type": {
78918
+ "kind": "LIST",
78919
+ "name": null,
78920
+ "ofType": {
78921
+ "kind": "OBJECT",
78922
+ "name": "WarehouseTable",
78923
+ "ofType": null
78924
+ }
78925
+ }
78422
78926
  }
78423
78927
  ],
78424
78928
  "inputFields": null,
@@ -78786,6 +79290,41 @@
78786
79290
  "name": "AssetFilterType",
78787
79291
  "possibleTypes": null
78788
79292
  },
79293
+ {
79294
+ "description": null,
79295
+ "enumValues": [
79296
+ {
79297
+ "deprecationReason": null,
79298
+ "description": null,
79299
+ "isDeprecated": false,
79300
+ "name": "DAY"
79301
+ },
79302
+ {
79303
+ "deprecationReason": null,
79304
+ "description": null,
79305
+ "isDeprecated": false,
79306
+ "name": "HOUR"
79307
+ },
79308
+ {
79309
+ "deprecationReason": null,
79310
+ "description": null,
79311
+ "isDeprecated": false,
79312
+ "name": "WEEK"
79313
+ },
79314
+ {
79315
+ "deprecationReason": null,
79316
+ "description": null,
79317
+ "isDeprecated": false,
79318
+ "name": "MONTH"
79319
+ }
79320
+ ],
79321
+ "fields": null,
79322
+ "inputFields": null,
79323
+ "interfaces": null,
79324
+ "kind": "ENUM",
79325
+ "name": "MonitorAggTimeInterval",
79326
+ "possibleTypes": null
79327
+ },
78789
79328
  {
78790
79329
  "description": null,
78791
79330
  "enumValues": null,
@@ -79588,6 +80127,46 @@
79588
80127
  "ofType": null
79589
80128
  }
79590
80129
  },
80130
+ {
80131
+ "args": [],
80132
+ "deprecationReason": null,
80133
+ "description": "Full table IDs referenced in custom_sampling_sql (from SQL parser)",
80134
+ "isDeprecated": false,
80135
+ "name": "samplingEntities",
80136
+ "type": {
80137
+ "kind": "LIST",
80138
+ "name": null,
80139
+ "ofType": {
80140
+ "kind": "NON_NULL",
80141
+ "name": null,
80142
+ "ofType": {
80143
+ "kind": "SCALAR",
80144
+ "name": "String",
80145
+ "ofType": null
80146
+ }
80147
+ }
80148
+ }
80149
+ },
80150
+ {
80151
+ "args": [],
80152
+ "deprecationReason": null,
80153
+ "description": "MCONs for tables in custom_sampling_sql (only ingested tables)",
80154
+ "isDeprecated": false,
80155
+ "name": "samplingEntityMcons",
80156
+ "type": {
80157
+ "kind": "LIST",
80158
+ "name": null,
80159
+ "ofType": {
80160
+ "kind": "NON_NULL",
80161
+ "name": null,
80162
+ "ofType": {
80163
+ "kind": "SCALAR",
80164
+ "name": "String",
80165
+ "ofType": null
80166
+ }
80167
+ }
80168
+ }
80169
+ },
79591
80170
  {
79592
80171
  "args": [],
79593
80172
  "deprecationReason": null,
@@ -84217,41 +84796,6 @@
84217
84796
  "name": "FieldHealthMetrics",
84218
84797
  "possibleTypes": null
84219
84798
  },
84220
- {
84221
- "description": null,
84222
- "enumValues": [
84223
- {
84224
- "deprecationReason": null,
84225
- "description": null,
84226
- "isDeprecated": false,
84227
- "name": "DAY"
84228
- },
84229
- {
84230
- "deprecationReason": null,
84231
- "description": null,
84232
- "isDeprecated": false,
84233
- "name": "HOUR"
84234
- },
84235
- {
84236
- "deprecationReason": null,
84237
- "description": null,
84238
- "isDeprecated": false,
84239
- "name": "WEEK"
84240
- },
84241
- {
84242
- "deprecationReason": null,
84243
- "description": null,
84244
- "isDeprecated": false,
84245
- "name": "MONTH"
84246
- }
84247
- ],
84248
- "fields": null,
84249
- "inputFields": null,
84250
- "interfaces": null,
84251
- "kind": "ENUM",
84252
- "name": "MonitorAggTimeInterval",
84253
- "possibleTypes": null
84254
- },
84255
84799
  {
84256
84800
  "description": null,
84257
84801
  "enumValues": null,
@@ -85680,6 +86224,24 @@
85680
86224
  "isDeprecated": false,
85681
86225
  "name": "performance_anomaly"
85682
86226
  },
86227
+ {
86228
+ "deprecationReason": null,
86229
+ "description": null,
86230
+ "isDeprecated": false,
86231
+ "name": "agent_metric_anomaly"
86232
+ },
86233
+ {
86234
+ "deprecationReason": null,
86235
+ "description": null,
86236
+ "isDeprecated": false,
86237
+ "name": "agent_evaluation_anomaly"
86238
+ },
86239
+ {
86240
+ "deprecationReason": null,
86241
+ "description": null,
86242
+ "isDeprecated": false,
86243
+ "name": "agent_trajectory_anomaly"
86244
+ },
85683
86245
  {
85684
86246
  "deprecationReason": null,
85685
86247
  "description": null,
@@ -90352,6 +90914,18 @@
90352
90914
  "description": null,
90353
90915
  "enumValues": null,
90354
90916
  "fields": [
90917
+ {
90918
+ "args": [],
90919
+ "deprecationReason": null,
90920
+ "description": "Unique identifier for the notification.",
90921
+ "isDeprecated": false,
90922
+ "name": "id",
90923
+ "type": {
90924
+ "kind": "SCALAR",
90925
+ "name": "String",
90926
+ "ofType": null
90927
+ }
90928
+ },
90355
90929
  {
90356
90930
  "args": [],
90357
90931
  "deprecationReason": null,
@@ -90411,6 +90985,18 @@
90411
90985
  "name": "DateTime",
90412
90986
  "ofType": null
90413
90987
  }
90988
+ },
90989
+ {
90990
+ "args": [],
90991
+ "deprecationReason": null,
90992
+ "description": "When the notification was created.",
90993
+ "isDeprecated": false,
90994
+ "name": "createdAt",
90995
+ "type": {
90996
+ "kind": "SCALAR",
90997
+ "name": "DateTime",
90998
+ "ofType": null
90999
+ }
90414
91000
  }
90415
91001
  ],
90416
91002
  "inputFields": null,
@@ -94700,7 +95286,7 @@
94700
95286
  "deprecationReason": null,
94701
95287
  "description": null,
94702
95288
  "isDeprecated": false,
94703
- "name": "SCALAR"
95289
+ "name": "SINGLE_VALUE"
94704
95290
  },
94705
95291
  {
94706
95292
  "deprecationReason": null,
@@ -94843,7 +95429,7 @@
94843
95429
  },
94844
95430
  {
94845
95431
  "kind": "OBJECT",
94846
- "name": "WidgetOptionsScalar",
95432
+ "name": "WidgetOptionsSingleValue",
94847
95433
  "ofType": null
94848
95434
  },
94849
95435
  {
@@ -95534,6 +96120,18 @@
95534
96120
  "isDeprecated": false,
95535
96121
  "name": "MonitorsEdit"
95536
96122
  },
96123
+ {
96124
+ "deprecationReason": null,
96125
+ "description": null,
96126
+ "isDeprecated": false,
96127
+ "name": "MonitorsDataSamplingAccess"
96128
+ },
96129
+ {
96130
+ "deprecationReason": null,
96131
+ "description": null,
96132
+ "isDeprecated": false,
96133
+ "name": "MonitorsDataSamplingDownload"
96134
+ },
95537
96135
  {
95538
96136
  "deprecationReason": null,
95539
96137
  "description": null,
@@ -95570,12 +96168,6 @@
95570
96168
  "isDeprecated": false,
95571
96169
  "name": "ProductsObservabilityAccess"
95572
96170
  },
95573
- {
95574
- "deprecationReason": null,
95575
- "description": null,
95576
- "isDeprecated": false,
95577
- "name": "ProductsSamplingAccess"
95578
- },
95579
96171
  {
95580
96172
  "deprecationReason": null,
95581
96173
  "description": null,
@@ -115880,6 +116472,22 @@
115880
116472
  }
115881
116473
  }
115882
116474
  }
116475
+ },
116476
+ {
116477
+ "args": [],
116478
+ "deprecationReason": null,
116479
+ "description": null,
116480
+ "isDeprecated": false,
116481
+ "name": "createIncidents",
116482
+ "type": {
116483
+ "kind": "NON_NULL",
116484
+ "name": null,
116485
+ "ofType": {
116486
+ "kind": "SCALAR",
116487
+ "name": "Boolean",
116488
+ "ofType": null
116489
+ }
116490
+ }
115883
116491
  }
115884
116492
  ],
115885
116493
  "inputFields": null,
@@ -116123,6 +116731,16 @@
116123
116731
  }
116124
116732
  }
116125
116733
  }
116734
+ },
116735
+ {
116736
+ "defaultValue": "true",
116737
+ "description": null,
116738
+ "name": "createIncidents",
116739
+ "type": {
116740
+ "kind": "SCALAR",
116741
+ "name": "Boolean",
116742
+ "ofType": null
116743
+ }
116126
116744
  }
116127
116745
  ],
116128
116746
  "interfaces": null,
@@ -124204,6 +124822,12 @@
124204
124822
  "isDeprecated": false,
124205
124823
  "name": "DECLARED_INCIDENTS_BY_SEVERITY_AND_TYPE_COUNTS"
124206
124824
  },
124825
+ {
124826
+ "deprecationReason": null,
124827
+ "description": null,
124828
+ "isDeprecated": false,
124829
+ "name": "DECLARED_INCIDENTS_BY_DOMAIN_COUNT"
124830
+ },
124207
124831
  {
124208
124832
  "deprecationReason": null,
124209
124833
  "description": null,
@@ -124215,6 +124839,18 @@
124215
124839
  "description": null,
124216
124840
  "isDeprecated": false,
124217
124841
  "name": "INCIDENTS_BY_DATA_PRODUCT"
124842
+ },
124843
+ {
124844
+ "deprecationReason": null,
124845
+ "description": null,
124846
+ "isDeprecated": false,
124847
+ "name": "MONITORS_BY_TYPE_AND_DOMAIN_COUNT"
124848
+ },
124849
+ {
124850
+ "deprecationReason": null,
124851
+ "description": null,
124852
+ "isDeprecated": false,
124853
+ "name": "ALERTS_BY_ACKNOWLEDGEMENT_AND_DOMAIN_COUNT"
124218
124854
  }
124219
124855
  ],
124220
124856
  "fields": null,
@@ -130401,18 +131037,6 @@
130401
131037
  }
130402
131038
  }
130403
131039
  }
130404
- },
130405
- {
130406
- "args": [],
130407
- "deprecationReason": null,
130408
- "description": null,
130409
- "isDeprecated": false,
130410
- "name": "query",
130411
- "type": {
130412
- "kind": "SCALAR",
130413
- "name": "String",
130414
- "ofType": null
130415
- }
130416
131040
  }
130417
131041
  ],
130418
131042
  "inputFields": null,
@@ -130725,6 +131349,185 @@
130725
131349
  "name": "JobExecutionHistoryLogEdge",
130726
131350
  "possibleTypes": null
130727
131351
  },
131352
+ {
131353
+ "description": "Job execution log entry with table context for bulk monitors",
131354
+ "enumValues": null,
131355
+ "fields": [
131356
+ {
131357
+ "args": [],
131358
+ "deprecationReason": null,
131359
+ "description": "UUID of job execution",
131360
+ "isDeprecated": false,
131361
+ "name": "jobExecutionUuid",
131362
+ "type": {
131363
+ "kind": "NON_NULL",
131364
+ "name": null,
131365
+ "ofType": {
131366
+ "kind": "SCALAR",
131367
+ "name": "UUID",
131368
+ "ofType": null
131369
+ }
131370
+ }
131371
+ },
131372
+ {
131373
+ "args": [],
131374
+ "deprecationReason": null,
131375
+ "description": "When the job was scheduled",
131376
+ "isDeprecated": false,
131377
+ "name": "startTime",
131378
+ "type": {
131379
+ "kind": "SCALAR",
131380
+ "name": "DateTime",
131381
+ "ofType": null
131382
+ }
131383
+ },
131384
+ {
131385
+ "args": [],
131386
+ "deprecationReason": null,
131387
+ "description": null,
131388
+ "isDeprecated": false,
131389
+ "name": "status",
131390
+ "type": {
131391
+ "kind": "ENUM",
131392
+ "name": "JobExecutionStatus",
131393
+ "ofType": null
131394
+ }
131395
+ },
131396
+ {
131397
+ "args": [],
131398
+ "deprecationReason": null,
131399
+ "description": "When the job was completed",
131400
+ "isDeprecated": false,
131401
+ "name": "endTime",
131402
+ "type": {
131403
+ "kind": "SCALAR",
131404
+ "name": "DateTime",
131405
+ "ofType": null
131406
+ }
131407
+ },
131408
+ {
131409
+ "args": [],
131410
+ "deprecationReason": null,
131411
+ "description": "Exceptions that were captured during this job execution (pre-formatted)",
131412
+ "isDeprecated": false,
131413
+ "name": "exceptions",
131414
+ "type": {
131415
+ "kind": "SCALAR",
131416
+ "name": "String",
131417
+ "ofType": null
131418
+ }
131419
+ },
131420
+ {
131421
+ "args": [],
131422
+ "deprecationReason": null,
131423
+ "description": "Exceptions that were captured during this job execution",
131424
+ "isDeprecated": false,
131425
+ "name": "exceptionsDetail",
131426
+ "type": {
131427
+ "kind": "LIST",
131428
+ "name": null,
131429
+ "ofType": {
131430
+ "kind": "NON_NULL",
131431
+ "name": null,
131432
+ "ofType": {
131433
+ "kind": "OBJECT",
131434
+ "name": "JobExecutionException",
131435
+ "ofType": null
131436
+ }
131437
+ }
131438
+ }
131439
+ },
131440
+ {
131441
+ "args": [],
131442
+ "deprecationReason": null,
131443
+ "description": "Total number of invocations for the job execution. May be null if execution has not completed.",
131444
+ "isDeprecated": false,
131445
+ "name": "totalInvocationsCount",
131446
+ "type": {
131447
+ "kind": "SCALAR",
131448
+ "name": "Int",
131449
+ "ofType": null
131450
+ }
131451
+ },
131452
+ {
131453
+ "args": [],
131454
+ "deprecationReason": null,
131455
+ "description": "Total number of objects returned by the job execution. May be null if execution has not completed.",
131456
+ "isDeprecated": false,
131457
+ "name": "totalResultCount",
131458
+ "type": {
131459
+ "kind": "SCALAR",
131460
+ "name": "Int",
131461
+ "ofType": null
131462
+ }
131463
+ },
131464
+ {
131465
+ "args": [],
131466
+ "deprecationReason": null,
131467
+ "description": "Total execution duration in seconds. May be null if execution has not completed.",
131468
+ "isDeprecated": false,
131469
+ "name": "totalExecutionDuration",
131470
+ "type": {
131471
+ "kind": "SCALAR",
131472
+ "name": "Float",
131473
+ "ofType": null
131474
+ }
131475
+ },
131476
+ {
131477
+ "args": [],
131478
+ "deprecationReason": null,
131479
+ "description": "UUID of the consolidating job execution",
131480
+ "isDeprecated": false,
131481
+ "name": "consolidatingJobUuid",
131482
+ "type": {
131483
+ "kind": "SCALAR",
131484
+ "name": "UUID",
131485
+ "ofType": null
131486
+ }
131487
+ },
131488
+ {
131489
+ "args": [],
131490
+ "deprecationReason": null,
131491
+ "description": "When the job was scheduled to run",
131492
+ "isDeprecated": false,
131493
+ "name": "scheduledTimestamp",
131494
+ "type": {
131495
+ "kind": "SCALAR",
131496
+ "name": "DateTime",
131497
+ "ofType": null
131498
+ }
131499
+ },
131500
+ {
131501
+ "args": [],
131502
+ "deprecationReason": null,
131503
+ "description": "MCON of the table associated with this execution",
131504
+ "isDeprecated": false,
131505
+ "name": "tableMcon",
131506
+ "type": {
131507
+ "kind": "SCALAR",
131508
+ "name": "String",
131509
+ "ofType": null
131510
+ }
131511
+ },
131512
+ {
131513
+ "args": [],
131514
+ "deprecationReason": null,
131515
+ "description": "Full table ID (project:dataset.table) for this execution",
131516
+ "isDeprecated": false,
131517
+ "name": "tableId",
131518
+ "type": {
131519
+ "kind": "SCALAR",
131520
+ "name": "String",
131521
+ "ofType": null
131522
+ }
131523
+ }
131524
+ ],
131525
+ "inputFields": null,
131526
+ "interfaces": [],
131527
+ "kind": "OBJECT",
131528
+ "name": "BulkMonitorJobExecutionLog",
131529
+ "possibleTypes": null
131530
+ },
130728
131531
  {
130729
131532
  "description": "Coverage information for a table monitor",
130730
131533
  "enumValues": null,
@@ -132480,6 +133283,24 @@
132480
133283
  "isDeprecated": false,
132481
133284
  "name": "STATS"
132482
133285
  },
133286
+ {
133287
+ "deprecationReason": null,
133288
+ "description": "Agent Metric",
133289
+ "isDeprecated": false,
133290
+ "name": "AGENT_METRIC"
133291
+ },
133292
+ {
133293
+ "deprecationReason": null,
133294
+ "description": "Agent Evaluation",
133295
+ "isDeprecated": false,
133296
+ "name": "AGENT_EVALUATION"
133297
+ },
133298
+ {
133299
+ "deprecationReason": null,
133300
+ "description": "Agent Trajectory",
133301
+ "isDeprecated": false,
133302
+ "name": "AGENT_TRAJECTORY"
133303
+ },
132483
133304
  {
132484
133305
  "deprecationReason": null,
132485
133306
  "description": "Agent",
@@ -133788,6 +134609,24 @@
133788
134609
  "isDeprecated": false,
133789
134610
  "name": "STATS"
133790
134611
  },
134612
+ {
134613
+ "deprecationReason": null,
134614
+ "description": "Agent Metric",
134615
+ "isDeprecated": false,
134616
+ "name": "AGENT_METRIC"
134617
+ },
134618
+ {
134619
+ "deprecationReason": null,
134620
+ "description": "Agent Evaluation",
134621
+ "isDeprecated": false,
134622
+ "name": "AGENT_EVALUATION"
134623
+ },
134624
+ {
134625
+ "deprecationReason": null,
134626
+ "description": "Agent Trajectory",
134627
+ "isDeprecated": false,
134628
+ "name": "AGENT_TRAJECTORY"
134629
+ },
133791
134630
  {
133792
134631
  "deprecationReason": null,
133793
134632
  "description": "Agent",
@@ -139547,6 +140386,42 @@
139547
140386
  "ofType": null
139548
140387
  }
139549
140388
  },
140389
+ {
140390
+ "args": [],
140391
+ "deprecationReason": null,
140392
+ "description": null,
140393
+ "isDeprecated": false,
140394
+ "name": "agentMetricAnomalies",
140395
+ "type": {
140396
+ "kind": "SCALAR",
140397
+ "name": "Int",
140398
+ "ofType": null
140399
+ }
140400
+ },
140401
+ {
140402
+ "args": [],
140403
+ "deprecationReason": null,
140404
+ "description": null,
140405
+ "isDeprecated": false,
140406
+ "name": "agentEvaluationAnomalies",
140407
+ "type": {
140408
+ "kind": "SCALAR",
140409
+ "name": "Int",
140410
+ "ofType": null
140411
+ }
140412
+ },
140413
+ {
140414
+ "args": [],
140415
+ "deprecationReason": null,
140416
+ "description": null,
140417
+ "isDeprecated": false,
140418
+ "name": "agentTrajectoryAnomalies",
140419
+ "type": {
140420
+ "kind": "SCALAR",
140421
+ "name": "Int",
140422
+ "ofType": null
140423
+ }
140424
+ },
139550
140425
  {
139551
140426
  "args": [],
139552
140427
  "deprecationReason": null,
@@ -139726,6 +140601,42 @@
139726
140601
  "ofType": null
139727
140602
  }
139728
140603
  },
140604
+ {
140605
+ "args": [],
140606
+ "deprecationReason": null,
140607
+ "description": null,
140608
+ "isDeprecated": false,
140609
+ "name": "agentMetricAnomalies",
140610
+ "type": {
140611
+ "kind": "SCALAR",
140612
+ "name": "Int",
140613
+ "ofType": null
140614
+ }
140615
+ },
140616
+ {
140617
+ "args": [],
140618
+ "deprecationReason": null,
140619
+ "description": null,
140620
+ "isDeprecated": false,
140621
+ "name": "agentEvaluationAnomalies",
140622
+ "type": {
140623
+ "kind": "SCALAR",
140624
+ "name": "Int",
140625
+ "ofType": null
140626
+ }
140627
+ },
140628
+ {
140629
+ "args": [],
140630
+ "deprecationReason": null,
140631
+ "description": null,
140632
+ "isDeprecated": false,
140633
+ "name": "agentTrajectoryAnomalies",
140634
+ "type": {
140635
+ "kind": "SCALAR",
140636
+ "name": "Int",
140637
+ "ofType": null
140638
+ }
140639
+ },
139729
140640
  {
139730
140641
  "args": [],
139731
140642
  "deprecationReason": null,
@@ -150348,6 +151259,16 @@
150348
151259
  "ofType": null
150349
151260
  }
150350
151261
  },
151262
+ {
151263
+ "defaultValue": null,
151264
+ "description": "UUID of the bulk monitor. Returns aggregated metrics for a given table.full_table_id is required when using bulk_monitor_id",
151265
+ "name": "bulkMonitorId",
151266
+ "type": {
151267
+ "kind": "SCALAR",
151268
+ "name": "UUID",
151269
+ "ofType": null
151270
+ }
151271
+ },
150351
151272
  {
150352
151273
  "defaultValue": null,
150353
151274
  "description": "MCON of the asset tracked by the metrics to be fetched",
@@ -156618,6 +157539,42 @@
156618
157539
  "ofType": null
156619
157540
  }
156620
157541
  },
157542
+ {
157543
+ "args": [],
157544
+ "deprecationReason": null,
157545
+ "description": "",
157546
+ "isDeprecated": false,
157547
+ "name": "originalTableId",
157548
+ "type": {
157549
+ "kind": "SCALAR",
157550
+ "name": "String",
157551
+ "ofType": null
157552
+ }
157553
+ },
157554
+ {
157555
+ "args": [],
157556
+ "deprecationReason": null,
157557
+ "description": "",
157558
+ "isDeprecated": false,
157559
+ "name": "originalProjectName",
157560
+ "type": {
157561
+ "kind": "SCALAR",
157562
+ "name": "String",
157563
+ "ofType": null
157564
+ }
157565
+ },
157566
+ {
157567
+ "args": [],
157568
+ "deprecationReason": null,
157569
+ "description": "",
157570
+ "isDeprecated": false,
157571
+ "name": "originalDataset",
157572
+ "type": {
157573
+ "kind": "SCALAR",
157574
+ "name": "String",
157575
+ "ofType": null
157576
+ }
157577
+ },
156621
157578
  {
156622
157579
  "args": [],
156623
157580
  "deprecationReason": null,
@@ -171431,7 +172388,7 @@
171431
172388
  "args": [
171432
172389
  {
171433
172390
  "defaultValue": null,
171434
- "description": "Limit notifications to specific incident types (default=all). Supported options include: anomalies, schema_changes, json_schema_changes, deleted_tables, metric_anomalies, agent_anomalies, metric_comparison_anomalies, custom_rule_anomalies, performance_anomalies, dbt_errors, etl_errors, pseudo_integration_test, rule_run_execution_error, merged",
172391
+ "description": "Limit notifications to specific incident types (default=all). Supported options include: anomalies, schema_changes, json_schema_changes, deleted_tables, metric_anomalies, agent_metric_anomalies, agent_evaluation_anomalies, agent_trajectory_anomalies, agent_anomalies, metric_comparison_anomalies, custom_rule_anomalies, performance_anomalies, dbt_errors, etl_errors, pseudo_integration_test, rule_run_execution_error, merged",
171435
172392
  "name": "anomalyTypes",
171436
172393
  "type": {
171437
172394
  "kind": "LIST",
@@ -171940,7 +172897,7 @@
171940
172897
  },
171941
172898
  {
171942
172899
  "defaultValue": null,
171943
- "description": "Limit notifications to specific incident types (default=all). Supported options include: anomalies, schema_changes, json_schema_changes, deleted_tables, metric_anomalies, agent_anomalies, metric_comparison_anomalies, custom_rule_anomalies, performance_anomalies, dbt_errors, etl_errors, pseudo_integration_test, rule_run_execution_error, merged",
172900
+ "description": "Limit notifications to specific incident types (default=all). Supported options include: anomalies, schema_changes, json_schema_changes, deleted_tables, metric_anomalies, agent_metric_anomalies, agent_evaluation_anomalies, agent_trajectory_anomalies, agent_anomalies, metric_comparison_anomalies, custom_rule_anomalies, performance_anomalies, dbt_errors, etl_errors, pseudo_integration_test, rule_run_execution_error, merged",
171944
172901
  "name": "anomalyTypes",
171945
172902
  "type": {
171946
172903
  "kind": "LIST",
@@ -180992,6 +181949,60 @@
180992
181949
  },
180993
181950
  {
180994
181951
  "args": [
181952
+ {
181953
+ "defaultValue": null,
181954
+ "description": "Filter by agent span fields (agent, workflow, task, span_name)",
181955
+ "name": "agentSpanFilters",
181956
+ "type": {
181957
+ "kind": "NON_NULL",
181958
+ "name": null,
181959
+ "ofType": {
181960
+ "kind": "LIST",
181961
+ "name": null,
181962
+ "ofType": {
181963
+ "kind": "NON_NULL",
181964
+ "name": null,
181965
+ "ofType": {
181966
+ "kind": "INPUT_OBJECT",
181967
+ "name": "AgentSpanFilterInput",
181968
+ "ofType": null
181969
+ }
181970
+ }
181971
+ }
181972
+ }
181973
+ },
181974
+ {
181975
+ "defaultValue": "\"HOUR\"",
181976
+ "description": "Aggregation time interval. When not using a hourly interval, the timecomponent of the event timestamp should be ignored.",
181977
+ "name": "aggregateBy",
181978
+ "type": {
181979
+ "kind": "ENUM",
181980
+ "name": "MonitorAggTimeInterval",
181981
+ "ofType": null
181982
+ }
181983
+ },
181984
+ {
181985
+ "defaultValue": null,
181986
+ "description": "Alert conditions.",
181987
+ "name": "alertConditions",
181988
+ "type": {
181989
+ "kind": "NON_NULL",
181990
+ "name": null,
181991
+ "ofType": {
181992
+ "kind": "LIST",
181993
+ "name": null,
181994
+ "ofType": {
181995
+ "kind": "NON_NULL",
181996
+ "name": null,
181997
+ "ofType": {
181998
+ "kind": "INPUT_OBJECT",
181999
+ "name": "MetricAlertConditionInput",
182000
+ "ofType": null
182001
+ }
182002
+ }
182003
+ }
182004
+ }
182005
+ },
180995
182006
  {
180996
182007
  "defaultValue": null,
180997
182008
  "description": "The monitor notification audiences",
@@ -181010,6 +182021,16 @@
181010
182021
  }
181011
182022
  }
181012
182023
  },
182024
+ {
182025
+ "defaultValue": "0",
182026
+ "description": "Collection lag in hours (for the provided timestamp)",
182027
+ "name": "collectionLagHours",
182028
+ "type": {
182029
+ "kind": "SCALAR",
182030
+ "name": "Int",
182031
+ "ofType": null
182032
+ }
182033
+ },
181013
182034
  {
181014
182035
  "defaultValue": null,
181015
182036
  "description": "Specify a connection (e.g. query-engine) to use",
@@ -181130,22 +182151,18 @@
181130
182151
  },
181131
182152
  {
181132
182153
  "defaultValue": null,
181133
- "description": "Field to monitor",
181134
- "name": "field",
182154
+ "description": "Structured SQL filtering conditions to apply to query",
182155
+ "name": "filters",
181135
182156
  "type": {
181136
- "kind": "NON_NULL",
181137
- "name": null,
181138
- "ofType": {
181139
- "kind": "SCALAR",
181140
- "name": "String",
181141
- "ofType": null
181142
- }
182157
+ "kind": "INPUT_OBJECT",
182158
+ "name": "FilterGroupInput",
182159
+ "ofType": null
181143
182160
  }
181144
182161
  },
181145
182162
  {
181146
182163
  "defaultValue": "false",
181147
- "description": "Make target a draft monitor.",
181148
- "name": "isDraft",
182164
+ "description": "Flag to apply additional limits which increase the supported segment count",
182165
+ "name": "highSegmentCount",
181149
182166
  "type": {
181150
182167
  "kind": "SCALAR",
181151
182168
  "name": "Boolean",
@@ -181164,21 +182181,661 @@
181164
182181
  },
181165
182182
  {
181166
182183
  "defaultValue": null,
181167
- "description": "DEPRECATED: Completely ignored. This field has no effect on anything. Use `failure_audiences` to determine who is notified when run failures occur.",
181168
- "name": "notifyRuleRunFailure",
182184
+ "description": "The default priority for alerts involving this monitor",
182185
+ "name": "priority",
181169
182186
  "type": {
181170
182187
  "kind": "SCALAR",
181171
- "name": "Boolean",
182188
+ "name": "String",
181172
182189
  "ofType": null
181173
182190
  }
181174
182191
  },
181175
182192
  {
181176
182193
  "defaultValue": null,
181177
- "description": "The default priority for alerts involving this monitor",
181178
- "name": "priority",
182194
+ "description": "Schedule of monitor",
182195
+ "name": "scheduleConfig",
182196
+ "type": {
182197
+ "kind": "NON_NULL",
182198
+ "name": null,
182199
+ "ofType": {
182200
+ "kind": "INPUT_OBJECT",
182201
+ "name": "ScheduleConfigInput",
182202
+ "ofType": null
182203
+ }
182204
+ }
182205
+ },
182206
+ {
182207
+ "defaultValue": null,
182208
+ "description": "Segment count when then monitor was created. Can be returned as the segment count for the monitor when no successful execution has yet occurred, and a fresh segment count is not available. This allows the UI to properly validate the monitor configuration and avoid creating monitors that will fail when they are created due too many metric combinations.",
182209
+ "name": "segmentCountHint",
181179
182210
  "type": {
181180
182211
  "kind": "SCALAR",
181181
- "name": "String",
182212
+ "name": "Int",
182213
+ "ofType": null
182214
+ }
182215
+ },
182216
+ {
182217
+ "defaultValue": null,
182218
+ "description": "Segments",
182219
+ "name": "segments",
182220
+ "type": {
182221
+ "kind": "LIST",
182222
+ "name": null,
182223
+ "ofType": {
182224
+ "kind": "NON_NULL",
182225
+ "name": null,
182226
+ "ofType": {
182227
+ "kind": "INPUT_OBJECT",
182228
+ "name": "FilterValueUnionInput",
182229
+ "ofType": null
182230
+ }
182231
+ }
182232
+ }
182233
+ },
182234
+ {
182235
+ "defaultValue": null,
182236
+ "description": "Sensitivity for automated thresholds.",
182237
+ "name": "sensitivity",
182238
+ "type": {
182239
+ "kind": "ENUM",
182240
+ "name": "SensitivityLevels",
182241
+ "ofType": null
182242
+ }
182243
+ },
182244
+ {
182245
+ "defaultValue": "false",
182246
+ "description": "Do not reset monitor if the update is a significant change that would normally cause the monitor to be reset. Learned model might not match the new monitor configuration and false positives might be detected for up to 35 days",
182247
+ "name": "skipReset",
182248
+ "type": {
182249
+ "kind": "SCALAR",
182250
+ "name": "Boolean",
182251
+ "ofType": null
182252
+ }
182253
+ },
182254
+ {
182255
+ "defaultValue": null,
182256
+ "description": "The monitor tags.",
182257
+ "name": "tags",
182258
+ "type": {
182259
+ "kind": "LIST",
182260
+ "name": null,
182261
+ "ofType": {
182262
+ "kind": "NON_NULL",
182263
+ "name": null,
182264
+ "ofType": {
182265
+ "kind": "INPUT_OBJECT",
182266
+ "name": "TagKeyValuePairInput",
182267
+ "ofType": null
182268
+ }
182269
+ }
182270
+ }
182271
+ },
182272
+ {
182273
+ "defaultValue": null,
182274
+ "description": "UUID of the monitor. If specified, it means the request is for update",
182275
+ "name": "uuid",
182276
+ "type": {
182277
+ "kind": "SCALAR",
182278
+ "name": "UUID",
182279
+ "ofType": null
182280
+ }
182281
+ }
182282
+ ],
182283
+ "deprecationReason": null,
182284
+ "description": "(experimental) Create or update an Agent Metric monitor",
182285
+ "isDeprecated": false,
182286
+ "name": "createOrUpdateAgentMetricMonitor",
182287
+ "type": {
182288
+ "kind": "OBJECT",
182289
+ "name": "CreateOrUpdateAgentMetricMonitor",
182290
+ "ofType": null
182291
+ }
182292
+ },
182293
+ {
182294
+ "args": [
182295
+ {
182296
+ "defaultValue": null,
182297
+ "description": "Filter by agent span fields (agent, workflow, task, span_name)",
182298
+ "name": "agentSpanFilters",
182299
+ "type": {
182300
+ "kind": "NON_NULL",
182301
+ "name": null,
182302
+ "ofType": {
182303
+ "kind": "LIST",
182304
+ "name": null,
182305
+ "ofType": {
182306
+ "kind": "NON_NULL",
182307
+ "name": null,
182308
+ "ofType": {
182309
+ "kind": "INPUT_OBJECT",
182310
+ "name": "AgentSpanFilterInput",
182311
+ "ofType": null
182312
+ }
182313
+ }
182314
+ }
182315
+ }
182316
+ },
182317
+ {
182318
+ "defaultValue": "\"HOUR\"",
182319
+ "description": "Aggregation time interval. When not using a hourly interval, the timecomponent of the event timestamp should be ignored.",
182320
+ "name": "aggregateBy",
182321
+ "type": {
182322
+ "kind": "ENUM",
182323
+ "name": "MonitorAggTimeInterval",
182324
+ "ofType": null
182325
+ }
182326
+ },
182327
+ {
182328
+ "defaultValue": null,
182329
+ "description": "Alert conditions.",
182330
+ "name": "alertConditions",
182331
+ "type": {
182332
+ "kind": "NON_NULL",
182333
+ "name": null,
182334
+ "ofType": {
182335
+ "kind": "LIST",
182336
+ "name": null,
182337
+ "ofType": {
182338
+ "kind": "NON_NULL",
182339
+ "name": null,
182340
+ "ofType": {
182341
+ "kind": "INPUT_OBJECT",
182342
+ "name": "MetricAlertConditionInput",
182343
+ "ofType": null
182344
+ }
182345
+ }
182346
+ }
182347
+ }
182348
+ },
182349
+ {
182350
+ "defaultValue": null,
182351
+ "description": "The monitor notification audiences",
182352
+ "name": "audiences",
182353
+ "type": {
182354
+ "kind": "LIST",
182355
+ "name": null,
182356
+ "ofType": {
182357
+ "kind": "NON_NULL",
182358
+ "name": null,
182359
+ "ofType": {
182360
+ "kind": "SCALAR",
182361
+ "name": "String",
182362
+ "ofType": null
182363
+ }
182364
+ }
182365
+ }
182366
+ },
182367
+ {
182368
+ "defaultValue": "0",
182369
+ "description": "Collection lag in hours (for the provided timestamp)",
182370
+ "name": "collectionLagHours",
182371
+ "type": {
182372
+ "kind": "SCALAR",
182373
+ "name": "Int",
182374
+ "ofType": null
182375
+ }
182376
+ },
182377
+ {
182378
+ "defaultValue": null,
182379
+ "description": "Specify a connection (e.g. query-engine) to use",
182380
+ "name": "connectionId",
182381
+ "type": {
182382
+ "kind": "SCALAR",
182383
+ "name": "UUID",
182384
+ "ofType": null
182385
+ }
182386
+ },
182387
+ {
182388
+ "defaultValue": null,
182389
+ "description": "Data quality dimension.",
182390
+ "name": "dataQualityDimension",
182391
+ "type": {
182392
+ "kind": "SCALAR",
182393
+ "name": "String",
182394
+ "ofType": null
182395
+ }
182396
+ },
182397
+ {
182398
+ "defaultValue": null,
182399
+ "description": null,
182400
+ "name": "dataSource",
182401
+ "type": {
182402
+ "kind": "NON_NULL",
182403
+ "name": null,
182404
+ "ofType": {
182405
+ "kind": "INPUT_OBJECT",
182406
+ "name": "DataSourceUnionInput",
182407
+ "ofType": null
182408
+ }
182409
+ }
182410
+ },
182411
+ {
182412
+ "defaultValue": null,
182413
+ "description": "Used as the name in the UI",
182414
+ "name": "description",
182415
+ "type": {
182416
+ "kind": "NON_NULL",
182417
+ "name": null,
182418
+ "ofType": {
182419
+ "kind": "SCALAR",
182420
+ "name": "String",
182421
+ "ofType": null
182422
+ }
182423
+ }
182424
+ },
182425
+ {
182426
+ "defaultValue": null,
182427
+ "description": "Please provide one and only one valid domain uuid.",
182428
+ "name": "domainUuids",
182429
+ "type": {
182430
+ "kind": "LIST",
182431
+ "name": null,
182432
+ "ofType": {
182433
+ "kind": "NON_NULL",
182434
+ "name": null,
182435
+ "ofType": {
182436
+ "kind": "SCALAR",
182437
+ "name": "UUID",
182438
+ "ofType": null
182439
+ }
182440
+ }
182441
+ }
182442
+ },
182443
+ {
182444
+ "defaultValue": "false",
182445
+ "description": "Dry run the monitor creation or update and return the MaC YAML and queries.",
182446
+ "name": "dryRun",
182447
+ "type": {
182448
+ "kind": "SCALAR",
182449
+ "name": "Boolean",
182450
+ "ofType": null
182451
+ }
182452
+ },
182453
+ {
182454
+ "defaultValue": null,
182455
+ "description": "Warehouse the monitor will be run on.",
182456
+ "name": "dwId",
182457
+ "type": {
182458
+ "kind": "NON_NULL",
182459
+ "name": null,
182460
+ "ofType": {
182461
+ "kind": "SCALAR",
182462
+ "name": "UUID",
182463
+ "ofType": null
182464
+ }
182465
+ }
182466
+ },
182467
+ {
182468
+ "defaultValue": "false",
182469
+ "description": "Return an error if the update is a significant change that would require a monitor reset.",
182470
+ "name": "failOnReset",
182471
+ "type": {
182472
+ "kind": "SCALAR",
182473
+ "name": "Boolean",
182474
+ "ofType": null
182475
+ }
182476
+ },
182477
+ {
182478
+ "defaultValue": null,
182479
+ "description": "The monitor notification audiences for failures",
182480
+ "name": "failureAudiences",
182481
+ "type": {
182482
+ "kind": "LIST",
182483
+ "name": null,
182484
+ "ofType": {
182485
+ "kind": "NON_NULL",
182486
+ "name": null,
182487
+ "ofType": {
182488
+ "kind": "SCALAR",
182489
+ "name": "String",
182490
+ "ofType": null
182491
+ }
182492
+ }
182493
+ }
182494
+ },
182495
+ {
182496
+ "defaultValue": null,
182497
+ "description": "Structured SQL filtering conditions to apply to query",
182498
+ "name": "filters",
182499
+ "type": {
182500
+ "kind": "INPUT_OBJECT",
182501
+ "name": "FilterGroupInput",
182502
+ "ofType": null
182503
+ }
182504
+ },
182505
+ {
182506
+ "defaultValue": "false",
182507
+ "description": "Flag to apply additional limits which increase the supported segment count",
182508
+ "name": "highSegmentCount",
182509
+ "type": {
182510
+ "kind": "SCALAR",
182511
+ "name": "Boolean",
182512
+ "ofType": null
182513
+ }
182514
+ },
182515
+ {
182516
+ "defaultValue": "\"\"",
182517
+ "description": "Additional context for the monitor",
182518
+ "name": "notes",
182519
+ "type": {
182520
+ "kind": "SCALAR",
182521
+ "name": "String",
182522
+ "ofType": null
182523
+ }
182524
+ },
182525
+ {
182526
+ "defaultValue": null,
182527
+ "description": "The default priority for alerts involving this monitor",
182528
+ "name": "priority",
182529
+ "type": {
182530
+ "kind": "SCALAR",
182531
+ "name": "String",
182532
+ "ofType": null
182533
+ }
182534
+ },
182535
+ {
182536
+ "defaultValue": null,
182537
+ "description": "Sampling configuration: either percentage or fixed count",
182538
+ "name": "samplingConfig",
182539
+ "type": {
182540
+ "kind": "NON_NULL",
182541
+ "name": null,
182542
+ "ofType": {
182543
+ "kind": "INPUT_OBJECT",
182544
+ "name": "MonitorSamplingConfigInput",
182545
+ "ofType": null
182546
+ }
182547
+ }
182548
+ },
182549
+ {
182550
+ "defaultValue": null,
182551
+ "description": "Schedule of monitor",
182552
+ "name": "scheduleConfig",
182553
+ "type": {
182554
+ "kind": "NON_NULL",
182555
+ "name": null,
182556
+ "ofType": {
182557
+ "kind": "INPUT_OBJECT",
182558
+ "name": "ScheduleConfigInput",
182559
+ "ofType": null
182560
+ }
182561
+ }
182562
+ },
182563
+ {
182564
+ "defaultValue": null,
182565
+ "description": "Segment count when then monitor was created. Can be returned as the segment count for the monitor when no successful execution has yet occurred, and a fresh segment count is not available. This allows the UI to properly validate the monitor configuration and avoid creating monitors that will fail when they are created due too many metric combinations.",
182566
+ "name": "segmentCountHint",
182567
+ "type": {
182568
+ "kind": "SCALAR",
182569
+ "name": "Int",
182570
+ "ofType": null
182571
+ }
182572
+ },
182573
+ {
182574
+ "defaultValue": null,
182575
+ "description": "Segments",
182576
+ "name": "segments",
182577
+ "type": {
182578
+ "kind": "LIST",
182579
+ "name": null,
182580
+ "ofType": {
182581
+ "kind": "NON_NULL",
182582
+ "name": null,
182583
+ "ofType": {
182584
+ "kind": "INPUT_OBJECT",
182585
+ "name": "FilterValueUnionInput",
182586
+ "ofType": null
182587
+ }
182588
+ }
182589
+ }
182590
+ },
182591
+ {
182592
+ "defaultValue": null,
182593
+ "description": "Sensitivity for automated thresholds.",
182594
+ "name": "sensitivity",
182595
+ "type": {
182596
+ "kind": "ENUM",
182597
+ "name": "SensitivityLevels",
182598
+ "ofType": null
182599
+ }
182600
+ },
182601
+ {
182602
+ "defaultValue": "false",
182603
+ "description": "Do not reset monitor if the update is a significant change that would normally cause the monitor to be reset. Learned model might not match the new monitor configuration and false positives might be detected for up to 35 days",
182604
+ "name": "skipReset",
182605
+ "type": {
182606
+ "kind": "SCALAR",
182607
+ "name": "Boolean",
182608
+ "ofType": null
182609
+ }
182610
+ },
182611
+ {
182612
+ "defaultValue": null,
182613
+ "description": "The monitor tags.",
182614
+ "name": "tags",
182615
+ "type": {
182616
+ "kind": "LIST",
182617
+ "name": null,
182618
+ "ofType": {
182619
+ "kind": "NON_NULL",
182620
+ "name": null,
182621
+ "ofType": {
182622
+ "kind": "INPUT_OBJECT",
182623
+ "name": "TagKeyValuePairInput",
182624
+ "ofType": null
182625
+ }
182626
+ }
182627
+ }
182628
+ },
182629
+ {
182630
+ "defaultValue": null,
182631
+ "description": "UUID of the monitor. If specified, it means the request is for update",
182632
+ "name": "uuid",
182633
+ "type": {
182634
+ "kind": "SCALAR",
182635
+ "name": "UUID",
182636
+ "ofType": null
182637
+ }
182638
+ }
182639
+ ],
182640
+ "deprecationReason": null,
182641
+ "description": "(experimental) Create or update an Agent Evaluation monitor",
182642
+ "isDeprecated": false,
182643
+ "name": "createOrUpdateAgentEvaluationMonitor",
182644
+ "type": {
182645
+ "kind": "OBJECT",
182646
+ "name": "CreateOrUpdateAgentEvaluationMonitor",
182647
+ "ofType": null
182648
+ }
182649
+ },
182650
+ {
182651
+ "args": [
182652
+ {
182653
+ "defaultValue": null,
182654
+ "description": "The monitor notification audiences",
182655
+ "name": "audiences",
182656
+ "type": {
182657
+ "kind": "LIST",
182658
+ "name": null,
182659
+ "ofType": {
182660
+ "kind": "NON_NULL",
182661
+ "name": null,
182662
+ "ofType": {
182663
+ "kind": "SCALAR",
182664
+ "name": "String",
182665
+ "ofType": null
182666
+ }
182667
+ }
182668
+ }
182669
+ },
182670
+ {
182671
+ "defaultValue": null,
182672
+ "description": "Specify a connection (e.g. query-engine) to use",
182673
+ "name": "connectionId",
182674
+ "type": {
182675
+ "kind": "SCALAR",
182676
+ "name": "UUID",
182677
+ "ofType": null
182678
+ }
182679
+ },
182680
+ {
182681
+ "defaultValue": null,
182682
+ "description": "Data quality dimension.",
182683
+ "name": "dataQualityDimension",
182684
+ "type": {
182685
+ "kind": "SCALAR",
182686
+ "name": "String",
182687
+ "ofType": null
182688
+ }
182689
+ },
182690
+ {
182691
+ "defaultValue": null,
182692
+ "description": null,
182693
+ "name": "dataSource",
182694
+ "type": {
182695
+ "kind": "NON_NULL",
182696
+ "name": null,
182697
+ "ofType": {
182698
+ "kind": "INPUT_OBJECT",
182699
+ "name": "DataSourceUnionInput",
182700
+ "ofType": null
182701
+ }
182702
+ }
182703
+ },
182704
+ {
182705
+ "defaultValue": null,
182706
+ "description": "Used as the name in the UI",
182707
+ "name": "description",
182708
+ "type": {
182709
+ "kind": "NON_NULL",
182710
+ "name": null,
182711
+ "ofType": {
182712
+ "kind": "SCALAR",
182713
+ "name": "String",
182714
+ "ofType": null
182715
+ }
182716
+ }
182717
+ },
182718
+ {
182719
+ "defaultValue": null,
182720
+ "description": "Please provide one and only one valid domain uuid.",
182721
+ "name": "domainUuids",
182722
+ "type": {
182723
+ "kind": "LIST",
182724
+ "name": null,
182725
+ "ofType": {
182726
+ "kind": "NON_NULL",
182727
+ "name": null,
182728
+ "ofType": {
182729
+ "kind": "SCALAR",
182730
+ "name": "UUID",
182731
+ "ofType": null
182732
+ }
182733
+ }
182734
+ }
182735
+ },
182736
+ {
182737
+ "defaultValue": "false",
182738
+ "description": "Dry run the monitor creation or update and return the MaC YAML and queries.",
182739
+ "name": "dryRun",
182740
+ "type": {
182741
+ "kind": "SCALAR",
182742
+ "name": "Boolean",
182743
+ "ofType": null
182744
+ }
182745
+ },
182746
+ {
182747
+ "defaultValue": null,
182748
+ "description": "Warehouse the monitor will be run on.",
182749
+ "name": "dwId",
182750
+ "type": {
182751
+ "kind": "NON_NULL",
182752
+ "name": null,
182753
+ "ofType": {
182754
+ "kind": "SCALAR",
182755
+ "name": "UUID",
182756
+ "ofType": null
182757
+ }
182758
+ }
182759
+ },
182760
+ {
182761
+ "defaultValue": "false",
182762
+ "description": "Return an error if the update is a significant change that would require a monitor reset.",
182763
+ "name": "failOnReset",
182764
+ "type": {
182765
+ "kind": "SCALAR",
182766
+ "name": "Boolean",
182767
+ "ofType": null
182768
+ }
182769
+ },
182770
+ {
182771
+ "defaultValue": null,
182772
+ "description": "The monitor notification audiences for failures",
182773
+ "name": "failureAudiences",
182774
+ "type": {
182775
+ "kind": "LIST",
182776
+ "name": null,
182777
+ "ofType": {
182778
+ "kind": "NON_NULL",
182779
+ "name": null,
182780
+ "ofType": {
182781
+ "kind": "SCALAR",
182782
+ "name": "String",
182783
+ "ofType": null
182784
+ }
182785
+ }
182786
+ }
182787
+ },
182788
+ {
182789
+ "defaultValue": null,
182790
+ "description": "Field to monitor",
182791
+ "name": "field",
182792
+ "type": {
182793
+ "kind": "NON_NULL",
182794
+ "name": null,
182795
+ "ofType": {
182796
+ "kind": "SCALAR",
182797
+ "name": "String",
182798
+ "ofType": null
182799
+ }
182800
+ }
182801
+ },
182802
+ {
182803
+ "defaultValue": "false",
182804
+ "description": "Make target a draft monitor.",
182805
+ "name": "isDraft",
182806
+ "type": {
182807
+ "kind": "SCALAR",
182808
+ "name": "Boolean",
182809
+ "ofType": null
182810
+ }
182811
+ },
182812
+ {
182813
+ "defaultValue": "\"\"",
182814
+ "description": "Additional context for the monitor",
182815
+ "name": "notes",
182816
+ "type": {
182817
+ "kind": "SCALAR",
182818
+ "name": "String",
182819
+ "ofType": null
182820
+ }
182821
+ },
182822
+ {
182823
+ "defaultValue": null,
182824
+ "description": "DEPRECATED: Completely ignored. This field has no effect on anything. Use `failure_audiences` to determine who is notified when run failures occur.",
182825
+ "name": "notifyRuleRunFailure",
182826
+ "type": {
182827
+ "kind": "SCALAR",
182828
+ "name": "Boolean",
182829
+ "ofType": null
182830
+ }
182831
+ },
182832
+ {
182833
+ "defaultValue": null,
182834
+ "description": "The default priority for alerts involving this monitor",
182835
+ "name": "priority",
182836
+ "type": {
182837
+ "kind": "SCALAR",
182838
+ "name": "String",
181182
182839
  "ofType": null
181183
182840
  }
181184
182841
  },
@@ -188597,6 +190254,16 @@
188597
190254
  },
188598
190255
  {
188599
190256
  "args": [
190257
+ {
190258
+ "defaultValue": null,
190259
+ "description": "Time aggregation for grouping data. Only valid when all tables share the same time field.",
190260
+ "name": "aggregate",
190261
+ "type": {
190262
+ "kind": "INPUT_OBJECT",
190263
+ "name": "AggregateInput",
190264
+ "ofType": null
190265
+ }
190266
+ },
188600
190267
  {
188601
190268
  "defaultValue": null,
188602
190269
  "description": "Alert conditions",
@@ -188647,6 +190314,26 @@
188647
190314
  }
188648
190315
  }
188649
190316
  },
190317
+ {
190318
+ "defaultValue": "0",
190319
+ "description": "Time to offset the collection time bucket by in hours. Should be a multiple of 24 if agg_time_interval is DAY. Defaults to 0 (no lag).",
190320
+ "name": "collectionLagHours",
190321
+ "type": {
190322
+ "kind": "SCALAR",
190323
+ "name": "Int",
190324
+ "ofType": null
190325
+ }
190326
+ },
190327
+ {
190328
+ "defaultValue": null,
190329
+ "description": "Data quality dimension to assign to the monitor.",
190330
+ "name": "dataQualityDimension",
190331
+ "type": {
190332
+ "kind": "SCALAR",
190333
+ "name": "String",
190334
+ "ofType": null
190335
+ }
190336
+ },
188650
190337
  {
188651
190338
  "defaultValue": null,
188652
190339
  "description": "Description of the monitor",
@@ -188695,16 +190382,6 @@
188695
190382
  }
188696
190383
  }
188697
190384
  },
188698
- {
188699
- "defaultValue": null,
188700
- "description": "Name of the monitor",
188701
- "name": "monitorName",
188702
- "type": {
188703
- "kind": "SCALAR",
188704
- "name": "String",
188705
- "ofType": null
188706
- }
188707
- },
188708
190385
  {
188709
190386
  "defaultValue": null,
188710
190387
  "description": "Type of bulk monitor",
@@ -188753,16 +190430,6 @@
188753
190430
  }
188754
190431
  }
188755
190432
  },
188756
- {
188757
- "defaultValue": null,
188758
- "description": "Maximum number of tables (default: 1000)",
188759
- "name": "tableLimit",
188760
- "type": {
188761
- "kind": "SCALAR",
188762
- "name": "Int",
188763
- "ofType": null
188764
- }
188765
- },
188766
190433
  {
188767
190434
  "defaultValue": null,
188768
190435
  "description": "Monitor tags",
@@ -203469,6 +205136,92 @@
203469
205136
  "name": "CreateOrUpdateAgentMonitor",
203470
205137
  "possibleTypes": null
203471
205138
  },
205139
+ {
205140
+ "description": "Create or update an Agent Metric monitor (no sampling_config, no transforms)",
205141
+ "enumValues": null,
205142
+ "fields": [
205143
+ {
205144
+ "args": [],
205145
+ "deprecationReason": null,
205146
+ "description": null,
205147
+ "isDeprecated": false,
205148
+ "name": "agentMonitor",
205149
+ "type": {
205150
+ "kind": "OBJECT",
205151
+ "name": "MetricMonitoring",
205152
+ "ofType": null
205153
+ }
205154
+ },
205155
+ {
205156
+ "args": [],
205157
+ "deprecationReason": null,
205158
+ "description": "SQL queries that will be run by the monitor on each execution.",
205159
+ "isDeprecated": false,
205160
+ "name": "queries",
205161
+ "type": {
205162
+ "kind": "LIST",
205163
+ "name": null,
205164
+ "ofType": {
205165
+ "kind": "NON_NULL",
205166
+ "name": null,
205167
+ "ofType": {
205168
+ "kind": "SCALAR",
205169
+ "name": "String",
205170
+ "ofType": null
205171
+ }
205172
+ }
205173
+ }
205174
+ }
205175
+ ],
205176
+ "inputFields": null,
205177
+ "interfaces": [],
205178
+ "kind": "OBJECT",
205179
+ "name": "CreateOrUpdateAgentMetricMonitor",
205180
+ "possibleTypes": null
205181
+ },
205182
+ {
205183
+ "description": "Create or update an Agent Evaluation monitor (with sampling_config and transforms).",
205184
+ "enumValues": null,
205185
+ "fields": [
205186
+ {
205187
+ "args": [],
205188
+ "deprecationReason": null,
205189
+ "description": null,
205190
+ "isDeprecated": false,
205191
+ "name": "agentMonitor",
205192
+ "type": {
205193
+ "kind": "OBJECT",
205194
+ "name": "MetricMonitoring",
205195
+ "ofType": null
205196
+ }
205197
+ },
205198
+ {
205199
+ "args": [],
205200
+ "deprecationReason": null,
205201
+ "description": "SQL queries that will be run by the monitor on each execution.",
205202
+ "isDeprecated": false,
205203
+ "name": "queries",
205204
+ "type": {
205205
+ "kind": "LIST",
205206
+ "name": null,
205207
+ "ofType": {
205208
+ "kind": "NON_NULL",
205209
+ "name": null,
205210
+ "ofType": {
205211
+ "kind": "SCALAR",
205212
+ "name": "String",
205213
+ "ofType": null
205214
+ }
205215
+ }
205216
+ }
205217
+ }
205218
+ ],
205219
+ "inputFields": null,
205220
+ "interfaces": [],
205221
+ "kind": "OBJECT",
205222
+ "name": "CreateOrUpdateAgentEvaluationMonitor",
205223
+ "possibleTypes": null
205224
+ },
203472
205225
  {
203473
205226
  "description": null,
203474
205227
  "enumValues": null,
@@ -214581,7 +216334,7 @@
214581
216334
  }
214582
216335
  ],
214583
216336
  "kind": "OBJECT",
214584
- "name": "WidgetOptionsScalar",
216337
+ "name": "WidgetOptionsSingleValue",
214585
216338
  "possibleTypes": null
214586
216339
  },
214587
216340
  {