pycarlo 0.12.64__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 +2069 -134
- pycarlo/lib/schema.py +875 -20
- {pycarlo-0.12.64.dist-info → pycarlo-0.12.80.dist-info}/METADATA +1 -1
- {pycarlo-0.12.64.dist-info → pycarlo-0.12.80.dist-info}/RECORD +7 -7
- {pycarlo-0.12.64.dist-info → pycarlo-0.12.80.dist-info}/WHEEL +1 -1
- {pycarlo-0.12.64.dist-info → pycarlo-0.12.80.dist-info}/LICENSE +0 -0
- {pycarlo-0.12.64.dist-info → pycarlo-0.12.80.dist-info}/top_level.txt +0 -0
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
|
{
|
|
@@ -24624,6 +24689,34 @@
|
|
|
24624
24689
|
"ofType": null
|
|
24625
24690
|
}
|
|
24626
24691
|
}
|
|
24692
|
+
},
|
|
24693
|
+
{
|
|
24694
|
+
"defaultValue": null,
|
|
24695
|
+
"description": null,
|
|
24696
|
+
"name": "tags",
|
|
24697
|
+
"type": {
|
|
24698
|
+
"kind": "LIST",
|
|
24699
|
+
"name": null,
|
|
24700
|
+
"ofType": {
|
|
24701
|
+
"kind": "INPUT_OBJECT",
|
|
24702
|
+
"name": "TagKeyValuePairInput",
|
|
24703
|
+
"ofType": null
|
|
24704
|
+
}
|
|
24705
|
+
}
|
|
24706
|
+
},
|
|
24707
|
+
{
|
|
24708
|
+
"defaultValue": null,
|
|
24709
|
+
"description": null,
|
|
24710
|
+
"name": "dataProductIds",
|
|
24711
|
+
"type": {
|
|
24712
|
+
"kind": "LIST",
|
|
24713
|
+
"name": null,
|
|
24714
|
+
"ofType": {
|
|
24715
|
+
"kind": "SCALAR",
|
|
24716
|
+
"name": "UUID",
|
|
24717
|
+
"ofType": null
|
|
24718
|
+
}
|
|
24719
|
+
}
|
|
24627
24720
|
}
|
|
24628
24721
|
],
|
|
24629
24722
|
"deprecationReason": null,
|
|
@@ -28060,6 +28153,36 @@
|
|
|
28060
28153
|
"ofType": null
|
|
28061
28154
|
}
|
|
28062
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
|
+
},
|
|
28063
28186
|
{
|
|
28064
28187
|
"defaultValue": null,
|
|
28065
28188
|
"description": null,
|
|
@@ -28853,6 +28976,36 @@
|
|
|
28853
28976
|
"ofType": null
|
|
28854
28977
|
}
|
|
28855
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
|
+
},
|
|
28856
29009
|
{
|
|
28857
29010
|
"defaultValue": null,
|
|
28858
29011
|
"description": null,
|
|
@@ -40286,6 +40439,18 @@
|
|
|
40286
40439
|
"ofType": null
|
|
40287
40440
|
}
|
|
40288
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
|
+
},
|
|
40289
40454
|
{
|
|
40290
40455
|
"args": [],
|
|
40291
40456
|
"deprecationReason": null,
|
|
@@ -43718,7 +43883,7 @@
|
|
|
43718
43883
|
{
|
|
43719
43884
|
"args": [],
|
|
43720
43885
|
"deprecationReason": "Please use the routingRules fields instead.",
|
|
43721
|
-
"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",
|
|
43722
43887
|
"isDeprecated": true,
|
|
43723
43888
|
"name": "anomalyTypes",
|
|
43724
43889
|
"type": {
|
|
@@ -45871,9 +46036,21 @@
|
|
|
45871
46036
|
},
|
|
45872
46037
|
{
|
|
45873
46038
|
"deprecationReason": null,
|
|
45874
|
-
"description": "Agent",
|
|
46039
|
+
"description": "Agent Metric",
|
|
45875
46040
|
"isDeprecated": false,
|
|
45876
|
-
"name": "
|
|
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"
|
|
45877
46054
|
},
|
|
45878
46055
|
{
|
|
45879
46056
|
"deprecationReason": null,
|
|
@@ -45881,6 +46058,18 @@
|
|
|
45881
46058
|
"isDeprecated": false,
|
|
45882
46059
|
"name": "BULK_MONITOR"
|
|
45883
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
|
+
},
|
|
45884
46073
|
{
|
|
45885
46074
|
"deprecationReason": null,
|
|
45886
46075
|
"description": "Dimension - legacy",
|
|
@@ -46481,6 +46670,18 @@
|
|
|
46481
46670
|
}
|
|
46482
46671
|
}
|
|
46483
46672
|
},
|
|
46673
|
+
{
|
|
46674
|
+
"args": [],
|
|
46675
|
+
"deprecationReason": null,
|
|
46676
|
+
"description": "User-defined monitor type category (RULE, MONITOR, TABLE_MONITOR, BULK_MONITOR)",
|
|
46677
|
+
"isDeprecated": false,
|
|
46678
|
+
"name": "udmType",
|
|
46679
|
+
"type": {
|
|
46680
|
+
"kind": "ENUM",
|
|
46681
|
+
"name": "UserDefinedMonitorType",
|
|
46682
|
+
"ofType": null
|
|
46683
|
+
}
|
|
46684
|
+
},
|
|
46484
46685
|
{
|
|
46485
46686
|
"args": [],
|
|
46486
46687
|
"deprecationReason": null,
|
|
@@ -47878,6 +48079,18 @@
|
|
|
47878
48079
|
}
|
|
47879
48080
|
}
|
|
47880
48081
|
},
|
|
48082
|
+
{
|
|
48083
|
+
"args": [],
|
|
48084
|
+
"deprecationReason": null,
|
|
48085
|
+
"description": "User-defined monitor type category (RULE, MONITOR, TABLE_MONITOR, BULK_MONITOR)",
|
|
48086
|
+
"isDeprecated": false,
|
|
48087
|
+
"name": "udmType",
|
|
48088
|
+
"type": {
|
|
48089
|
+
"kind": "ENUM",
|
|
48090
|
+
"name": "UserDefinedMonitorType",
|
|
48091
|
+
"ofType": null
|
|
48092
|
+
}
|
|
48093
|
+
},
|
|
47881
48094
|
{
|
|
47882
48095
|
"args": [],
|
|
47883
48096
|
"deprecationReason": null,
|
|
@@ -48595,6 +48808,41 @@
|
|
|
48595
48808
|
}
|
|
48596
48809
|
]
|
|
48597
48810
|
},
|
|
48811
|
+
{
|
|
48812
|
+
"description": null,
|
|
48813
|
+
"enumValues": [
|
|
48814
|
+
{
|
|
48815
|
+
"deprecationReason": null,
|
|
48816
|
+
"description": null,
|
|
48817
|
+
"isDeprecated": false,
|
|
48818
|
+
"name": "RULE"
|
|
48819
|
+
},
|
|
48820
|
+
{
|
|
48821
|
+
"deprecationReason": null,
|
|
48822
|
+
"description": null,
|
|
48823
|
+
"isDeprecated": false,
|
|
48824
|
+
"name": "MONITOR"
|
|
48825
|
+
},
|
|
48826
|
+
{
|
|
48827
|
+
"deprecationReason": null,
|
|
48828
|
+
"description": null,
|
|
48829
|
+
"isDeprecated": false,
|
|
48830
|
+
"name": "TABLE_MONITOR"
|
|
48831
|
+
},
|
|
48832
|
+
{
|
|
48833
|
+
"deprecationReason": null,
|
|
48834
|
+
"description": null,
|
|
48835
|
+
"isDeprecated": false,
|
|
48836
|
+
"name": "BULK_MONITOR"
|
|
48837
|
+
}
|
|
48838
|
+
],
|
|
48839
|
+
"fields": null,
|
|
48840
|
+
"inputFields": null,
|
|
48841
|
+
"interfaces": null,
|
|
48842
|
+
"kind": "ENUM",
|
|
48843
|
+
"name": "UserDefinedMonitorType",
|
|
48844
|
+
"possibleTypes": null
|
|
48845
|
+
},
|
|
48598
48846
|
{
|
|
48599
48847
|
"description": null,
|
|
48600
48848
|
"enumValues": null,
|
|
@@ -49922,6 +50170,42 @@
|
|
|
49922
50170
|
"ofType": null
|
|
49923
50171
|
}
|
|
49924
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
|
+
},
|
|
49925
50209
|
{
|
|
49926
50210
|
"args": [],
|
|
49927
50211
|
"deprecationReason": null,
|
|
@@ -52066,6 +52350,24 @@
|
|
|
52066
52350
|
"isDeprecated": false,
|
|
52067
52351
|
"name": "METRIC_COMPARISON"
|
|
52068
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
|
+
},
|
|
52069
52371
|
{
|
|
52070
52372
|
"deprecationReason": null,
|
|
52071
52373
|
"description": "Agent Anomaly",
|
|
@@ -52969,6 +53271,24 @@
|
|
|
52969
53271
|
"isDeprecated": false,
|
|
52970
53272
|
"name": "METRIC_COMPARISON_ANOM"
|
|
52971
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
|
+
},
|
|
52972
53292
|
{
|
|
52973
53293
|
"deprecationReason": null,
|
|
52974
53294
|
"description": "Agent Anomaly",
|
|
@@ -54205,6 +54525,24 @@
|
|
|
54205
54525
|
"isDeprecated": false,
|
|
54206
54526
|
"name": "METRIC_ANOMALIES"
|
|
54207
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
|
+
},
|
|
54208
54546
|
{
|
|
54209
54547
|
"deprecationReason": null,
|
|
54210
54548
|
"description": "Agent anomalies",
|
|
@@ -63455,6 +63793,18 @@
|
|
|
63455
63793
|
"ofType": null
|
|
63456
63794
|
}
|
|
63457
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
|
+
}
|
|
63458
63808
|
}
|
|
63459
63809
|
],
|
|
63460
63810
|
"inputFields": null,
|
|
@@ -64233,6 +64583,42 @@
|
|
|
64233
64583
|
"ofType": null
|
|
64234
64584
|
}
|
|
64235
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
|
+
},
|
|
64236
64622
|
{
|
|
64237
64623
|
"args": [],
|
|
64238
64624
|
"deprecationReason": null,
|
|
@@ -66170,6 +66556,24 @@
|
|
|
66170
66556
|
"isDeprecated": false,
|
|
66171
66557
|
"name": "METRIC_ANOMALIES"
|
|
66172
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
|
+
},
|
|
66173
66577
|
{
|
|
66174
66578
|
"deprecationReason": null,
|
|
66175
66579
|
"description": null,
|
|
@@ -66409,6 +66813,24 @@
|
|
|
66409
66813
|
"isDeprecated": false,
|
|
66410
66814
|
"name": "PERFORMANCE_ANOMALY"
|
|
66411
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
|
+
},
|
|
66412
66834
|
{
|
|
66413
66835
|
"deprecationReason": null,
|
|
66414
66836
|
"description": null,
|
|
@@ -66451,6 +66873,24 @@
|
|
|
66451
66873
|
"isDeprecated": false,
|
|
66452
66874
|
"name": "METRIC_ANOMALIES"
|
|
66453
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
|
+
},
|
|
66454
66894
|
{
|
|
66455
66895
|
"deprecationReason": null,
|
|
66456
66896
|
"description": null,
|
|
@@ -70435,6 +70875,22 @@
|
|
|
70435
70875
|
}
|
|
70436
70876
|
}
|
|
70437
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
|
+
},
|
|
70438
70894
|
{
|
|
70439
70895
|
"args": [],
|
|
70440
70896
|
"deprecationReason": null,
|
|
@@ -70548,6 +71004,30 @@
|
|
|
70548
71004
|
"ofType": null
|
|
70549
71005
|
}
|
|
70550
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
|
+
},
|
|
70551
71031
|
{
|
|
70552
71032
|
"args": [
|
|
70553
71033
|
{
|
|
@@ -70628,6 +71108,29 @@
|
|
|
70628
71108
|
"name": "DomainRestriction",
|
|
70629
71109
|
"possibleTypes": null
|
|
70630
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
|
+
},
|
|
70631
71134
|
{
|
|
70632
71135
|
"description": null,
|
|
70633
71136
|
"enumValues": null,
|
|
@@ -78053,6 +78556,18 @@
|
|
|
78053
78556
|
"ofType": null
|
|
78054
78557
|
}
|
|
78055
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
|
+
},
|
|
78056
78571
|
{
|
|
78057
78572
|
"args": [],
|
|
78058
78573
|
"deprecationReason": null,
|
|
@@ -78141,6 +78656,42 @@
|
|
|
78141
78656
|
}
|
|
78142
78657
|
}
|
|
78143
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
|
+
},
|
|
78144
78695
|
{
|
|
78145
78696
|
"args": [],
|
|
78146
78697
|
"deprecationReason": null,
|
|
@@ -78309,6 +78860,18 @@
|
|
|
78309
78860
|
}
|
|
78310
78861
|
}
|
|
78311
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
|
+
},
|
|
78312
78875
|
{
|
|
78313
78876
|
"args": [],
|
|
78314
78877
|
"deprecationReason": null,
|
|
@@ -78332,6 +78895,34 @@
|
|
|
78332
78895
|
"name": "Boolean",
|
|
78333
78896
|
"ofType": null
|
|
78334
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
|
+
}
|
|
78335
78926
|
}
|
|
78336
78927
|
],
|
|
78337
78928
|
"inputFields": null,
|
|
@@ -78699,6 +79290,41 @@
|
|
|
78699
79290
|
"name": "AssetFilterType",
|
|
78700
79291
|
"possibleTypes": null
|
|
78701
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
|
+
},
|
|
78702
79328
|
{
|
|
78703
79329
|
"description": null,
|
|
78704
79330
|
"enumValues": null,
|
|
@@ -79501,6 +80127,46 @@
|
|
|
79501
80127
|
"ofType": null
|
|
79502
80128
|
}
|
|
79503
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
|
+
},
|
|
79504
80170
|
{
|
|
79505
80171
|
"args": [],
|
|
79506
80172
|
"deprecationReason": null,
|
|
@@ -84130,41 +84796,6 @@
|
|
|
84130
84796
|
"name": "FieldHealthMetrics",
|
|
84131
84797
|
"possibleTypes": null
|
|
84132
84798
|
},
|
|
84133
|
-
{
|
|
84134
|
-
"description": null,
|
|
84135
|
-
"enumValues": [
|
|
84136
|
-
{
|
|
84137
|
-
"deprecationReason": null,
|
|
84138
|
-
"description": null,
|
|
84139
|
-
"isDeprecated": false,
|
|
84140
|
-
"name": "DAY"
|
|
84141
|
-
},
|
|
84142
|
-
{
|
|
84143
|
-
"deprecationReason": null,
|
|
84144
|
-
"description": null,
|
|
84145
|
-
"isDeprecated": false,
|
|
84146
|
-
"name": "HOUR"
|
|
84147
|
-
},
|
|
84148
|
-
{
|
|
84149
|
-
"deprecationReason": null,
|
|
84150
|
-
"description": null,
|
|
84151
|
-
"isDeprecated": false,
|
|
84152
|
-
"name": "WEEK"
|
|
84153
|
-
},
|
|
84154
|
-
{
|
|
84155
|
-
"deprecationReason": null,
|
|
84156
|
-
"description": null,
|
|
84157
|
-
"isDeprecated": false,
|
|
84158
|
-
"name": "MONTH"
|
|
84159
|
-
}
|
|
84160
|
-
],
|
|
84161
|
-
"fields": null,
|
|
84162
|
-
"inputFields": null,
|
|
84163
|
-
"interfaces": null,
|
|
84164
|
-
"kind": "ENUM",
|
|
84165
|
-
"name": "MonitorAggTimeInterval",
|
|
84166
|
-
"possibleTypes": null
|
|
84167
|
-
},
|
|
84168
84799
|
{
|
|
84169
84800
|
"description": null,
|
|
84170
84801
|
"enumValues": null,
|
|
@@ -85593,6 +86224,24 @@
|
|
|
85593
86224
|
"isDeprecated": false,
|
|
85594
86225
|
"name": "performance_anomaly"
|
|
85595
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
|
+
},
|
|
85596
86245
|
{
|
|
85597
86246
|
"deprecationReason": null,
|
|
85598
86247
|
"description": null,
|
|
@@ -90265,6 +90914,18 @@
|
|
|
90265
90914
|
"description": null,
|
|
90266
90915
|
"enumValues": null,
|
|
90267
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
|
+
},
|
|
90268
90929
|
{
|
|
90269
90930
|
"args": [],
|
|
90270
90931
|
"deprecationReason": null,
|
|
@@ -90324,6 +90985,18 @@
|
|
|
90324
90985
|
"name": "DateTime",
|
|
90325
90986
|
"ofType": null
|
|
90326
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
|
+
}
|
|
90327
91000
|
}
|
|
90328
91001
|
],
|
|
90329
91002
|
"inputFields": null,
|
|
@@ -94613,7 +95286,7 @@
|
|
|
94613
95286
|
"deprecationReason": null,
|
|
94614
95287
|
"description": null,
|
|
94615
95288
|
"isDeprecated": false,
|
|
94616
|
-
"name": "
|
|
95289
|
+
"name": "SINGLE_VALUE"
|
|
94617
95290
|
},
|
|
94618
95291
|
{
|
|
94619
95292
|
"deprecationReason": null,
|
|
@@ -94756,7 +95429,7 @@
|
|
|
94756
95429
|
},
|
|
94757
95430
|
{
|
|
94758
95431
|
"kind": "OBJECT",
|
|
94759
|
-
"name": "
|
|
95432
|
+
"name": "WidgetOptionsSingleValue",
|
|
94760
95433
|
"ofType": null
|
|
94761
95434
|
},
|
|
94762
95435
|
{
|
|
@@ -95447,6 +96120,18 @@
|
|
|
95447
96120
|
"isDeprecated": false,
|
|
95448
96121
|
"name": "MonitorsEdit"
|
|
95449
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
|
+
},
|
|
95450
96135
|
{
|
|
95451
96136
|
"deprecationReason": null,
|
|
95452
96137
|
"description": null,
|
|
@@ -95483,12 +96168,6 @@
|
|
|
95483
96168
|
"isDeprecated": false,
|
|
95484
96169
|
"name": "ProductsObservabilityAccess"
|
|
95485
96170
|
},
|
|
95486
|
-
{
|
|
95487
|
-
"deprecationReason": null,
|
|
95488
|
-
"description": null,
|
|
95489
|
-
"isDeprecated": false,
|
|
95490
|
-
"name": "ProductsSamplingAccess"
|
|
95491
|
-
},
|
|
95492
96171
|
{
|
|
95493
96172
|
"deprecationReason": null,
|
|
95494
96173
|
"description": null,
|
|
@@ -115793,6 +116472,22 @@
|
|
|
115793
116472
|
}
|
|
115794
116473
|
}
|
|
115795
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
|
+
}
|
|
115796
116491
|
}
|
|
115797
116492
|
],
|
|
115798
116493
|
"inputFields": null,
|
|
@@ -116036,6 +116731,16 @@
|
|
|
116036
116731
|
}
|
|
116037
116732
|
}
|
|
116038
116733
|
}
|
|
116734
|
+
},
|
|
116735
|
+
{
|
|
116736
|
+
"defaultValue": "true",
|
|
116737
|
+
"description": null,
|
|
116738
|
+
"name": "createIncidents",
|
|
116739
|
+
"type": {
|
|
116740
|
+
"kind": "SCALAR",
|
|
116741
|
+
"name": "Boolean",
|
|
116742
|
+
"ofType": null
|
|
116743
|
+
}
|
|
116039
116744
|
}
|
|
116040
116745
|
],
|
|
116041
116746
|
"interfaces": null,
|
|
@@ -124117,6 +124822,12 @@
|
|
|
124117
124822
|
"isDeprecated": false,
|
|
124118
124823
|
"name": "DECLARED_INCIDENTS_BY_SEVERITY_AND_TYPE_COUNTS"
|
|
124119
124824
|
},
|
|
124825
|
+
{
|
|
124826
|
+
"deprecationReason": null,
|
|
124827
|
+
"description": null,
|
|
124828
|
+
"isDeprecated": false,
|
|
124829
|
+
"name": "DECLARED_INCIDENTS_BY_DOMAIN_COUNT"
|
|
124830
|
+
},
|
|
124120
124831
|
{
|
|
124121
124832
|
"deprecationReason": null,
|
|
124122
124833
|
"description": null,
|
|
@@ -124128,6 +124839,18 @@
|
|
|
124128
124839
|
"description": null,
|
|
124129
124840
|
"isDeprecated": false,
|
|
124130
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"
|
|
124131
124854
|
}
|
|
124132
124855
|
],
|
|
124133
124856
|
"fields": null,
|
|
@@ -130314,18 +131037,6 @@
|
|
|
130314
131037
|
}
|
|
130315
131038
|
}
|
|
130316
131039
|
}
|
|
130317
|
-
},
|
|
130318
|
-
{
|
|
130319
|
-
"args": [],
|
|
130320
|
-
"deprecationReason": null,
|
|
130321
|
-
"description": null,
|
|
130322
|
-
"isDeprecated": false,
|
|
130323
|
-
"name": "query",
|
|
130324
|
-
"type": {
|
|
130325
|
-
"kind": "SCALAR",
|
|
130326
|
-
"name": "String",
|
|
130327
|
-
"ofType": null
|
|
130328
|
-
}
|
|
130329
131040
|
}
|
|
130330
131041
|
],
|
|
130331
131042
|
"inputFields": null,
|
|
@@ -130638,6 +131349,185 @@
|
|
|
130638
131349
|
"name": "JobExecutionHistoryLogEdge",
|
|
130639
131350
|
"possibleTypes": null
|
|
130640
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
|
+
},
|
|
130641
131531
|
{
|
|
130642
131532
|
"description": "Coverage information for a table monitor",
|
|
130643
131533
|
"enumValues": null,
|
|
@@ -132393,6 +133283,24 @@
|
|
|
132393
133283
|
"isDeprecated": false,
|
|
132394
133284
|
"name": "STATS"
|
|
132395
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
|
+
},
|
|
132396
133304
|
{
|
|
132397
133305
|
"deprecationReason": null,
|
|
132398
133306
|
"description": "Agent",
|
|
@@ -133701,6 +134609,24 @@
|
|
|
133701
134609
|
"isDeprecated": false,
|
|
133702
134610
|
"name": "STATS"
|
|
133703
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
|
+
},
|
|
133704
134630
|
{
|
|
133705
134631
|
"deprecationReason": null,
|
|
133706
134632
|
"description": "Agent",
|
|
@@ -139460,6 +140386,42 @@
|
|
|
139460
140386
|
"ofType": null
|
|
139461
140387
|
}
|
|
139462
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
|
+
},
|
|
139463
140425
|
{
|
|
139464
140426
|
"args": [],
|
|
139465
140427
|
"deprecationReason": null,
|
|
@@ -139639,6 +140601,42 @@
|
|
|
139639
140601
|
"ofType": null
|
|
139640
140602
|
}
|
|
139641
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
|
+
},
|
|
139642
140640
|
{
|
|
139643
140641
|
"args": [],
|
|
139644
140642
|
"deprecationReason": null,
|
|
@@ -150261,6 +151259,16 @@
|
|
|
150261
151259
|
"ofType": null
|
|
150262
151260
|
}
|
|
150263
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
|
+
},
|
|
150264
151272
|
{
|
|
150265
151273
|
"defaultValue": null,
|
|
150266
151274
|
"description": "MCON of the asset tracked by the metrics to be fetched",
|
|
@@ -156531,6 +157539,42 @@
|
|
|
156531
157539
|
"ofType": null
|
|
156532
157540
|
}
|
|
156533
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
|
+
},
|
|
156534
157578
|
{
|
|
156535
157579
|
"args": [],
|
|
156536
157580
|
"deprecationReason": null,
|
|
@@ -171344,7 +172388,7 @@
|
|
|
171344
172388
|
"args": [
|
|
171345
172389
|
{
|
|
171346
172390
|
"defaultValue": null,
|
|
171347
|
-
"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",
|
|
171348
172392
|
"name": "anomalyTypes",
|
|
171349
172393
|
"type": {
|
|
171350
172394
|
"kind": "LIST",
|
|
@@ -171853,7 +172897,7 @@
|
|
|
171853
172897
|
},
|
|
171854
172898
|
{
|
|
171855
172899
|
"defaultValue": null,
|
|
171856
|
-
"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",
|
|
171857
172901
|
"name": "anomalyTypes",
|
|
171858
172902
|
"type": {
|
|
171859
172903
|
"kind": "LIST",
|
|
@@ -180366,19 +181410,759 @@
|
|
|
180366
181410
|
}
|
|
180367
181411
|
},
|
|
180368
181412
|
{
|
|
180369
|
-
"defaultValue": "false",
|
|
180370
|
-
"description": "Flag to apply additional limits which increase the supported segment count",
|
|
180371
|
-
"name": "highSegmentCount",
|
|
181413
|
+
"defaultValue": "false",
|
|
181414
|
+
"description": "Flag to apply additional limits which increase the supported segment count",
|
|
181415
|
+
"name": "highSegmentCount",
|
|
181416
|
+
"type": {
|
|
181417
|
+
"kind": "SCALAR",
|
|
181418
|
+
"name": "Boolean",
|
|
181419
|
+
"ofType": null
|
|
181420
|
+
}
|
|
181421
|
+
},
|
|
181422
|
+
{
|
|
181423
|
+
"defaultValue": "false",
|
|
181424
|
+
"description": "Make target a draft monitor.",
|
|
181425
|
+
"name": "isDraft",
|
|
181426
|
+
"type": {
|
|
181427
|
+
"kind": "SCALAR",
|
|
181428
|
+
"name": "Boolean",
|
|
181429
|
+
"ofType": null
|
|
181430
|
+
}
|
|
181431
|
+
},
|
|
181432
|
+
{
|
|
181433
|
+
"defaultValue": "\"\"",
|
|
181434
|
+
"description": "Additional context for the monitor",
|
|
181435
|
+
"name": "notes",
|
|
181436
|
+
"type": {
|
|
181437
|
+
"kind": "SCALAR",
|
|
181438
|
+
"name": "String",
|
|
181439
|
+
"ofType": null
|
|
181440
|
+
}
|
|
181441
|
+
},
|
|
181442
|
+
{
|
|
181443
|
+
"defaultValue": null,
|
|
181444
|
+
"description": "DEPRECATED: Completely ignored. This field has no effect on anything. Use `failure_audiences` to determine who is notified when run failures occur.",
|
|
181445
|
+
"name": "notifyRuleRunFailure",
|
|
181446
|
+
"type": {
|
|
181447
|
+
"kind": "SCALAR",
|
|
181448
|
+
"name": "Boolean",
|
|
181449
|
+
"ofType": null
|
|
181450
|
+
}
|
|
181451
|
+
},
|
|
181452
|
+
{
|
|
181453
|
+
"defaultValue": null,
|
|
181454
|
+
"description": "The default priority for alerts involving this monitor",
|
|
181455
|
+
"name": "priority",
|
|
181456
|
+
"type": {
|
|
181457
|
+
"kind": "SCALAR",
|
|
181458
|
+
"name": "String",
|
|
181459
|
+
"ofType": null
|
|
181460
|
+
}
|
|
181461
|
+
},
|
|
181462
|
+
{
|
|
181463
|
+
"defaultValue": null,
|
|
181464
|
+
"description": "Schedule of monitor",
|
|
181465
|
+
"name": "scheduleConfig",
|
|
181466
|
+
"type": {
|
|
181467
|
+
"kind": "NON_NULL",
|
|
181468
|
+
"name": null,
|
|
181469
|
+
"ofType": {
|
|
181470
|
+
"kind": "INPUT_OBJECT",
|
|
181471
|
+
"name": "ScheduleConfigInput",
|
|
181472
|
+
"ofType": null
|
|
181473
|
+
}
|
|
181474
|
+
}
|
|
181475
|
+
},
|
|
181476
|
+
{
|
|
181477
|
+
"defaultValue": null,
|
|
181478
|
+
"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.",
|
|
181479
|
+
"name": "segmentCountHint",
|
|
181480
|
+
"type": {
|
|
181481
|
+
"kind": "SCALAR",
|
|
181482
|
+
"name": "Int",
|
|
181483
|
+
"ofType": null
|
|
181484
|
+
}
|
|
181485
|
+
},
|
|
181486
|
+
{
|
|
181487
|
+
"defaultValue": null,
|
|
181488
|
+
"description": "Segments",
|
|
181489
|
+
"name": "segments",
|
|
181490
|
+
"type": {
|
|
181491
|
+
"kind": "LIST",
|
|
181492
|
+
"name": null,
|
|
181493
|
+
"ofType": {
|
|
181494
|
+
"kind": "NON_NULL",
|
|
181495
|
+
"name": null,
|
|
181496
|
+
"ofType": {
|
|
181497
|
+
"kind": "INPUT_OBJECT",
|
|
181498
|
+
"name": "FilterValueUnionInput",
|
|
181499
|
+
"ofType": null
|
|
181500
|
+
}
|
|
181501
|
+
}
|
|
181502
|
+
}
|
|
181503
|
+
},
|
|
181504
|
+
{
|
|
181505
|
+
"defaultValue": null,
|
|
181506
|
+
"description": "Sensitivity for automated thresholds.",
|
|
181507
|
+
"name": "sensitivity",
|
|
181508
|
+
"type": {
|
|
181509
|
+
"kind": "ENUM",
|
|
181510
|
+
"name": "SensitivityLevels",
|
|
181511
|
+
"ofType": null
|
|
181512
|
+
}
|
|
181513
|
+
},
|
|
181514
|
+
{
|
|
181515
|
+
"defaultValue": "false",
|
|
181516
|
+
"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",
|
|
181517
|
+
"name": "skipReset",
|
|
181518
|
+
"type": {
|
|
181519
|
+
"kind": "SCALAR",
|
|
181520
|
+
"name": "Boolean",
|
|
181521
|
+
"ofType": null
|
|
181522
|
+
}
|
|
181523
|
+
},
|
|
181524
|
+
{
|
|
181525
|
+
"defaultValue": null,
|
|
181526
|
+
"description": "The monitor tags.",
|
|
181527
|
+
"name": "tags",
|
|
181528
|
+
"type": {
|
|
181529
|
+
"kind": "LIST",
|
|
181530
|
+
"name": null,
|
|
181531
|
+
"ofType": {
|
|
181532
|
+
"kind": "NON_NULL",
|
|
181533
|
+
"name": null,
|
|
181534
|
+
"ofType": {
|
|
181535
|
+
"kind": "INPUT_OBJECT",
|
|
181536
|
+
"name": "TagKeyValuePairInput",
|
|
181537
|
+
"ofType": null
|
|
181538
|
+
}
|
|
181539
|
+
}
|
|
181540
|
+
}
|
|
181541
|
+
},
|
|
181542
|
+
{
|
|
181543
|
+
"defaultValue": null,
|
|
181544
|
+
"description": "Timeout for the SQL query",
|
|
181545
|
+
"name": "timeout",
|
|
181546
|
+
"type": {
|
|
181547
|
+
"kind": "SCALAR",
|
|
181548
|
+
"name": "Int",
|
|
181549
|
+
"ofType": null
|
|
181550
|
+
}
|
|
181551
|
+
},
|
|
181552
|
+
{
|
|
181553
|
+
"defaultValue": "false",
|
|
181554
|
+
"description": "Whether to use automatic partition filter in query",
|
|
181555
|
+
"name": "usePartitionClause",
|
|
181556
|
+
"type": {
|
|
181557
|
+
"kind": "SCALAR",
|
|
181558
|
+
"name": "Boolean",
|
|
181559
|
+
"ofType": null
|
|
181560
|
+
}
|
|
181561
|
+
},
|
|
181562
|
+
{
|
|
181563
|
+
"defaultValue": null,
|
|
181564
|
+
"description": "UUID of the monitor. If specified, it means the request is for update",
|
|
181565
|
+
"name": "uuid",
|
|
181566
|
+
"type": {
|
|
181567
|
+
"kind": "SCALAR",
|
|
181568
|
+
"name": "UUID",
|
|
181569
|
+
"ofType": null
|
|
181570
|
+
}
|
|
181571
|
+
},
|
|
181572
|
+
{
|
|
181573
|
+
"defaultValue": null,
|
|
181574
|
+
"description": "SQL WHERE condition to apply to query",
|
|
181575
|
+
"name": "whereCondition",
|
|
181576
|
+
"type": {
|
|
181577
|
+
"kind": "SCALAR",
|
|
181578
|
+
"name": "String",
|
|
181579
|
+
"ofType": null
|
|
181580
|
+
}
|
|
181581
|
+
}
|
|
181582
|
+
],
|
|
181583
|
+
"deprecationReason": null,
|
|
181584
|
+
"description": "(experimental) Create or update a Metric monitor",
|
|
181585
|
+
"isDeprecated": false,
|
|
181586
|
+
"name": "createOrUpdateMetricMonitor",
|
|
181587
|
+
"type": {
|
|
181588
|
+
"kind": "OBJECT",
|
|
181589
|
+
"name": "CreateOrUpdateMetricMonitor",
|
|
181590
|
+
"ofType": null
|
|
181591
|
+
}
|
|
181592
|
+
},
|
|
181593
|
+
{
|
|
181594
|
+
"args": [
|
|
181595
|
+
{
|
|
181596
|
+
"defaultValue": null,
|
|
181597
|
+
"description": "Filter by agent span fields (agent, workflow, task, span_name)",
|
|
181598
|
+
"name": "agentSpanFilters",
|
|
181599
|
+
"type": {
|
|
181600
|
+
"kind": "NON_NULL",
|
|
181601
|
+
"name": null,
|
|
181602
|
+
"ofType": {
|
|
181603
|
+
"kind": "LIST",
|
|
181604
|
+
"name": null,
|
|
181605
|
+
"ofType": {
|
|
181606
|
+
"kind": "NON_NULL",
|
|
181607
|
+
"name": null,
|
|
181608
|
+
"ofType": {
|
|
181609
|
+
"kind": "INPUT_OBJECT",
|
|
181610
|
+
"name": "AgentSpanFilterInput",
|
|
181611
|
+
"ofType": null
|
|
181612
|
+
}
|
|
181613
|
+
}
|
|
181614
|
+
}
|
|
181615
|
+
}
|
|
181616
|
+
},
|
|
181617
|
+
{
|
|
181618
|
+
"defaultValue": "\"HOUR\"",
|
|
181619
|
+
"description": "Aggregation time interval. When not using a hourly interval, the timecomponent of the event timestamp should be ignored.",
|
|
181620
|
+
"name": "aggregateBy",
|
|
181621
|
+
"type": {
|
|
181622
|
+
"kind": "ENUM",
|
|
181623
|
+
"name": "MonitorAggTimeInterval",
|
|
181624
|
+
"ofType": null
|
|
181625
|
+
}
|
|
181626
|
+
},
|
|
181627
|
+
{
|
|
181628
|
+
"defaultValue": null,
|
|
181629
|
+
"description": "Alert conditions.",
|
|
181630
|
+
"name": "alertConditions",
|
|
181631
|
+
"type": {
|
|
181632
|
+
"kind": "NON_NULL",
|
|
181633
|
+
"name": null,
|
|
181634
|
+
"ofType": {
|
|
181635
|
+
"kind": "LIST",
|
|
181636
|
+
"name": null,
|
|
181637
|
+
"ofType": {
|
|
181638
|
+
"kind": "NON_NULL",
|
|
181639
|
+
"name": null,
|
|
181640
|
+
"ofType": {
|
|
181641
|
+
"kind": "INPUT_OBJECT",
|
|
181642
|
+
"name": "MetricAlertConditionInput",
|
|
181643
|
+
"ofType": null
|
|
181644
|
+
}
|
|
181645
|
+
}
|
|
181646
|
+
}
|
|
181647
|
+
}
|
|
181648
|
+
},
|
|
181649
|
+
{
|
|
181650
|
+
"defaultValue": null,
|
|
181651
|
+
"description": "The monitor notification audiences",
|
|
181652
|
+
"name": "audiences",
|
|
181653
|
+
"type": {
|
|
181654
|
+
"kind": "LIST",
|
|
181655
|
+
"name": null,
|
|
181656
|
+
"ofType": {
|
|
181657
|
+
"kind": "NON_NULL",
|
|
181658
|
+
"name": null,
|
|
181659
|
+
"ofType": {
|
|
181660
|
+
"kind": "SCALAR",
|
|
181661
|
+
"name": "String",
|
|
181662
|
+
"ofType": null
|
|
181663
|
+
}
|
|
181664
|
+
}
|
|
181665
|
+
}
|
|
181666
|
+
},
|
|
181667
|
+
{
|
|
181668
|
+
"defaultValue": "0",
|
|
181669
|
+
"description": "Collection lag in hours (for the provided timestamp)",
|
|
181670
|
+
"name": "collectionLagHours",
|
|
181671
|
+
"type": {
|
|
181672
|
+
"kind": "SCALAR",
|
|
181673
|
+
"name": "Int",
|
|
181674
|
+
"ofType": null
|
|
181675
|
+
}
|
|
181676
|
+
},
|
|
181677
|
+
{
|
|
181678
|
+
"defaultValue": null,
|
|
181679
|
+
"description": "Specify a connection (e.g. query-engine) to use",
|
|
181680
|
+
"name": "connectionId",
|
|
181681
|
+
"type": {
|
|
181682
|
+
"kind": "SCALAR",
|
|
181683
|
+
"name": "UUID",
|
|
181684
|
+
"ofType": null
|
|
181685
|
+
}
|
|
181686
|
+
},
|
|
181687
|
+
{
|
|
181688
|
+
"defaultValue": null,
|
|
181689
|
+
"description": "Data quality dimension.",
|
|
181690
|
+
"name": "dataQualityDimension",
|
|
181691
|
+
"type": {
|
|
181692
|
+
"kind": "SCALAR",
|
|
181693
|
+
"name": "String",
|
|
181694
|
+
"ofType": null
|
|
181695
|
+
}
|
|
181696
|
+
},
|
|
181697
|
+
{
|
|
181698
|
+
"defaultValue": null,
|
|
181699
|
+
"description": null,
|
|
181700
|
+
"name": "dataSource",
|
|
181701
|
+
"type": {
|
|
181702
|
+
"kind": "NON_NULL",
|
|
181703
|
+
"name": null,
|
|
181704
|
+
"ofType": {
|
|
181705
|
+
"kind": "INPUT_OBJECT",
|
|
181706
|
+
"name": "DataSourceUnionInput",
|
|
181707
|
+
"ofType": null
|
|
181708
|
+
}
|
|
181709
|
+
}
|
|
181710
|
+
},
|
|
181711
|
+
{
|
|
181712
|
+
"defaultValue": null,
|
|
181713
|
+
"description": "Used as the name in the UI",
|
|
181714
|
+
"name": "description",
|
|
181715
|
+
"type": {
|
|
181716
|
+
"kind": "NON_NULL",
|
|
181717
|
+
"name": null,
|
|
181718
|
+
"ofType": {
|
|
181719
|
+
"kind": "SCALAR",
|
|
181720
|
+
"name": "String",
|
|
181721
|
+
"ofType": null
|
|
181722
|
+
}
|
|
181723
|
+
}
|
|
181724
|
+
},
|
|
181725
|
+
{
|
|
181726
|
+
"defaultValue": null,
|
|
181727
|
+
"description": "Please provide one and only one valid domain uuid.",
|
|
181728
|
+
"name": "domainUuids",
|
|
181729
|
+
"type": {
|
|
181730
|
+
"kind": "LIST",
|
|
181731
|
+
"name": null,
|
|
181732
|
+
"ofType": {
|
|
181733
|
+
"kind": "NON_NULL",
|
|
181734
|
+
"name": null,
|
|
181735
|
+
"ofType": {
|
|
181736
|
+
"kind": "SCALAR",
|
|
181737
|
+
"name": "UUID",
|
|
181738
|
+
"ofType": null
|
|
181739
|
+
}
|
|
181740
|
+
}
|
|
181741
|
+
}
|
|
181742
|
+
},
|
|
181743
|
+
{
|
|
181744
|
+
"defaultValue": "false",
|
|
181745
|
+
"description": "Dry run the monitor creation or update and return the MaC YAML and queries.",
|
|
181746
|
+
"name": "dryRun",
|
|
181747
|
+
"type": {
|
|
181748
|
+
"kind": "SCALAR",
|
|
181749
|
+
"name": "Boolean",
|
|
181750
|
+
"ofType": null
|
|
181751
|
+
}
|
|
181752
|
+
},
|
|
181753
|
+
{
|
|
181754
|
+
"defaultValue": null,
|
|
181755
|
+
"description": "Warehouse the monitor will be run on.",
|
|
181756
|
+
"name": "dwId",
|
|
181757
|
+
"type": {
|
|
181758
|
+
"kind": "NON_NULL",
|
|
181759
|
+
"name": null,
|
|
181760
|
+
"ofType": {
|
|
181761
|
+
"kind": "SCALAR",
|
|
181762
|
+
"name": "UUID",
|
|
181763
|
+
"ofType": null
|
|
181764
|
+
}
|
|
181765
|
+
}
|
|
181766
|
+
},
|
|
181767
|
+
{
|
|
181768
|
+
"defaultValue": "false",
|
|
181769
|
+
"description": "Return an error if the update is a significant change that would require a monitor reset.",
|
|
181770
|
+
"name": "failOnReset",
|
|
181771
|
+
"type": {
|
|
181772
|
+
"kind": "SCALAR",
|
|
181773
|
+
"name": "Boolean",
|
|
181774
|
+
"ofType": null
|
|
181775
|
+
}
|
|
181776
|
+
},
|
|
181777
|
+
{
|
|
181778
|
+
"defaultValue": null,
|
|
181779
|
+
"description": "The monitor notification audiences for failures",
|
|
181780
|
+
"name": "failureAudiences",
|
|
181781
|
+
"type": {
|
|
181782
|
+
"kind": "LIST",
|
|
181783
|
+
"name": null,
|
|
181784
|
+
"ofType": {
|
|
181785
|
+
"kind": "NON_NULL",
|
|
181786
|
+
"name": null,
|
|
181787
|
+
"ofType": {
|
|
181788
|
+
"kind": "SCALAR",
|
|
181789
|
+
"name": "String",
|
|
181790
|
+
"ofType": null
|
|
181791
|
+
}
|
|
181792
|
+
}
|
|
181793
|
+
}
|
|
181794
|
+
},
|
|
181795
|
+
{
|
|
181796
|
+
"defaultValue": null,
|
|
181797
|
+
"description": "Structured SQL filtering conditions to apply to query",
|
|
181798
|
+
"name": "filters",
|
|
181799
|
+
"type": {
|
|
181800
|
+
"kind": "INPUT_OBJECT",
|
|
181801
|
+
"name": "FilterGroupInput",
|
|
181802
|
+
"ofType": null
|
|
181803
|
+
}
|
|
181804
|
+
},
|
|
181805
|
+
{
|
|
181806
|
+
"defaultValue": "false",
|
|
181807
|
+
"description": "Flag to apply additional limits which increase the supported segment count",
|
|
181808
|
+
"name": "highSegmentCount",
|
|
181809
|
+
"type": {
|
|
181810
|
+
"kind": "SCALAR",
|
|
181811
|
+
"name": "Boolean",
|
|
181812
|
+
"ofType": null
|
|
181813
|
+
}
|
|
181814
|
+
},
|
|
181815
|
+
{
|
|
181816
|
+
"defaultValue": "\"\"",
|
|
181817
|
+
"description": "Additional context for the monitor",
|
|
181818
|
+
"name": "notes",
|
|
181819
|
+
"type": {
|
|
181820
|
+
"kind": "SCALAR",
|
|
181821
|
+
"name": "String",
|
|
181822
|
+
"ofType": null
|
|
181823
|
+
}
|
|
181824
|
+
},
|
|
181825
|
+
{
|
|
181826
|
+
"defaultValue": null,
|
|
181827
|
+
"description": "The default priority for alerts involving this monitor",
|
|
181828
|
+
"name": "priority",
|
|
181829
|
+
"type": {
|
|
181830
|
+
"kind": "SCALAR",
|
|
181831
|
+
"name": "String",
|
|
181832
|
+
"ofType": null
|
|
181833
|
+
}
|
|
181834
|
+
},
|
|
181835
|
+
{
|
|
181836
|
+
"defaultValue": null,
|
|
181837
|
+
"description": "Sampling configuration: either percentage or fixed count",
|
|
181838
|
+
"name": "samplingConfig",
|
|
181839
|
+
"type": {
|
|
181840
|
+
"kind": "NON_NULL",
|
|
181841
|
+
"name": null,
|
|
181842
|
+
"ofType": {
|
|
181843
|
+
"kind": "INPUT_OBJECT",
|
|
181844
|
+
"name": "MonitorSamplingConfigInput",
|
|
181845
|
+
"ofType": null
|
|
181846
|
+
}
|
|
181847
|
+
}
|
|
181848
|
+
},
|
|
181849
|
+
{
|
|
181850
|
+
"defaultValue": null,
|
|
181851
|
+
"description": "Schedule of monitor",
|
|
181852
|
+
"name": "scheduleConfig",
|
|
181853
|
+
"type": {
|
|
181854
|
+
"kind": "NON_NULL",
|
|
181855
|
+
"name": null,
|
|
181856
|
+
"ofType": {
|
|
181857
|
+
"kind": "INPUT_OBJECT",
|
|
181858
|
+
"name": "ScheduleConfigInput",
|
|
181859
|
+
"ofType": null
|
|
181860
|
+
}
|
|
181861
|
+
}
|
|
181862
|
+
},
|
|
181863
|
+
{
|
|
181864
|
+
"defaultValue": null,
|
|
181865
|
+
"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.",
|
|
181866
|
+
"name": "segmentCountHint",
|
|
181867
|
+
"type": {
|
|
181868
|
+
"kind": "SCALAR",
|
|
181869
|
+
"name": "Int",
|
|
181870
|
+
"ofType": null
|
|
181871
|
+
}
|
|
181872
|
+
},
|
|
181873
|
+
{
|
|
181874
|
+
"defaultValue": null,
|
|
181875
|
+
"description": "Segments",
|
|
181876
|
+
"name": "segments",
|
|
181877
|
+
"type": {
|
|
181878
|
+
"kind": "LIST",
|
|
181879
|
+
"name": null,
|
|
181880
|
+
"ofType": {
|
|
181881
|
+
"kind": "NON_NULL",
|
|
181882
|
+
"name": null,
|
|
181883
|
+
"ofType": {
|
|
181884
|
+
"kind": "INPUT_OBJECT",
|
|
181885
|
+
"name": "FilterValueUnionInput",
|
|
181886
|
+
"ofType": null
|
|
181887
|
+
}
|
|
181888
|
+
}
|
|
181889
|
+
}
|
|
181890
|
+
},
|
|
181891
|
+
{
|
|
181892
|
+
"defaultValue": null,
|
|
181893
|
+
"description": "Sensitivity for automated thresholds.",
|
|
181894
|
+
"name": "sensitivity",
|
|
181895
|
+
"type": {
|
|
181896
|
+
"kind": "ENUM",
|
|
181897
|
+
"name": "SensitivityLevels",
|
|
181898
|
+
"ofType": null
|
|
181899
|
+
}
|
|
181900
|
+
},
|
|
181901
|
+
{
|
|
181902
|
+
"defaultValue": "false",
|
|
181903
|
+
"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",
|
|
181904
|
+
"name": "skipReset",
|
|
181905
|
+
"type": {
|
|
181906
|
+
"kind": "SCALAR",
|
|
181907
|
+
"name": "Boolean",
|
|
181908
|
+
"ofType": null
|
|
181909
|
+
}
|
|
181910
|
+
},
|
|
181911
|
+
{
|
|
181912
|
+
"defaultValue": null,
|
|
181913
|
+
"description": "The monitor tags.",
|
|
181914
|
+
"name": "tags",
|
|
181915
|
+
"type": {
|
|
181916
|
+
"kind": "LIST",
|
|
181917
|
+
"name": null,
|
|
181918
|
+
"ofType": {
|
|
181919
|
+
"kind": "NON_NULL",
|
|
181920
|
+
"name": null,
|
|
181921
|
+
"ofType": {
|
|
181922
|
+
"kind": "INPUT_OBJECT",
|
|
181923
|
+
"name": "TagKeyValuePairInput",
|
|
181924
|
+
"ofType": null
|
|
181925
|
+
}
|
|
181926
|
+
}
|
|
181927
|
+
}
|
|
181928
|
+
},
|
|
181929
|
+
{
|
|
181930
|
+
"defaultValue": null,
|
|
181931
|
+
"description": "UUID of the monitor. If specified, it means the request is for update",
|
|
181932
|
+
"name": "uuid",
|
|
181933
|
+
"type": {
|
|
181934
|
+
"kind": "SCALAR",
|
|
181935
|
+
"name": "UUID",
|
|
181936
|
+
"ofType": null
|
|
181937
|
+
}
|
|
181938
|
+
}
|
|
181939
|
+
],
|
|
181940
|
+
"deprecationReason": null,
|
|
181941
|
+
"description": "(experimental) Create or update an Agent monitor",
|
|
181942
|
+
"isDeprecated": false,
|
|
181943
|
+
"name": "createOrUpdateAgentMonitor",
|
|
181944
|
+
"type": {
|
|
181945
|
+
"kind": "OBJECT",
|
|
181946
|
+
"name": "CreateOrUpdateAgentMonitor",
|
|
181947
|
+
"ofType": null
|
|
181948
|
+
}
|
|
181949
|
+
},
|
|
181950
|
+
{
|
|
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
|
+
},
|
|
182006
|
+
{
|
|
182007
|
+
"defaultValue": null,
|
|
182008
|
+
"description": "The monitor notification audiences",
|
|
182009
|
+
"name": "audiences",
|
|
182010
|
+
"type": {
|
|
182011
|
+
"kind": "LIST",
|
|
182012
|
+
"name": null,
|
|
182013
|
+
"ofType": {
|
|
182014
|
+
"kind": "NON_NULL",
|
|
182015
|
+
"name": null,
|
|
182016
|
+
"ofType": {
|
|
182017
|
+
"kind": "SCALAR",
|
|
182018
|
+
"name": "String",
|
|
182019
|
+
"ofType": null
|
|
182020
|
+
}
|
|
182021
|
+
}
|
|
182022
|
+
}
|
|
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
|
+
},
|
|
182034
|
+
{
|
|
182035
|
+
"defaultValue": null,
|
|
182036
|
+
"description": "Specify a connection (e.g. query-engine) to use",
|
|
182037
|
+
"name": "connectionId",
|
|
182038
|
+
"type": {
|
|
182039
|
+
"kind": "SCALAR",
|
|
182040
|
+
"name": "UUID",
|
|
182041
|
+
"ofType": null
|
|
182042
|
+
}
|
|
182043
|
+
},
|
|
182044
|
+
{
|
|
182045
|
+
"defaultValue": null,
|
|
182046
|
+
"description": "Data quality dimension.",
|
|
182047
|
+
"name": "dataQualityDimension",
|
|
182048
|
+
"type": {
|
|
182049
|
+
"kind": "SCALAR",
|
|
182050
|
+
"name": "String",
|
|
182051
|
+
"ofType": null
|
|
182052
|
+
}
|
|
182053
|
+
},
|
|
182054
|
+
{
|
|
182055
|
+
"defaultValue": null,
|
|
182056
|
+
"description": null,
|
|
182057
|
+
"name": "dataSource",
|
|
182058
|
+
"type": {
|
|
182059
|
+
"kind": "NON_NULL",
|
|
182060
|
+
"name": null,
|
|
182061
|
+
"ofType": {
|
|
182062
|
+
"kind": "INPUT_OBJECT",
|
|
182063
|
+
"name": "DataSourceUnionInput",
|
|
182064
|
+
"ofType": null
|
|
182065
|
+
}
|
|
182066
|
+
}
|
|
182067
|
+
},
|
|
182068
|
+
{
|
|
182069
|
+
"defaultValue": null,
|
|
182070
|
+
"description": "Used as the name in the UI",
|
|
182071
|
+
"name": "description",
|
|
182072
|
+
"type": {
|
|
182073
|
+
"kind": "NON_NULL",
|
|
182074
|
+
"name": null,
|
|
182075
|
+
"ofType": {
|
|
182076
|
+
"kind": "SCALAR",
|
|
182077
|
+
"name": "String",
|
|
182078
|
+
"ofType": null
|
|
182079
|
+
}
|
|
182080
|
+
}
|
|
182081
|
+
},
|
|
182082
|
+
{
|
|
182083
|
+
"defaultValue": null,
|
|
182084
|
+
"description": "Please provide one and only one valid domain uuid.",
|
|
182085
|
+
"name": "domainUuids",
|
|
182086
|
+
"type": {
|
|
182087
|
+
"kind": "LIST",
|
|
182088
|
+
"name": null,
|
|
182089
|
+
"ofType": {
|
|
182090
|
+
"kind": "NON_NULL",
|
|
182091
|
+
"name": null,
|
|
182092
|
+
"ofType": {
|
|
182093
|
+
"kind": "SCALAR",
|
|
182094
|
+
"name": "UUID",
|
|
182095
|
+
"ofType": null
|
|
182096
|
+
}
|
|
182097
|
+
}
|
|
182098
|
+
}
|
|
182099
|
+
},
|
|
182100
|
+
{
|
|
182101
|
+
"defaultValue": "false",
|
|
182102
|
+
"description": "Dry run the monitor creation or update and return the MaC YAML and queries.",
|
|
182103
|
+
"name": "dryRun",
|
|
182104
|
+
"type": {
|
|
182105
|
+
"kind": "SCALAR",
|
|
182106
|
+
"name": "Boolean",
|
|
182107
|
+
"ofType": null
|
|
182108
|
+
}
|
|
182109
|
+
},
|
|
182110
|
+
{
|
|
182111
|
+
"defaultValue": null,
|
|
182112
|
+
"description": "Warehouse the monitor will be run on.",
|
|
182113
|
+
"name": "dwId",
|
|
182114
|
+
"type": {
|
|
182115
|
+
"kind": "NON_NULL",
|
|
182116
|
+
"name": null,
|
|
182117
|
+
"ofType": {
|
|
182118
|
+
"kind": "SCALAR",
|
|
182119
|
+
"name": "UUID",
|
|
182120
|
+
"ofType": null
|
|
182121
|
+
}
|
|
182122
|
+
}
|
|
182123
|
+
},
|
|
182124
|
+
{
|
|
182125
|
+
"defaultValue": "false",
|
|
182126
|
+
"description": "Return an error if the update is a significant change that would require a monitor reset.",
|
|
182127
|
+
"name": "failOnReset",
|
|
182128
|
+
"type": {
|
|
182129
|
+
"kind": "SCALAR",
|
|
182130
|
+
"name": "Boolean",
|
|
182131
|
+
"ofType": null
|
|
182132
|
+
}
|
|
182133
|
+
},
|
|
182134
|
+
{
|
|
182135
|
+
"defaultValue": null,
|
|
182136
|
+
"description": "The monitor notification audiences for failures",
|
|
182137
|
+
"name": "failureAudiences",
|
|
182138
|
+
"type": {
|
|
182139
|
+
"kind": "LIST",
|
|
182140
|
+
"name": null,
|
|
182141
|
+
"ofType": {
|
|
182142
|
+
"kind": "NON_NULL",
|
|
182143
|
+
"name": null,
|
|
182144
|
+
"ofType": {
|
|
182145
|
+
"kind": "SCALAR",
|
|
182146
|
+
"name": "String",
|
|
182147
|
+
"ofType": null
|
|
182148
|
+
}
|
|
182149
|
+
}
|
|
182150
|
+
}
|
|
182151
|
+
},
|
|
182152
|
+
{
|
|
182153
|
+
"defaultValue": null,
|
|
182154
|
+
"description": "Structured SQL filtering conditions to apply to query",
|
|
182155
|
+
"name": "filters",
|
|
180372
182156
|
"type": {
|
|
180373
|
-
"kind": "
|
|
180374
|
-
"name": "
|
|
182157
|
+
"kind": "INPUT_OBJECT",
|
|
182158
|
+
"name": "FilterGroupInput",
|
|
180375
182159
|
"ofType": null
|
|
180376
182160
|
}
|
|
180377
182161
|
},
|
|
180378
182162
|
{
|
|
180379
182163
|
"defaultValue": "false",
|
|
180380
|
-
"description": "
|
|
180381
|
-
"name": "
|
|
182164
|
+
"description": "Flag to apply additional limits which increase the supported segment count",
|
|
182165
|
+
"name": "highSegmentCount",
|
|
180382
182166
|
"type": {
|
|
180383
182167
|
"kind": "SCALAR",
|
|
180384
182168
|
"name": "Boolean",
|
|
@@ -180395,16 +182179,6 @@
|
|
|
180395
182179
|
"ofType": null
|
|
180396
182180
|
}
|
|
180397
182181
|
},
|
|
180398
|
-
{
|
|
180399
|
-
"defaultValue": null,
|
|
180400
|
-
"description": "DEPRECATED: Completely ignored. This field has no effect on anything. Use `failure_audiences` to determine who is notified when run failures occur.",
|
|
180401
|
-
"name": "notifyRuleRunFailure",
|
|
180402
|
-
"type": {
|
|
180403
|
-
"kind": "SCALAR",
|
|
180404
|
-
"name": "Boolean",
|
|
180405
|
-
"ofType": null
|
|
180406
|
-
}
|
|
180407
|
-
},
|
|
180408
182182
|
{
|
|
180409
182183
|
"defaultValue": null,
|
|
180410
182184
|
"description": "The default priority for alerts involving this monitor",
|
|
@@ -180495,26 +182269,6 @@
|
|
|
180495
182269
|
}
|
|
180496
182270
|
}
|
|
180497
182271
|
},
|
|
180498
|
-
{
|
|
180499
|
-
"defaultValue": null,
|
|
180500
|
-
"description": "Timeout for the SQL query",
|
|
180501
|
-
"name": "timeout",
|
|
180502
|
-
"type": {
|
|
180503
|
-
"kind": "SCALAR",
|
|
180504
|
-
"name": "Int",
|
|
180505
|
-
"ofType": null
|
|
180506
|
-
}
|
|
180507
|
-
},
|
|
180508
|
-
{
|
|
180509
|
-
"defaultValue": "false",
|
|
180510
|
-
"description": "Whether to use automatic partition filter in query",
|
|
180511
|
-
"name": "usePartitionClause",
|
|
180512
|
-
"type": {
|
|
180513
|
-
"kind": "SCALAR",
|
|
180514
|
-
"name": "Boolean",
|
|
180515
|
-
"ofType": null
|
|
180516
|
-
}
|
|
180517
|
-
},
|
|
180518
182272
|
{
|
|
180519
182273
|
"defaultValue": null,
|
|
180520
182274
|
"description": "UUID of the monitor. If specified, it means the request is for update",
|
|
@@ -180524,25 +182278,15 @@
|
|
|
180524
182278
|
"name": "UUID",
|
|
180525
182279
|
"ofType": null
|
|
180526
182280
|
}
|
|
180527
|
-
},
|
|
180528
|
-
{
|
|
180529
|
-
"defaultValue": null,
|
|
180530
|
-
"description": "SQL WHERE condition to apply to query",
|
|
180531
|
-
"name": "whereCondition",
|
|
180532
|
-
"type": {
|
|
180533
|
-
"kind": "SCALAR",
|
|
180534
|
-
"name": "String",
|
|
180535
|
-
"ofType": null
|
|
180536
|
-
}
|
|
180537
182281
|
}
|
|
180538
182282
|
],
|
|
180539
182283
|
"deprecationReason": null,
|
|
180540
|
-
"description": "(experimental) Create or update
|
|
182284
|
+
"description": "(experimental) Create or update an Agent Metric monitor",
|
|
180541
182285
|
"isDeprecated": false,
|
|
180542
|
-
"name": "
|
|
182286
|
+
"name": "createOrUpdateAgentMetricMonitor",
|
|
180543
182287
|
"type": {
|
|
180544
182288
|
"kind": "OBJECT",
|
|
180545
|
-
"name": "
|
|
182289
|
+
"name": "CreateOrUpdateAgentMetricMonitor",
|
|
180546
182290
|
"ofType": null
|
|
180547
182291
|
}
|
|
180548
182292
|
},
|
|
@@ -180894,12 +182638,12 @@
|
|
|
180894
182638
|
}
|
|
180895
182639
|
],
|
|
180896
182640
|
"deprecationReason": null,
|
|
180897
|
-
"description": "(experimental) Create or update an Agent monitor",
|
|
182641
|
+
"description": "(experimental) Create or update an Agent Evaluation monitor",
|
|
180898
182642
|
"isDeprecated": false,
|
|
180899
|
-
"name": "
|
|
182643
|
+
"name": "createOrUpdateAgentEvaluationMonitor",
|
|
180900
182644
|
"type": {
|
|
180901
182645
|
"kind": "OBJECT",
|
|
180902
|
-
"name": "
|
|
182646
|
+
"name": "CreateOrUpdateAgentEvaluationMonitor",
|
|
180903
182647
|
"ofType": null
|
|
180904
182648
|
}
|
|
180905
182649
|
},
|
|
@@ -188510,6 +190254,16 @@
|
|
|
188510
190254
|
},
|
|
188511
190255
|
{
|
|
188512
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
|
+
},
|
|
188513
190267
|
{
|
|
188514
190268
|
"defaultValue": null,
|
|
188515
190269
|
"description": "Alert conditions",
|
|
@@ -188560,6 +190314,26 @@
|
|
|
188560
190314
|
}
|
|
188561
190315
|
}
|
|
188562
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
|
+
},
|
|
188563
190337
|
{
|
|
188564
190338
|
"defaultValue": null,
|
|
188565
190339
|
"description": "Description of the monitor",
|
|
@@ -188608,16 +190382,6 @@
|
|
|
188608
190382
|
}
|
|
188609
190383
|
}
|
|
188610
190384
|
},
|
|
188611
|
-
{
|
|
188612
|
-
"defaultValue": null,
|
|
188613
|
-
"description": "Name of the monitor",
|
|
188614
|
-
"name": "monitorName",
|
|
188615
|
-
"type": {
|
|
188616
|
-
"kind": "SCALAR",
|
|
188617
|
-
"name": "String",
|
|
188618
|
-
"ofType": null
|
|
188619
|
-
}
|
|
188620
|
-
},
|
|
188621
190385
|
{
|
|
188622
190386
|
"defaultValue": null,
|
|
188623
190387
|
"description": "Type of bulk monitor",
|
|
@@ -188666,16 +190430,6 @@
|
|
|
188666
190430
|
}
|
|
188667
190431
|
}
|
|
188668
190432
|
},
|
|
188669
|
-
{
|
|
188670
|
-
"defaultValue": null,
|
|
188671
|
-
"description": "Maximum number of tables (default: 1000)",
|
|
188672
|
-
"name": "tableLimit",
|
|
188673
|
-
"type": {
|
|
188674
|
-
"kind": "SCALAR",
|
|
188675
|
-
"name": "Int",
|
|
188676
|
-
"ofType": null
|
|
188677
|
-
}
|
|
188678
|
-
},
|
|
188679
190433
|
{
|
|
188680
190434
|
"defaultValue": null,
|
|
188681
190435
|
"description": "Monitor tags",
|
|
@@ -203382,6 +205136,92 @@
|
|
|
203382
205136
|
"name": "CreateOrUpdateAgentMonitor",
|
|
203383
205137
|
"possibleTypes": null
|
|
203384
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
|
+
},
|
|
203385
205225
|
{
|
|
203386
205226
|
"description": null,
|
|
203387
205227
|
"enumValues": null,
|
|
@@ -214160,6 +216000,18 @@
|
|
|
214160
216000
|
"ofType": null
|
|
214161
216001
|
}
|
|
214162
216002
|
}
|
|
216003
|
+
},
|
|
216004
|
+
{
|
|
216005
|
+
"args": [],
|
|
216006
|
+
"deprecationReason": null,
|
|
216007
|
+
"description": null,
|
|
216008
|
+
"isDeprecated": false,
|
|
216009
|
+
"name": "timeSeriesMetadata",
|
|
216010
|
+
"type": {
|
|
216011
|
+
"kind": "OBJECT",
|
|
216012
|
+
"name": "CustomDashboardTimeSeriesMetadata",
|
|
216013
|
+
"ofType": null
|
|
216014
|
+
}
|
|
214163
216015
|
}
|
|
214164
216016
|
],
|
|
214165
216017
|
"inputFields": null,
|
|
@@ -214174,6 +216026,89 @@
|
|
|
214174
216026
|
"name": "WidgetDataSourceMetrics",
|
|
214175
216027
|
"possibleTypes": null
|
|
214176
216028
|
},
|
|
216029
|
+
{
|
|
216030
|
+
"description": null,
|
|
216031
|
+
"enumValues": null,
|
|
216032
|
+
"fields": [
|
|
216033
|
+
{
|
|
216034
|
+
"args": [],
|
|
216035
|
+
"deprecationReason": null,
|
|
216036
|
+
"description": "MCON if timeseries is for a table",
|
|
216037
|
+
"isDeprecated": false,
|
|
216038
|
+
"name": "mcon",
|
|
216039
|
+
"type": {
|
|
216040
|
+
"kind": "SCALAR",
|
|
216041
|
+
"name": "String",
|
|
216042
|
+
"ofType": null
|
|
216043
|
+
}
|
|
216044
|
+
},
|
|
216045
|
+
{
|
|
216046
|
+
"args": [],
|
|
216047
|
+
"deprecationReason": null,
|
|
216048
|
+
"description": "Monitor Id if timeseries is for a rule or metric monitor",
|
|
216049
|
+
"isDeprecated": false,
|
|
216050
|
+
"name": "monitorId",
|
|
216051
|
+
"type": {
|
|
216052
|
+
"kind": "SCALAR",
|
|
216053
|
+
"name": "UUID",
|
|
216054
|
+
"ofType": null
|
|
216055
|
+
}
|
|
216056
|
+
},
|
|
216057
|
+
{
|
|
216058
|
+
"args": [],
|
|
216059
|
+
"deprecationReason": null,
|
|
216060
|
+
"description": "Metric name",
|
|
216061
|
+
"isDeprecated": false,
|
|
216062
|
+
"name": "metricName",
|
|
216063
|
+
"type": {
|
|
216064
|
+
"kind": "NON_NULL",
|
|
216065
|
+
"name": null,
|
|
216066
|
+
"ofType": {
|
|
216067
|
+
"kind": "SCALAR",
|
|
216068
|
+
"name": "String",
|
|
216069
|
+
"ofType": null
|
|
216070
|
+
}
|
|
216071
|
+
}
|
|
216072
|
+
},
|
|
216073
|
+
{
|
|
216074
|
+
"args": [],
|
|
216075
|
+
"deprecationReason": null,
|
|
216076
|
+
"description": "Field name for monitor metrics with fields",
|
|
216077
|
+
"isDeprecated": false,
|
|
216078
|
+
"name": "field",
|
|
216079
|
+
"type": {
|
|
216080
|
+
"kind": "SCALAR",
|
|
216081
|
+
"name": "String",
|
|
216082
|
+
"ofType": null
|
|
216083
|
+
}
|
|
216084
|
+
},
|
|
216085
|
+
{
|
|
216086
|
+
"args": [],
|
|
216087
|
+
"deprecationReason": null,
|
|
216088
|
+
"description": null,
|
|
216089
|
+
"isDeprecated": false,
|
|
216090
|
+
"name": "segmentedValues",
|
|
216091
|
+
"type": {
|
|
216092
|
+
"kind": "NON_NULL",
|
|
216093
|
+
"name": null,
|
|
216094
|
+
"ofType": {
|
|
216095
|
+
"kind": "LIST",
|
|
216096
|
+
"name": null,
|
|
216097
|
+
"ofType": {
|
|
216098
|
+
"kind": "SCALAR",
|
|
216099
|
+
"name": "String",
|
|
216100
|
+
"ofType": null
|
|
216101
|
+
}
|
|
216102
|
+
}
|
|
216103
|
+
}
|
|
216104
|
+
}
|
|
216105
|
+
],
|
|
216106
|
+
"inputFields": null,
|
|
216107
|
+
"interfaces": [],
|
|
216108
|
+
"kind": "OBJECT",
|
|
216109
|
+
"name": "CustomDashboardTimeSeriesMetadata",
|
|
216110
|
+
"possibleTypes": null
|
|
216111
|
+
},
|
|
214177
216112
|
{
|
|
214178
216113
|
"description": null,
|
|
214179
216114
|
"enumValues": null,
|
|
@@ -214399,7 +216334,7 @@
|
|
|
214399
216334
|
}
|
|
214400
216335
|
],
|
|
214401
216336
|
"kind": "OBJECT",
|
|
214402
|
-
"name": "
|
|
216337
|
+
"name": "WidgetOptionsSingleValue",
|
|
214403
216338
|
"possibleTypes": null
|
|
214404
216339
|
},
|
|
214405
216340
|
{
|