@grepr/cli 1.3.0-994a118 → 1.4.4-7c2bb89

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.
Files changed (69) hide show
  1. package/LICENSE +183 -21
  2. package/README.md +106 -30
  3. package/build/dist/commands/crud-command.d.ts +9 -1
  4. package/build/dist/commands/crud-command.d.ts.map +1 -1
  5. package/build/dist/commands/crud-command.js +37 -10
  6. package/build/dist/commands/crud-command.js.map +1 -1
  7. package/build/dist/commands/dataset-command.d.ts.map +1 -1
  8. package/build/dist/commands/dataset-command.js +2 -1
  9. package/build/dist/commands/dataset-command.js.map +1 -1
  10. package/build/dist/commands/docs-command.d.ts.map +1 -1
  11. package/build/dist/commands/docs-command.js +26 -2
  12. package/build/dist/commands/docs-command.js.map +1 -1
  13. package/build/dist/commands/grok-command.d.ts +2 -1
  14. package/build/dist/commands/grok-command.d.ts.map +1 -1
  15. package/build/dist/commands/grok-command.js +3 -2
  16. package/build/dist/commands/grok-command.js.map +1 -1
  17. package/build/dist/commands/integration-command.d.ts.map +1 -1
  18. package/build/dist/commands/integration-command.js +2 -1
  19. package/build/dist/commands/integration-command.js.map +1 -1
  20. package/build/dist/commands/job-command.d.ts +3 -2
  21. package/build/dist/commands/job-command.d.ts.map +1 -1
  22. package/build/dist/commands/job-command.js +53 -37
  23. package/build/dist/commands/job-command.js.map +1 -1
  24. package/build/dist/commands/job-to-test-command.d.ts.map +1 -1
  25. package/build/dist/commands/job-to-test-command.js +15 -13
  26. package/build/dist/commands/job-to-test-command.js.map +1 -1
  27. package/build/dist/commands/list-command.d.ts +5 -3
  28. package/build/dist/commands/list-command.d.ts.map +1 -1
  29. package/build/dist/commands/list-command.js +18 -14
  30. package/build/dist/commands/list-command.js.map +1 -1
  31. package/build/dist/commands/query-command.d.ts +15 -0
  32. package/build/dist/commands/query-command.d.ts.map +1 -1
  33. package/build/dist/commands/query-command.js +71 -17
  34. package/build/dist/commands/query-command.js.map +1 -1
  35. package/build/dist/grepr.js +22 -1
  36. package/build/dist/grepr.js.map +1 -1
  37. package/build/dist/lib/auth.d.ts +20 -1
  38. package/build/dist/lib/auth.d.ts.map +1 -1
  39. package/build/dist/lib/auth.js +52 -1
  40. package/build/dist/lib/auth.js.map +1 -1
  41. package/build/dist/lib/grepr-api-client.d.ts.map +1 -1
  42. package/build/dist/lib/grepr-api-client.js +13 -1
  43. package/build/dist/lib/grepr-api-client.js.map +1 -1
  44. package/build/dist/lib/job-graph-transformer.js +1 -1
  45. package/build/dist/lib/job-graph-transformer.js.map +1 -1
  46. package/build/dist/lib/json-formatter.d.ts +2 -1
  47. package/build/dist/lib/json-formatter.d.ts.map +1 -1
  48. package/build/dist/lib/json-formatter.js +3 -3
  49. package/build/dist/lib/json-formatter.js.map +1 -1
  50. package/build/dist/lib/option-parsers.d.ts +11 -0
  51. package/build/dist/lib/option-parsers.d.ts.map +1 -0
  52. package/build/dist/lib/option-parsers.js +13 -0
  53. package/build/dist/lib/option-parsers.js.map +1 -0
  54. package/build/dist/lib/output-format.d.ts +16 -0
  55. package/build/dist/lib/output-format.d.ts.map +1 -0
  56. package/build/dist/lib/output-format.js +25 -0
  57. package/build/dist/lib/output-format.js.map +1 -0
  58. package/build/dist/lib/streaming-job-executor.d.ts +1 -0
  59. package/build/dist/lib/streaming-job-executor.d.ts.map +1 -1
  60. package/build/dist/lib/streaming-job-executor.js +28 -9
  61. package/build/dist/lib/streaming-job-executor.js.map +1 -1
  62. package/build/dist/openapi/openApiTypes.d.ts +9620 -6655
  63. package/build/dist/openapi/openApiTypes.d.ts.map +1 -1
  64. package/build/dist/openapi/openApiTypes.js +470 -344
  65. package/build/dist/openapi/openApiTypes.js.map +1 -1
  66. package/build/dist/types.d.ts +5 -4
  67. package/build/dist/types.d.ts.map +1 -1
  68. package/build/dist/types.js.map +1 -1
  69. package/package.json +18 -6
@@ -2,6 +2,11 @@
2
2
  * This file was auto-generated by openapi-typescript.
3
3
  * Do not make direct changes to the file.
4
4
  */
5
+ export var PathsV1FilesUploadPresignedUrlPostParametersQueryFormat;
6
+ (function (PathsV1FilesUploadPresignedUrlPostParametersQueryFormat) {
7
+ PathsV1FilesUploadPresignedUrlPostParametersQueryFormat["json"] = "json";
8
+ PathsV1FilesUploadPresignedUrlPostParametersQueryFormat["plaintext"] = "plaintext";
9
+ })(PathsV1FilesUploadPresignedUrlPostParametersQueryFormat || (PathsV1FilesUploadPresignedUrlPostParametersQueryFormat = {}));
5
10
  export var PathsV1JobsGetParametersQueryExecution;
6
11
  (function (PathsV1JobsGetParametersQueryExecution) {
7
12
  PathsV1JobsGetParametersQueryExecution["SYNCHRONOUS"] = "SYNCHRONOUS";
@@ -33,6 +38,20 @@ export var PathsV1JobsGetParametersQueryState;
33
38
  PathsV1JobsGetParametersQueryState["ROLLING_BACK"] = "ROLLING_BACK";
34
39
  PathsV1JobsGetParametersQueryState["DELETING"] = "DELETING";
35
40
  })(PathsV1JobsGetParametersQueryState || (PathsV1JobsGetParametersQueryState = {}));
41
+ export var ActivityLogsSearchLogTypes;
42
+ (function (ActivityLogsSearchLogTypes) {
43
+ ActivityLogsSearchLogTypes["INTEGRATION_IMPORT"] = "INTEGRATION_IMPORT";
44
+ ActivityLogsSearchLogTypes["INTEGRATION_STATISTICS"] = "INTEGRATION_STATISTICS";
45
+ ActivityLogsSearchLogTypes["JOB_EXECUTION"] = "JOB_EXECUTION";
46
+ ActivityLogsSearchLogTypes["USER_ACTIVITY"] = "USER_ACTIVITY";
47
+ ActivityLogsSearchLogTypes["SECURITY_EVENT"] = "SECURITY_EVENT";
48
+ })(ActivityLogsSearchLogTypes || (ActivityLogsSearchLogTypes = {}));
49
+ export var ActivityLogsSearchStatuses;
50
+ (function (ActivityLogsSearchStatuses) {
51
+ ActivityLogsSearchStatuses["INFO"] = "INFO";
52
+ ActivityLogsSearchStatuses["WARNING"] = "WARNING";
53
+ ActivityLogsSearchStatuses["ERROR"] = "ERROR";
54
+ })(ActivityLogsSearchStatuses || (ActivityLogsSearchStatuses = {}));
36
55
  export var AddToListAttributeActionType;
37
56
  (function (AddToListAttributeActionType) {
38
57
  AddToListAttributeActionType["attribute_add_action"] = "attribute-add-action";
@@ -41,6 +60,61 @@ export var AggregationAccumulatorAccumulatorType;
41
60
  (function (AggregationAccumulatorAccumulatorType) {
42
61
  AggregationAccumulatorAccumulatorType["AVERAGE"] = "AVERAGE";
43
62
  })(AggregationAccumulatorAccumulatorType || (AggregationAccumulatorAccumulatorType = {}));
63
+ export var AggregationDeclFn;
64
+ (function (AggregationDeclFn) {
65
+ AggregationDeclFn["LATEST"] = "LATEST";
66
+ AggregationDeclFn["SUM"] = "SUM";
67
+ AggregationDeclFn["AVG"] = "AVG";
68
+ AggregationDeclFn["CUMULATIVE"] = "CUMULATIVE";
69
+ AggregationDeclFn["DEFAULT"] = "DEFAULT";
70
+ AggregationDeclFn["PERCENTILE"] = "PERCENTILE";
71
+ AggregationDeclFn["SLOPE"] = "SLOPE";
72
+ })(AggregationDeclFn || (AggregationDeclFn = {}));
73
+ export var AllQueryNodeType;
74
+ (function (AllQueryNodeType) {
75
+ AllQueryNodeType["all_query_node"] = "all-query-node";
76
+ })(AllQueryNodeType || (AllQueryNodeType = {}));
77
+ export var AndEventPredicateType;
78
+ (function (AndEventPredicateType) {
79
+ AndEventPredicateType["and_predicate"] = "and-predicate";
80
+ })(AndEventPredicateType || (AndEventPredicateType = {}));
81
+ export var AndQueryNodeType;
82
+ (function (AndQueryNodeType) {
83
+ AndQueryNodeType["and_query_node"] = "and-query-node";
84
+ })(AndQueryNodeType || (AndQueryNodeType = {}));
85
+ export var AttributeKeyTermNodeType;
86
+ (function (AttributeKeyTermNodeType) {
87
+ AttributeKeyTermNodeType["attribute_key_term_node"] = "attribute-key-term-node";
88
+ })(AttributeKeyTermNodeType || (AttributeKeyTermNodeType = {}));
89
+ export var AttributeNodeType;
90
+ (function (AttributeNodeType) {
91
+ AttributeNodeType["attribute_node"] = "attribute-node";
92
+ })(AttributeNodeType || (AttributeNodeType = {}));
93
+ export var AttributePrefixNodeType;
94
+ (function (AttributePrefixNodeType) {
95
+ AttributePrefixNodeType["attribute_prefix_node"] = "attribute-prefix-node";
96
+ })(AttributePrefixNodeType || (AttributePrefixNodeType = {}));
97
+ export var AttributeRe2NodeType;
98
+ (function (AttributeRe2NodeType) {
99
+ AttributeRe2NodeType["attribute_re2_node"] = "attribute-re2-node";
100
+ })(AttributeRe2NodeType || (AttributeRe2NodeType = {}));
101
+ export var AttributeWildcardNodeType;
102
+ (function (AttributeWildcardNodeType) {
103
+ AttributeWildcardNodeType["attribute_wildcard_node"] = "attribute-wildcard-node";
104
+ })(AttributeWildcardNodeType || (AttributeWildcardNodeType = {}));
105
+ export var AttributeWithComparatorNodeComparator;
106
+ (function (AttributeWithComparatorNodeComparator) {
107
+ AttributeWithComparatorNodeComparator["GREATER_THAN"] = "GREATER_THAN";
108
+ AttributeWithComparatorNodeComparator["GREATER_THAN_OR_EQUAL"] = "GREATER_THAN_OR_EQUAL";
109
+ AttributeWithComparatorNodeComparator["LESS_THAN"] = "LESS_THAN";
110
+ AttributeWithComparatorNodeComparator["LESS_THAN_OR_EQUAL"] = "LESS_THAN_OR_EQUAL";
111
+ AttributeWithComparatorNodeComparator["EQUAL"] = "EQUAL";
112
+ AttributeWithComparatorNodeComparator["NOT_EQUAL"] = "NOT_EQUAL";
113
+ })(AttributeWithComparatorNodeComparator || (AttributeWithComparatorNodeComparator = {}));
114
+ export var AttributeWithComparatorNodeType;
115
+ (function (AttributeWithComparatorNodeType) {
116
+ AttributeWithComparatorNodeType["attribute_comparator_node"] = "attribute-comparator-node";
117
+ })(AttributeWithComparatorNodeType || (AttributeWithComparatorNodeType = {}));
44
118
  export var AverageAttributesMergeStrategyType;
45
119
  (function (AverageAttributesMergeStrategyType) {
46
120
  AverageAttributesMergeStrategyType["avg"] = "avg";
@@ -86,6 +160,10 @@ export var CloudTrailLogsFileSourceType;
86
160
  (function (CloudTrailLogsFileSourceType) {
87
161
  CloudTrailLogsFileSourceType["cloudtrail_file_source"] = "cloudtrail-file-source";
88
162
  })(CloudTrailLogsFileSourceType || (CloudTrailLogsFileSourceType = {}));
163
+ export var CompleteSpanType;
164
+ (function (CompleteSpanType) {
165
+ CompleteSpanType["complete_span"] = "complete_span";
166
+ })(CompleteSpanType || (CompleteSpanType = {}));
89
167
  export var CompositeAttributesMergeStrategyType;
90
168
  (function (CompositeAttributesMergeStrategyType) {
91
169
  CompositeAttributesMergeStrategyType["composite"] = "composite";
@@ -94,6 +172,16 @@ export var ConstantSamplingType;
94
172
  (function (ConstantSamplingType) {
95
173
  ConstantSamplingType["constant_sampling"] = "constant-sampling";
96
174
  })(ConstantSamplingType || (ConstantSamplingType = {}));
175
+ export var DatabaseUserInfoType;
176
+ (function (DatabaseUserInfoType) {
177
+ DatabaseUserInfoType["DATABASE"] = "DATABASE";
178
+ })(DatabaseUserInfoType || (DatabaseUserInfoType = {}));
179
+ export var DatadogLogAgentSourceOffsetResetStrategy;
180
+ (function (DatadogLogAgentSourceOffsetResetStrategy) {
181
+ DatadogLogAgentSourceOffsetResetStrategy["EARLIEST"] = "EARLIEST";
182
+ DatadogLogAgentSourceOffsetResetStrategy["LATEST"] = "LATEST";
183
+ DatadogLogAgentSourceOffsetResetStrategy["NONE"] = "NONE";
184
+ })(DatadogLogAgentSourceOffsetResetStrategy || (DatadogLogAgentSourceOffsetResetStrategy = {}));
97
185
  export var DatadogLogAgentSourceType;
98
186
  (function (DatadogLogAgentSourceType) {
99
187
  DatadogLogAgentSourceType["datadog_log_agent_source"] = "datadog-log-agent-source";
@@ -126,6 +214,21 @@ export var DatadogTraceSinkType;
126
214
  (function (DatadogTraceSinkType) {
127
215
  DatadogTraceSinkType["datadog_trace_sink"] = "datadog-trace-sink";
128
216
  })(DatadogTraceSinkType || (DatadogTraceSinkType = {}));
217
+ export var DoubleDatapointMetricType;
218
+ (function (DoubleDatapointMetricType) {
219
+ DoubleDatapointMetricType["UNSPECIFIED_DOUBLE"] = "UNSPECIFIED_DOUBLE";
220
+ DoubleDatapointMetricType["GAUGE_DOUBLE"] = "GAUGE_DOUBLE";
221
+ DoubleDatapointMetricType["RATE_DOUBLE"] = "RATE_DOUBLE";
222
+ DoubleDatapointMetricType["COUNT_DOUBLE"] = "COUNT_DOUBLE";
223
+ })(DoubleDatapointMetricType || (DoubleDatapointMetricType = {}));
224
+ export var DoubleDatapointType;
225
+ (function (DoubleDatapointType) {
226
+ DoubleDatapointType["double_datapoint"] = "double-datapoint";
227
+ })(DoubleDatapointType || (DoubleDatapointType = {}));
228
+ export var EntityContextAggregationType;
229
+ (function (EntityContextAggregationType) {
230
+ EntityContextAggregationType["entity_context_aggregation"] = "entity-context-aggregation";
231
+ })(EntityContextAggregationType || (EntityContextAggregationType = {}));
129
232
  export var EventActionRuleType;
130
233
  (function (EventActionRuleType) {
131
234
  EventActionRuleType["event_rule"] = "event-rule";
@@ -138,6 +241,17 @@ export var EventPredicateTriggerType;
138
241
  (function (EventPredicateTriggerType) {
139
242
  EventPredicateTriggerType["event_predicate"] = "event-predicate";
140
243
  })(EventPredicateTriggerType || (EventPredicateTriggerType = {}));
244
+ export var EventRecordJobState;
245
+ (function (EventRecordJobState) {
246
+ EventRecordJobState["HEARTBEAT"] = "HEARTBEAT";
247
+ EventRecordJobState["RUNNING"] = "RUNNING";
248
+ EventRecordJobState["FAILED"] = "FAILED";
249
+ EventRecordJobState["FINISHED"] = "FINISHED";
250
+ EventRecordJobState["CANCELLED"] = "CANCELLED";
251
+ EventRecordJobState["TIMED_OUT"] = "TIMED_OUT";
252
+ EventRecordJobState["UNKNOWN"] = "UNKNOWN";
253
+ EventRecordJobState["SCANNED_MAX"] = "SCANNED_MAX";
254
+ })(EventRecordJobState || (EventRecordJobState = {}));
141
255
  export var ExactAttributesMergeStrategyType;
142
256
  (function (ExactAttributesMergeStrategyType) {
143
257
  ExactAttributesMergeStrategyType["exact"] = "exact";
@@ -146,6 +260,16 @@ export var ExternalSourceTriggerType;
146
260
  (function (ExternalSourceTriggerType) {
147
261
  ExternalSourceTriggerType["external_source"] = "external-source";
148
262
  })(ExternalSourceTriggerType || (ExternalSourceTriggerType = {}));
263
+ export var GreprLlmPromptResultsSourceSortOrder;
264
+ (function (GreprLlmPromptResultsSourceSortOrder) {
265
+ GreprLlmPromptResultsSourceSortOrder["ASCENDING"] = "ASCENDING";
266
+ GreprLlmPromptResultsSourceSortOrder["DESCENDING"] = "DESCENDING";
267
+ GreprLlmPromptResultsSourceSortOrder["UNSORTED"] = "UNSORTED";
268
+ })(GreprLlmPromptResultsSourceSortOrder || (GreprLlmPromptResultsSourceSortOrder = {}));
269
+ export var GreprLlmPromptResultsSourceType;
270
+ (function (GreprLlmPromptResultsSourceType) {
271
+ GreprLlmPromptResultsSourceType["grepr_llm_prompt_results_source"] = "grepr-llm-prompt-results-source";
272
+ })(GreprLlmPromptResultsSourceType || (GreprLlmPromptResultsSourceType = {}));
149
273
  export var GreprMetricsSourceMetrics;
150
274
  (function (GreprMetricsSourceMetrics) {
151
275
  GreprMetricsSourceMetrics["table_totalBytes"] = "table_totalBytes";
@@ -159,12 +283,6 @@ export var GreprMetricsSourceType;
159
283
  (function (GreprMetricsSourceType) {
160
284
  GreprMetricsSourceType["grepr_metrics_source"] = "grepr-metrics-source";
161
285
  })(GreprMetricsSourceType || (GreprMetricsSourceType = {}));
162
- export var GreprRawLogsSourceSortOrder;
163
- (function (GreprRawLogsSourceSortOrder) {
164
- GreprRawLogsSourceSortOrder["ASCENDING"] = "ASCENDING";
165
- GreprRawLogsSourceSortOrder["DESCENDING"] = "DESCENDING";
166
- GreprRawLogsSourceSortOrder["UNSORTED"] = "UNSORTED";
167
- })(GreprRawLogsSourceSortOrder || (GreprRawLogsSourceSortOrder = {}));
168
286
  export var GreprRawLogsSourceType;
169
287
  (function (GreprRawLogsSourceType) {
170
288
  GreprRawLogsSourceType["grepr_raw_log_source"] = "grepr-raw-log-source";
@@ -173,6 +291,10 @@ export var GreprReducerLogSourceType;
173
291
  (function (GreprReducerLogSourceType) {
174
292
  GreprReducerLogSourceType["grepr_reducer_log_source"] = "grepr-reducer-log-source";
175
293
  })(GreprReducerLogSourceType || (GreprReducerLogSourceType = {}));
294
+ export var GreprUploadedLogFileSourceType;
295
+ (function (GreprUploadedLogFileSourceType) {
296
+ GreprUploadedLogFileSourceType["grepr_uploaded_log_file_source"] = "grepr-uploaded-log-file-source";
297
+ })(GreprUploadedLogFileSourceType || (GreprUploadedLogFileSourceType = {}));
176
298
  export var GreprVendorSourceType;
177
299
  (function (GreprVendorSourceType) {
178
300
  GreprVendorSourceType["GreprVendorSource"] = "GreprVendorSource";
@@ -181,6 +303,10 @@ export var GrokParserType;
181
303
  (function (GrokParserType) {
182
304
  GrokParserType["grok_parser"] = "grok-parser";
183
305
  })(GrokParserType || (GrokParserType = {}));
306
+ export var IcebergLogsReplaySourceType;
307
+ (function (IcebergLogsReplaySourceType) {
308
+ IcebergLogsReplaySourceType["logs_iceberg_replay_source"] = "logs-iceberg-replay-source";
309
+ })(IcebergLogsReplaySourceType || (IcebergLogsReplaySourceType = {}));
184
310
  export var IgnoreAttributesMergeStrategyType;
185
311
  (function (IgnoreAttributesMergeStrategyType) {
186
312
  IgnoreAttributesMergeStrategyType["ignore"] = "ignore";
@@ -193,6 +319,10 @@ export var JsonLogProcessorType;
193
319
  (function (JsonLogProcessorType) {
194
320
  JsonLogProcessorType["json_log_processor"] = "json-log-processor";
195
321
  })(JsonLogProcessorType || (JsonLogProcessorType = {}));
322
+ export var LlmPromptOutputActions;
323
+ (function (LlmPromptOutputActions) {
324
+ LlmPromptOutputActions["FORWARD_TO_SINKS"] = "FORWARD_TO_SINKS";
325
+ })(LlmPromptOutputActions || (LlmPromptOutputActions = {}));
196
326
  export var LlmPromptResponseFormat;
197
327
  (function (LlmPromptResponseFormat) {
198
328
  LlmPromptResponseFormat["TEXT"] = "TEXT";
@@ -202,6 +332,10 @@ export var LlmPromptType;
202
332
  (function (LlmPromptType) {
203
333
  LlmPromptType["llm_prompt"] = "llm-prompt";
204
334
  })(LlmPromptType || (LlmPromptType = {}));
335
+ export var LlmPromptResultsIcebergTableSourceType;
336
+ (function (LlmPromptResultsIcebergTableSourceType) {
337
+ LlmPromptResultsIcebergTableSourceType["llm_prompt_results_iceberg_table_source"] = "llm-prompt-results-iceberg-table-source";
338
+ })(LlmPromptResultsIcebergTableSourceType || (LlmPromptResultsIcebergTableSourceType = {}));
205
339
  export var LogAttributesRemapperType;
206
340
  (function (LogAttributesRemapperType) {
207
341
  LogAttributesRemapperType["log_attributes_remapper"] = "log-attributes-remapper";
@@ -214,6 +348,10 @@ export var LogReducerType;
214
348
  (function (LogReducerType) {
215
349
  LogReducerType["log_reducer"] = "log-reducer";
216
350
  })(LogReducerType || (LogReducerType = {}));
351
+ export var LogRulesApplicationType;
352
+ (function (LogRulesApplicationType) {
353
+ LogRulesApplicationType["log_rules_application"] = "log-rules-application";
354
+ })(LogRulesApplicationType || (LogRulesApplicationType = {}));
217
355
  export var LogTransformActionType;
218
356
  (function (LogTransformActionType) {
219
357
  LogTransformActionType["log_transform"] = "log-transform";
@@ -254,6 +392,10 @@ export var LogsValuesSourceType;
254
392
  (function (LogsValuesSourceType) {
255
393
  LogsValuesSourceType["logs_values_source"] = "logs-values-source";
256
394
  })(LogsValuesSourceType || (LogsValuesSourceType = {}));
395
+ export var MaskingRuleConfigType;
396
+ (function (MaskingRuleConfigType) {
397
+ MaskingRuleConfigType["masking"] = "masking";
398
+ })(MaskingRuleConfigType || (MaskingRuleConfigType = {}));
257
399
  export var MaxAttributesMergeStrategyType;
258
400
  (function (MaxAttributesMergeStrategyType) {
259
401
  MaxAttributesMergeStrategyType["max"] = "max";
@@ -262,17 +404,57 @@ export var MergeMapAttributeActionType;
262
404
  (function (MergeMapAttributeActionType) {
263
405
  MergeMapAttributeActionType["attribute_merge_action"] = "attribute-merge-action";
264
406
  })(MergeMapAttributeActionType || (MergeMapAttributeActionType = {}));
265
- export var MetricAggSpecTimeAggregation;
266
- (function (MetricAggSpecTimeAggregation) {
267
- MetricAggSpecTimeAggregation["LATEST"] = "LATEST";
268
- MetricAggSpecTimeAggregation["SUM"] = "SUM";
269
- MetricAggSpecTimeAggregation["AVG"] = "AVG";
270
- MetricAggSpecTimeAggregation["MAX"] = "MAX";
271
- })(MetricAggSpecTimeAggregation || (MetricAggSpecTimeAggregation = {}));
407
+ export var MessageExactMatchNodeType;
408
+ (function (MessageExactMatchNodeType) {
409
+ MessageExactMatchNodeType["message_exact_match_node"] = "message-exact-match-node";
410
+ })(MessageExactMatchNodeType || (MessageExactMatchNodeType = {}));
411
+ export var MessageLengthNodeType;
412
+ (function (MessageLengthNodeType) {
413
+ MessageLengthNodeType["message_length_node"] = "message-length-node";
414
+ })(MessageLengthNodeType || (MessageLengthNodeType = {}));
415
+ export var MessageLengthPredicateType;
416
+ (function (MessageLengthPredicateType) {
417
+ MessageLengthPredicateType["message_length"] = "message-length";
418
+ })(MessageLengthPredicateType || (MessageLengthPredicateType = {}));
419
+ export var MessageNodeType;
420
+ (function (MessageNodeType) {
421
+ MessageNodeType["message_node"] = "message-node";
422
+ })(MessageNodeType || (MessageNodeType = {}));
423
+ export var MessagePrefixNodeType;
424
+ (function (MessagePrefixNodeType) {
425
+ MessagePrefixNodeType["message_prefix_node"] = "message-prefix-node";
426
+ })(MessagePrefixNodeType || (MessagePrefixNodeType = {}));
427
+ export var MessageRe2NodeType;
428
+ (function (MessageRe2NodeType) {
429
+ MessageRe2NodeType["message_re2_node"] = "message-re2-node";
430
+ })(MessageRe2NodeType || (MessageRe2NodeType = {}));
431
+ export var MessageWildcardNodeType;
432
+ (function (MessageWildcardNodeType) {
433
+ MessageWildcardNodeType["message_wildcard_node"] = "message-wildcard-node";
434
+ })(MessageWildcardNodeType || (MessageWildcardNodeType = {}));
435
+ export var MetricAggSpecSpaceAggregation;
436
+ (function (MetricAggSpecSpaceAggregation) {
437
+ MetricAggSpecSpaceAggregation["LATEST"] = "LATEST";
438
+ MetricAggSpecSpaceAggregation["SUM"] = "SUM";
439
+ MetricAggSpecSpaceAggregation["AVG"] = "AVG";
440
+ MetricAggSpecSpaceAggregation["MAX"] = "MAX";
441
+ })(MetricAggSpecSpaceAggregation || (MetricAggSpecSpaceAggregation = {}));
442
+ export var MetricDataType;
443
+ (function (MetricDataType) {
444
+ MetricDataType["metricdata"] = "metricdata";
445
+ })(MetricDataType || (MetricDataType = {}));
272
446
  export var MetricEventPredicateType;
273
447
  (function (MetricEventPredicateType) {
274
448
  MetricEventPredicateType["metric_predicate"] = "metric-predicate";
275
449
  })(MetricEventPredicateType || (MetricEventPredicateType = {}));
450
+ export var MetricReducerType;
451
+ (function (MetricReducerType) {
452
+ MetricReducerType["metric_reducer"] = "metric-reducer";
453
+ })(MetricReducerType || (MetricReducerType = {}));
454
+ export var MetricReducerSqlType;
455
+ (function (MetricReducerSqlType) {
456
+ MetricReducerSqlType["metric_reducer_sql"] = "metric-reducer-sql";
457
+ })(MetricReducerSqlType || (MetricReducerSqlType = {}));
276
458
  export var MetricsIcebergTableSinkType;
277
459
  (function (MetricsIcebergTableSinkType) {
278
460
  MetricsIcebergTableSinkType["metrics_iceberg_table_sink"] = "metrics-iceberg-table-sink";
@@ -301,10 +483,18 @@ export var NewRelicQueryPredicateType;
301
483
  (function (NewRelicQueryPredicateType) {
302
484
  NewRelicQueryPredicateType["newrelic_query"] = "newrelic-query";
303
485
  })(NewRelicQueryPredicateType || (NewRelicQueryPredicateType = {}));
486
+ export var NotQueryNodeType;
487
+ (function (NotQueryNodeType) {
488
+ NotQueryNodeType["not_query_node"] = "not-query-node";
489
+ })(NotQueryNodeType || (NotQueryNodeType = {}));
304
490
  export var NrqlQueryPredicateType;
305
491
  (function (NrqlQueryPredicateType) {
306
492
  NrqlQueryPredicateType["nrql_query"] = "nrql-query";
307
493
  })(NrqlQueryPredicateType || (NrqlQueryPredicateType = {}));
494
+ export var OrQueryNodeType;
495
+ (function (OrQueryNodeType) {
496
+ OrQueryNodeType["or_query_node"] = "or-query-node";
497
+ })(OrQueryNodeType || (OrQueryNodeType = {}));
308
498
  export var OtlpLogAgentSourceType;
309
499
  (function (OtlpLogAgentSourceType) {
310
500
  OtlpLogAgentSourceType["otlp_log_agent_source"] = "otlp-log-agent-source";
@@ -325,14 +515,109 @@ export var PatternLookupIcebergTableSinkType;
325
515
  (function (PatternLookupIcebergTableSinkType) {
326
516
  PatternLookupIcebergTableSinkType["pattern_lookup_iceberg_table_sink"] = "pattern-lookup-iceberg-table-sink";
327
517
  })(PatternLookupIcebergTableSinkType || (PatternLookupIcebergTableSinkType = {}));
518
+ export var PatternMatcherType;
519
+ (function (PatternMatcherType) {
520
+ PatternMatcherType["pattern_matcher"] = "pattern-matcher";
521
+ })(PatternMatcherType || (PatternMatcherType = {}));
522
+ export var PhraseNodeType;
523
+ (function (PhraseNodeType) {
524
+ PhraseNodeType["phrase_node"] = "phrase-node";
525
+ })(PhraseNodeType || (PhraseNodeType = {}));
526
+ export var PipelineStatusHealth;
527
+ (function (PipelineStatusHealth) {
528
+ PipelineStatusHealth["HEALTHY"] = "HEALTHY";
529
+ PipelineStatusHealth["STABILIZING"] = "STABILIZING";
530
+ PipelineStatusHealth["UNHEALTHY"] = "UNHEALTHY";
531
+ PipelineStatusHealth["UNKNOWN"] = "UNKNOWN";
532
+ })(PipelineStatusHealth || (PipelineStatusHealth = {}));
533
+ export var PlanType;
534
+ (function (PlanType) {
535
+ PlanType["TRIAL"] = "TRIAL";
536
+ PlanType["INVOICE"] = "INVOICE";
537
+ })(PlanType || (PlanType = {}));
328
538
  export var PreserveAllAttributesMergeStrategyType;
329
539
  (function (PreserveAllAttributesMergeStrategyType) {
330
540
  PreserveAllAttributesMergeStrategyType["preserve"] = "preserve";
331
541
  })(PreserveAllAttributesMergeStrategyType || (PreserveAllAttributesMergeStrategyType = {}));
542
+ export var QueryJobInfoStatus;
543
+ (function (QueryJobInfoStatus) {
544
+ QueryJobInfoStatus["PENDING"] = "PENDING";
545
+ QueryJobInfoStatus["RUNNING"] = "RUNNING";
546
+ QueryJobInfoStatus["FINISHED"] = "FINISHED";
547
+ QueryJobInfoStatus["UNKNOWN"] = "UNKNOWN";
548
+ QueryJobInfoStatus["FAILED"] = "FAILED";
549
+ QueryJobInfoStatus["TIMEOUT"] = "TIMEOUT";
550
+ QueryJobInfoStatus["CANCELLED"] = "CANCELLED";
551
+ })(QueryJobInfoStatus || (QueryJobInfoStatus = {}));
332
552
  export var RagType;
333
553
  (function (RagType) {
334
554
  RagType["rag"] = "rag";
335
555
  })(RagType || (RagType = {}));
556
+ export var ReadFeatureFlags;
557
+ (function (ReadFeatureFlags) {
558
+ ReadFeatureFlags["DATADOG_BROWSER_LOGS_INTEGRATION"] = "DATADOG_BROWSER_LOGS_INTEGRATION";
559
+ ReadFeatureFlags["METRICS_SOURCE"] = "METRICS_SOURCE";
560
+ ReadFeatureFlags["S3_LOGS_FILE_SOURCE"] = "S3_LOGS_FILE_SOURCE";
561
+ ReadFeatureFlags["PIPELINE_TEMPLATES"] = "PIPELINE_TEMPLATES";
562
+ ReadFeatureFlags["TRACE_PIPELINE_CREATION"] = "TRACE_PIPELINE_CREATION";
563
+ ReadFeatureFlags["AI_WORKFLOWS"] = "AI_WORKFLOWS";
564
+ ReadFeatureFlags["ICEBERG_LOG_SOURCE"] = "ICEBERG_LOG_SOURCE";
565
+ ReadFeatureFlags["QUERY_JOBS"] = "QUERY_JOBS";
566
+ ReadFeatureFlags["AUTH0_SSO_CONNECTION"] = "AUTH0_SSO_CONNECTION";
567
+ ReadFeatureFlags["UNKNOWN"] = "UNKNOWN";
568
+ })(ReadFeatureFlags || (ReadFeatureFlags = {}));
569
+ export var ReadAnthropicType;
570
+ (function (ReadAnthropicType) {
571
+ ReadAnthropicType["anthropic"] = "anthropic";
572
+ })(ReadAnthropicType || (ReadAnthropicType = {}));
573
+ export var ReadDataWarehouseType;
574
+ (function (ReadDataWarehouseType) {
575
+ ReadDataWarehouseType["data_warehouse"] = "data-warehouse";
576
+ })(ReadDataWarehouseType || (ReadDataWarehouseType = {}));
577
+ export var ReadDatadogType;
578
+ (function (ReadDatadogType) {
579
+ ReadDatadogType["datadog"] = "datadog";
580
+ })(ReadDatadogType || (ReadDatadogType = {}));
581
+ export var ReadDatadogMcpType;
582
+ (function (ReadDatadogMcpType) {
583
+ ReadDatadogMcpType["datadog_mcp"] = "datadog-mcp";
584
+ })(ReadDatadogMcpType || (ReadDatadogMcpType = {}));
585
+ export var ReadGeminiType;
586
+ (function (ReadGeminiType) {
587
+ ReadGeminiType["gemini"] = "gemini";
588
+ })(ReadGeminiType || (ReadGeminiType = {}));
589
+ export var ReadNewRelicType;
590
+ (function (ReadNewRelicType) {
591
+ ReadNewRelicType["newrelic"] = "newrelic";
592
+ })(ReadNewRelicType || (ReadNewRelicType = {}));
593
+ export var ReadOpenAiType;
594
+ (function (ReadOpenAiType) {
595
+ ReadOpenAiType["openai"] = "openai";
596
+ })(ReadOpenAiType || (ReadOpenAiType = {}));
597
+ export var ReadOtlpType;
598
+ (function (ReadOtlpType) {
599
+ ReadOtlpType["otlp"] = "otlp";
600
+ })(ReadOtlpType || (ReadOtlpType = {}));
601
+ export var ReadPagerDutyMcpType;
602
+ (function (ReadPagerDutyMcpType) {
603
+ ReadPagerDutyMcpType["pagerduty_mcp"] = "pagerduty-mcp";
604
+ })(ReadPagerDutyMcpType || (ReadPagerDutyMcpType = {}));
605
+ export var ReadS3DataWarehouseType;
606
+ (function (ReadS3DataWarehouseType) {
607
+ ReadS3DataWarehouseType["s3_data_warehouse"] = "s3-data-warehouse";
608
+ })(ReadS3DataWarehouseType || (ReadS3DataWarehouseType = {}));
609
+ export var ReadS3VectorIndexType;
610
+ (function (ReadS3VectorIndexType) {
611
+ ReadS3VectorIndexType["s3_vector_index"] = "s3-vector-index";
612
+ })(ReadS3VectorIndexType || (ReadS3VectorIndexType = {}));
613
+ export var ReadSplunkType;
614
+ (function (ReadSplunkType) {
615
+ ReadSplunkType["splunk"] = "splunk";
616
+ })(ReadSplunkType || (ReadSplunkType = {}));
617
+ export var ReadSumoType;
618
+ (function (ReadSumoType) {
619
+ ReadSumoType["sumo"] = "sumo";
620
+ })(ReadSumoType || (ReadSumoType = {}));
336
621
  export var ReducerLogsQuerySourceType;
337
622
  (function (ReducerLogsQuerySourceType) {
338
623
  ReducerLogsQuerySourceType["reducer_logs_iceberg_table_source"] = "reducer-logs-iceberg-table-source";
@@ -341,6 +626,18 @@ export var RemoveKeyAttributeActionType;
341
626
  (function (RemoveKeyAttributeActionType) {
342
627
  RemoveKeyAttributeActionType["attribute_remove_action"] = "attribute-remove-action";
343
628
  })(RemoveKeyAttributeActionType || (RemoveKeyAttributeActionType = {}));
629
+ export var ResourceFilterResourceType;
630
+ (function (ResourceFilterResourceType) {
631
+ ResourceFilterResourceType["INTEGRATION"] = "INTEGRATION";
632
+ ResourceFilterResourceType["JOB"] = "JOB";
633
+ ResourceFilterResourceType["DATASET"] = "DATASET";
634
+ ResourceFilterResourceType["TEMPLATE"] = "TEMPLATE";
635
+ ResourceFilterResourceType["TEAM"] = "TEAM";
636
+ ResourceFilterResourceType["USER"] = "USER";
637
+ ResourceFilterResourceType["ORGANIZATION_SETTINGS"] = "ORGANIZATION_SETTINGS";
638
+ ResourceFilterResourceType["SERVICE_ACCOUNT"] = "SERVICE_ACCOUNT";
639
+ ResourceFilterResourceType["ORGANIZATION"] = "ORGANIZATION";
640
+ })(ResourceFilterResourceType || (ResourceFilterResourceType = {}));
344
641
  export var S3LogsFileSourceType;
345
642
  (function (S3LogsFileSourceType) {
346
643
  S3LogsFileSourceType["s3_file_source"] = "s3-file-source";
@@ -349,18 +646,39 @@ export var SamplingAttributesMergeStrategyType;
349
646
  (function (SamplingAttributesMergeStrategyType) {
350
647
  SamplingAttributesMergeStrategyType["sample"] = "sample";
351
648
  })(SamplingAttributesMergeStrategyType || (SamplingAttributesMergeStrategyType = {}));
649
+ export var SeverityNodeType;
650
+ (function (SeverityNodeType) {
651
+ SeverityNodeType["severity_node"] = "severity-node";
652
+ })(SeverityNodeType || (SeverityNodeType = {}));
352
653
  export var SimpleType;
353
654
  (function (SimpleType) {
354
655
  SimpleType["simple"] = "simple";
355
656
  })(SimpleType || (SimpleType = {}));
657
+ export var SocialUserInfoType;
658
+ (function (SocialUserInfoType) {
659
+ SocialUserInfoType["SOCIAL"] = "SOCIAL";
660
+ })(SocialUserInfoType || (SocialUserInfoType = {}));
661
+ export var SpanSpanKind;
662
+ (function (SpanSpanKind) {
663
+ SpanSpanKind["UNSPECIFIED"] = "UNSPECIFIED";
664
+ SpanSpanKind["INTERNAL"] = "INTERNAL";
665
+ SpanSpanKind["SERVER"] = "SERVER";
666
+ SpanSpanKind["CLIENT"] = "CLIENT";
667
+ SpanSpanKind["PRODUCER"] = "PRODUCER";
668
+ SpanSpanKind["CONSUMER"] = "CONSUMER";
669
+ })(SpanSpanKind || (SpanSpanKind = {}));
670
+ export var SpanDedupIcebergTableSinkType;
671
+ (function (SpanDedupIcebergTableSinkType) {
672
+ SpanDedupIcebergTableSinkType["spans_dedup_iceberg_table_sink"] = "spans-dedup-iceberg-table-sink";
673
+ })(SpanDedupIcebergTableSinkType || (SpanDedupIcebergTableSinkType = {}));
674
+ export var SpansBackfillIcebergTableSourceType;
675
+ (function (SpansBackfillIcebergTableSourceType) {
676
+ SpansBackfillIcebergTableSourceType["spans_backfill_iceberg_table_source"] = "spans-backfill-iceberg-table-source";
677
+ })(SpansBackfillIcebergTableSourceType || (SpansBackfillIcebergTableSourceType = {}));
356
678
  export var SpansSynchronousSinkType;
357
679
  (function (SpansSynchronousSinkType) {
358
680
  SpansSynchronousSinkType["spans_sync_sink"] = "spans-sync-sink";
359
681
  })(SpansSynchronousSinkType || (SpansSynchronousSinkType = {}));
360
- export var SplQueryPredicateType;
361
- (function (SplQueryPredicateType) {
362
- SplQueryPredicateType["spl_query"] = "spl-query";
363
- })(SplQueryPredicateType || (SplQueryPredicateType = {}));
364
682
  export var SplunkLogAgentSourceType;
365
683
  (function (SplunkLogAgentSourceType) {
366
684
  SplunkLogAgentSourceType["splunk_log_agent_source"] = "splunk-log-agent-source";
@@ -382,6 +700,7 @@ export var SqlOperationInputs;
382
700
  SqlOperationInputs["VARIANT"] = "VARIANT";
383
701
  SqlOperationInputs["LOG_EVENT"] = "LOG_EVENT";
384
702
  SqlOperationInputs["COMPLETE_SPAN"] = "COMPLETE_SPAN";
703
+ SqlOperationInputs["METRIC_DATA"] = "METRIC_DATA";
385
704
  })(SqlOperationInputs || (SqlOperationInputs = {}));
386
705
  export var SqlOperationType;
387
706
  (function (SqlOperationType) {
@@ -395,6 +714,13 @@ export var SqlViewStatementType;
395
714
  (function (SqlViewStatementType) {
396
715
  SqlViewStatementType["sql_view"] = "sql_view";
397
716
  })(SqlViewStatementType || (SqlViewStatementType = {}));
717
+ export var StatusCode;
718
+ (function (StatusCode) {
719
+ StatusCode["UNSET"] = "UNSET";
720
+ StatusCode["OK"] = "OK";
721
+ StatusCode["ERROR"] = "ERROR";
722
+ StatusCode["UNRECOGNIZED"] = "UNRECOGNIZED";
723
+ })(StatusCode || (StatusCode = {}));
398
724
  export var SumAttributesMergeStrategyType;
399
725
  (function (SumAttributesMergeStrategyType) {
400
726
  SumAttributesMergeStrategyType["sum"] = "sum";
@@ -418,303 +744,6 @@ export var TagActionType;
418
744
  (function (TagActionType) {
419
745
  TagActionType["tag_action"] = "tag-action";
420
746
  })(TagActionType || (TagActionType = {}));
421
- export var TemplateExternalTriggerExceptionType;
422
- (function (TemplateExternalTriggerExceptionType) {
423
- TemplateExternalTriggerExceptionType["external_trigger_exception"] = "external-trigger-exception";
424
- })(TemplateExternalTriggerExceptionType || (TemplateExternalTriggerExceptionType = {}));
425
- export var TemplateIntegrationExceptionType;
426
- (function (TemplateIntegrationExceptionType) {
427
- TemplateIntegrationExceptionType["integration_exception"] = "integration-exception";
428
- })(TemplateIntegrationExceptionType || (TemplateIntegrationExceptionType = {}));
429
- export var TemplateOperationType;
430
- (function (TemplateOperationType) {
431
- TemplateOperationType["template_operation"] = "template-operation";
432
- })(TemplateOperationType || (TemplateOperationType = {}));
433
- export var TemplateQueryActionRuleExceptionType;
434
- (function (TemplateQueryActionRuleExceptionType) {
435
- TemplateQueryActionRuleExceptionType["query_action_rule_exception"] = "query-action-rule-exception";
436
- })(TemplateQueryActionRuleExceptionType || (TemplateQueryActionRuleExceptionType = {}));
437
- export var TemplateQueryExceptionType;
438
- (function (TemplateQueryExceptionType) {
439
- TemplateQueryExceptionType["query_exception"] = "query-exception";
440
- })(TemplateQueryExceptionType || (TemplateQueryExceptionType = {}));
441
- export var TemplateSqlOperationSqlMode;
442
- (function (TemplateSqlOperationSqlMode) {
443
- TemplateSqlOperationSqlMode["else"] = "else";
444
- TemplateSqlOperationSqlMode["also"] = "also";
445
- })(TemplateSqlOperationSqlMode || (TemplateSqlOperationSqlMode = {}));
446
- export var TemplateTraceSamplerExceptionType;
447
- (function (TemplateTraceSamplerExceptionType) {
448
- TemplateTraceSamplerExceptionType["trace_sampler_exception"] = "trace-sampler-exception";
449
- })(TemplateTraceSamplerExceptionType || (TemplateTraceSamplerExceptionType = {}));
450
- export var TraceReducerType;
451
- (function (TraceReducerType) {
452
- TraceReducerType["trace_reducer"] = "trace-reducer";
453
- })(TraceReducerType || (TraceReducerType = {}));
454
- export var TraceSamplerType;
455
- (function (TraceSamplerType) {
456
- TraceSamplerType["trace_sampler"] = "trace-sampler";
457
- })(TraceSamplerType || (TraceSamplerType = {}));
458
- export var TracesIcebergTableSourceType;
459
- (function (TracesIcebergTableSourceType) {
460
- TracesIcebergTableSourceType["traces_iceberg_table_source"] = "traces-iceberg-table-source";
461
- })(TracesIcebergTableSourceType || (TracesIcebergTableSourceType = {}));
462
- export var VariantSynchronousSinkType;
463
- (function (VariantSynchronousSinkType) {
464
- VariantSynchronousSinkType["variant_sync_sink"] = "variant-sync-sink";
465
- })(VariantSynchronousSinkType || (VariantSynchronousSinkType = {}));
466
- export var WindowBasedLogarithmicSamplingType;
467
- (function (WindowBasedLogarithmicSamplingType) {
468
- WindowBasedLogarithmicSamplingType["window_based_logarithmic_sampling"] = "window-based-logarithmic-sampling";
469
- })(WindowBasedLogarithmicSamplingType || (WindowBasedLogarithmicSamplingType = {}));
470
- export var ActivityLogsSearchLogTypes;
471
- (function (ActivityLogsSearchLogTypes) {
472
- ActivityLogsSearchLogTypes["INTEGRATION_IMPORT"] = "INTEGRATION_IMPORT";
473
- ActivityLogsSearchLogTypes["INTEGRATION_STATISTICS"] = "INTEGRATION_STATISTICS";
474
- ActivityLogsSearchLogTypes["JOB_EXECUTION"] = "JOB_EXECUTION";
475
- ActivityLogsSearchLogTypes["USER_ACTIVITY"] = "USER_ACTIVITY";
476
- ActivityLogsSearchLogTypes["SECURITY_EVENT"] = "SECURITY_EVENT";
477
- })(ActivityLogsSearchLogTypes || (ActivityLogsSearchLogTypes = {}));
478
- export var ActivityLogsSearchStatuses;
479
- (function (ActivityLogsSearchStatuses) {
480
- ActivityLogsSearchStatuses["INFO"] = "INFO";
481
- ActivityLogsSearchStatuses["WARNING"] = "WARNING";
482
- ActivityLogsSearchStatuses["ERROR"] = "ERROR";
483
- })(ActivityLogsSearchStatuses || (ActivityLogsSearchStatuses = {}));
484
- export var ResourceFilterResourceType;
485
- (function (ResourceFilterResourceType) {
486
- ResourceFilterResourceType["INTEGRATION"] = "INTEGRATION";
487
- ResourceFilterResourceType["JOB"] = "JOB";
488
- ResourceFilterResourceType["DATASET"] = "DATASET";
489
- ResourceFilterResourceType["TEMPLATE"] = "TEMPLATE";
490
- ResourceFilterResourceType["TEAM"] = "TEAM";
491
- ResourceFilterResourceType["USER"] = "USER";
492
- ResourceFilterResourceType["ORGANIZATION"] = "ORGANIZATION";
493
- })(ResourceFilterResourceType || (ResourceFilterResourceType = {}));
494
- export var ReadDatadogType;
495
- (function (ReadDatadogType) {
496
- ReadDatadogType["datadog"] = "datadog";
497
- })(ReadDatadogType || (ReadDatadogType = {}));
498
- export var VendorImportedExceptionExceptionType;
499
- (function (VendorImportedExceptionExceptionType) {
500
- VendorImportedExceptionExceptionType["DATADOG_MONITOR"] = "DATADOG_MONITOR";
501
- VendorImportedExceptionExceptionType["DATADOG_DASHBOARD"] = "DATADOG_DASHBOARD";
502
- VendorImportedExceptionExceptionType["DATADOG_LOG_BASED_METRICS"] = "DATADOG_LOG_BASED_METRICS";
503
- VendorImportedExceptionExceptionType["SPLUNK_MONITOR"] = "SPLUNK_MONITOR";
504
- VendorImportedExceptionExceptionType["NEW_RELIC_MONITOR"] = "NEW_RELIC_MONITOR";
505
- VendorImportedExceptionExceptionType["NEW_RELIC_DASHBOARD"] = "NEW_RELIC_DASHBOARD";
506
- })(VendorImportedExceptionExceptionType || (VendorImportedExceptionExceptionType = {}));
507
- export var ReadDataWarehouseType;
508
- (function (ReadDataWarehouseType) {
509
- ReadDataWarehouseType["data_warehouse"] = "data-warehouse";
510
- })(ReadDataWarehouseType || (ReadDataWarehouseType = {}));
511
- export var ReadS3DataWarehouseType;
512
- (function (ReadS3DataWarehouseType) {
513
- ReadS3DataWarehouseType["s3_data_warehouse"] = "s3-data-warehouse";
514
- })(ReadS3DataWarehouseType || (ReadS3DataWarehouseType = {}));
515
- export var ReadGeminiType;
516
- (function (ReadGeminiType) {
517
- ReadGeminiType["gemini"] = "gemini";
518
- })(ReadGeminiType || (ReadGeminiType = {}));
519
- export var ReadNewRelicType;
520
- (function (ReadNewRelicType) {
521
- ReadNewRelicType["newrelic"] = "newrelic";
522
- })(ReadNewRelicType || (ReadNewRelicType = {}));
523
- export var ReadOpenAiType;
524
- (function (ReadOpenAiType) {
525
- ReadOpenAiType["openai"] = "openai";
526
- })(ReadOpenAiType || (ReadOpenAiType = {}));
527
- export var ReadOtlpType;
528
- (function (ReadOtlpType) {
529
- ReadOtlpType["otlp"] = "otlp";
530
- })(ReadOtlpType || (ReadOtlpType = {}));
531
- export var ReadS3VectorIndexType;
532
- (function (ReadS3VectorIndexType) {
533
- ReadS3VectorIndexType["s3_vector_index"] = "s3-vector-index";
534
- })(ReadS3VectorIndexType || (ReadS3VectorIndexType = {}));
535
- export var ReadSplunkType;
536
- (function (ReadSplunkType) {
537
- ReadSplunkType["splunk"] = "splunk";
538
- })(ReadSplunkType || (ReadSplunkType = {}));
539
- export var ReadSumoType;
540
- (function (ReadSumoType) {
541
- ReadSumoType["sumo"] = "sumo";
542
- })(ReadSumoType || (ReadSumoType = {}));
543
- export var TeamAssignmentRole;
544
- (function (TeamAssignmentRole) {
545
- TeamAssignmentRole["LEADER"] = "LEADER";
546
- TeamAssignmentRole["MEMBER"] = "MEMBER";
547
- })(TeamAssignmentRole || (TeamAssignmentRole = {}));
548
- export var PipelineStatusHealth;
549
- (function (PipelineStatusHealth) {
550
- PipelineStatusHealth["HEALTHY"] = "HEALTHY";
551
- PipelineStatusHealth["STABILIZING"] = "STABILIZING";
552
- PipelineStatusHealth["UNHEALTHY"] = "UNHEALTHY";
553
- PipelineStatusHealth["UNKNOWN"] = "UNKNOWN";
554
- })(PipelineStatusHealth || (PipelineStatusHealth = {}));
555
- export var CompleteSpanType;
556
- (function (CompleteSpanType) {
557
- CompleteSpanType["complete_span"] = "complete_span";
558
- })(CompleteSpanType || (CompleteSpanType = {}));
559
- export var DoubleDatapointMetricType;
560
- (function (DoubleDatapointMetricType) {
561
- DoubleDatapointMetricType["UNSPECIFIED_DOUBLE"] = "UNSPECIFIED_DOUBLE";
562
- DoubleDatapointMetricType["GAUGE_DOUBLE"] = "GAUGE_DOUBLE";
563
- DoubleDatapointMetricType["RATE_DOUBLE"] = "RATE_DOUBLE";
564
- DoubleDatapointMetricType["COUNT_DOUBLE"] = "COUNT_DOUBLE";
565
- })(DoubleDatapointMetricType || (DoubleDatapointMetricType = {}));
566
- export var DoubleDatapointType;
567
- (function (DoubleDatapointType) {
568
- DoubleDatapointType["double_datapoint"] = "double-datapoint";
569
- })(DoubleDatapointType || (DoubleDatapointType = {}));
570
- export var EventRecordJobState;
571
- (function (EventRecordJobState) {
572
- EventRecordJobState["HEARTBEAT"] = "HEARTBEAT";
573
- EventRecordJobState["RUNNING"] = "RUNNING";
574
- EventRecordJobState["FAILED"] = "FAILED";
575
- EventRecordJobState["FINISHED"] = "FINISHED";
576
- EventRecordJobState["CANCELLED"] = "CANCELLED";
577
- EventRecordJobState["TIMED_OUT"] = "TIMED_OUT";
578
- EventRecordJobState["UNKNOWN"] = "UNKNOWN";
579
- EventRecordJobState["SCANNED_MAX"] = "SCANNED_MAX";
580
- })(EventRecordJobState || (EventRecordJobState = {}));
581
- export var SpanSpanKind;
582
- (function (SpanSpanKind) {
583
- SpanSpanKind["UNSPECIFIED"] = "UNSPECIFIED";
584
- SpanSpanKind["INTERNAL"] = "INTERNAL";
585
- SpanSpanKind["SERVER"] = "SERVER";
586
- SpanSpanKind["CLIENT"] = "CLIENT";
587
- SpanSpanKind["PRODUCER"] = "PRODUCER";
588
- SpanSpanKind["CONSUMER"] = "CONSUMER";
589
- })(SpanSpanKind || (SpanSpanKind = {}));
590
- export var StatusCode;
591
- (function (StatusCode) {
592
- StatusCode["UNSET"] = "UNSET";
593
- StatusCode["OK"] = "OK";
594
- StatusCode["ERROR"] = "ERROR";
595
- StatusCode["UNRECOGNIZED"] = "UNRECOGNIZED";
596
- })(StatusCode || (StatusCode = {}));
597
- export var VariantType;
598
- (function (VariantType) {
599
- VariantType["OBJECT"] = "OBJECT";
600
- VariantType["ARRAY"] = "ARRAY";
601
- VariantType["NULL"] = "NULL";
602
- VariantType["BOOLEAN"] = "BOOLEAN";
603
- VariantType["TINYINT"] = "TINYINT";
604
- VariantType["SMALLINT"] = "SMALLINT";
605
- VariantType["INT"] = "INT";
606
- VariantType["BIGINT"] = "BIGINT";
607
- VariantType["FLOAT"] = "FLOAT";
608
- VariantType["DOUBLE"] = "DOUBLE";
609
- VariantType["DECIMAL"] = "DECIMAL";
610
- VariantType["STRING"] = "STRING";
611
- VariantType["DATE"] = "DATE";
612
- VariantType["TIMESTAMP"] = "TIMESTAMP";
613
- VariantType["TIMESTAMP_LTZ"] = "TIMESTAMP_LTZ";
614
- VariantType["BYTES"] = "BYTES";
615
- })(VariantType || (VariantType = {}));
616
- export var QueryJobInfoStatus;
617
- (function (QueryJobInfoStatus) {
618
- QueryJobInfoStatus["PENDING"] = "PENDING";
619
- QueryJobInfoStatus["RUNNING"] = "RUNNING";
620
- QueryJobInfoStatus["FINISHED"] = "FINISHED";
621
- QueryJobInfoStatus["UNKNOWN"] = "UNKNOWN";
622
- QueryJobInfoStatus["FAILED"] = "FAILED";
623
- QueryJobInfoStatus["TIMEOUT"] = "TIMEOUT";
624
- QueryJobInfoStatus["CANCELLED"] = "CANCELLED";
625
- })(QueryJobInfoStatus || (QueryJobInfoStatus = {}));
626
- export var PlanType;
627
- (function (PlanType) {
628
- PlanType["TRIAL"] = "TRIAL";
629
- PlanType["INVOICE"] = "INVOICE";
630
- })(PlanType || (PlanType = {}));
631
- export var ReadFeatureFlags;
632
- (function (ReadFeatureFlags) {
633
- ReadFeatureFlags["DATADOG_BROWSER_LOGS_INTEGRATION"] = "DATADOG_BROWSER_LOGS_INTEGRATION";
634
- ReadFeatureFlags["METRICS_SOURCE"] = "METRICS_SOURCE";
635
- ReadFeatureFlags["S3_LOGS_FILE_SOURCE"] = "S3_LOGS_FILE_SOURCE";
636
- ReadFeatureFlags["PIPELINE_TEMPLATES"] = "PIPELINE_TEMPLATES";
637
- ReadFeatureFlags["TRACE_PIPELINE_CREATION"] = "TRACE_PIPELINE_CREATION";
638
- ReadFeatureFlags["AI_WORKFLOWS"] = "AI_WORKFLOWS";
639
- ReadFeatureFlags["UNKNOWN"] = "UNKNOWN";
640
- })(ReadFeatureFlags || (ReadFeatureFlags = {}));
641
- export var AllQueryNodeType;
642
- (function (AllQueryNodeType) {
643
- AllQueryNodeType["all_query_node"] = "all-query-node";
644
- })(AllQueryNodeType || (AllQueryNodeType = {}));
645
- export var AndQueryNodeType;
646
- (function (AndQueryNodeType) {
647
- AndQueryNodeType["and_query_node"] = "and-query-node";
648
- })(AndQueryNodeType || (AndQueryNodeType = {}));
649
- export var AttributeKeyTermNodeType;
650
- (function (AttributeKeyTermNodeType) {
651
- AttributeKeyTermNodeType["attribute_key_term_node"] = "attribute-key-term-node";
652
- })(AttributeKeyTermNodeType || (AttributeKeyTermNodeType = {}));
653
- export var AttributeNodeType;
654
- (function (AttributeNodeType) {
655
- AttributeNodeType["attribute_node"] = "attribute-node";
656
- })(AttributeNodeType || (AttributeNodeType = {}));
657
- export var AttributePrefixNodeType;
658
- (function (AttributePrefixNodeType) {
659
- AttributePrefixNodeType["attribute_prefix_node"] = "attribute-prefix-node";
660
- })(AttributePrefixNodeType || (AttributePrefixNodeType = {}));
661
- export var AttributeRe2NodeType;
662
- (function (AttributeRe2NodeType) {
663
- AttributeRe2NodeType["attribute_re2_node"] = "attribute-re2-node";
664
- })(AttributeRe2NodeType || (AttributeRe2NodeType = {}));
665
- export var AttributeWildcardNodeType;
666
- (function (AttributeWildcardNodeType) {
667
- AttributeWildcardNodeType["attribute_wildcard_node"] = "attribute-wildcard-node";
668
- })(AttributeWildcardNodeType || (AttributeWildcardNodeType = {}));
669
- export var AttributeWithComparatorNodeComparator;
670
- (function (AttributeWithComparatorNodeComparator) {
671
- AttributeWithComparatorNodeComparator["GREATER_THAN"] = "GREATER_THAN";
672
- AttributeWithComparatorNodeComparator["GREATER_THAN_OR_EQUAL"] = "GREATER_THAN_OR_EQUAL";
673
- AttributeWithComparatorNodeComparator["LESS_THAN"] = "LESS_THAN";
674
- AttributeWithComparatorNodeComparator["LESS_THAN_OR_EQUAL"] = "LESS_THAN_OR_EQUAL";
675
- AttributeWithComparatorNodeComparator["EQUAL"] = "EQUAL";
676
- AttributeWithComparatorNodeComparator["NOT_EQUAL"] = "NOT_EQUAL";
677
- })(AttributeWithComparatorNodeComparator || (AttributeWithComparatorNodeComparator = {}));
678
- export var AttributeWithComparatorNodeType;
679
- (function (AttributeWithComparatorNodeType) {
680
- AttributeWithComparatorNodeType["attribute_comparator_node"] = "attribute-comparator-node";
681
- })(AttributeWithComparatorNodeType || (AttributeWithComparatorNodeType = {}));
682
- export var MessageExactMatchNodeType;
683
- (function (MessageExactMatchNodeType) {
684
- MessageExactMatchNodeType["message_exact_match_node"] = "message-exact-match-node";
685
- })(MessageExactMatchNodeType || (MessageExactMatchNodeType = {}));
686
- export var MessageNodeType;
687
- (function (MessageNodeType) {
688
- MessageNodeType["message_node"] = "message-node";
689
- })(MessageNodeType || (MessageNodeType = {}));
690
- export var MessagePrefixNodeType;
691
- (function (MessagePrefixNodeType) {
692
- MessagePrefixNodeType["message_prefix_node"] = "message-prefix-node";
693
- })(MessagePrefixNodeType || (MessagePrefixNodeType = {}));
694
- export var MessageRe2NodeType;
695
- (function (MessageRe2NodeType) {
696
- MessageRe2NodeType["message_re2_node"] = "message-re2-node";
697
- })(MessageRe2NodeType || (MessageRe2NodeType = {}));
698
- export var MessageWildcardNodeType;
699
- (function (MessageWildcardNodeType) {
700
- MessageWildcardNodeType["message_wildcard_node"] = "message-wildcard-node";
701
- })(MessageWildcardNodeType || (MessageWildcardNodeType = {}));
702
- export var NotQueryNodeType;
703
- (function (NotQueryNodeType) {
704
- NotQueryNodeType["not_query_node"] = "not-query-node";
705
- })(NotQueryNodeType || (NotQueryNodeType = {}));
706
- export var OrQueryNodeType;
707
- (function (OrQueryNodeType) {
708
- OrQueryNodeType["or_query_node"] = "or-query-node";
709
- })(OrQueryNodeType || (OrQueryNodeType = {}));
710
- export var PhraseNodeType;
711
- (function (PhraseNodeType) {
712
- PhraseNodeType["phrase_node"] = "phrase-node";
713
- })(PhraseNodeType || (PhraseNodeType = {}));
714
- export var SeverityNodeType;
715
- (function (SeverityNodeType) {
716
- SeverityNodeType["severity_node"] = "severity-node";
717
- })(SeverityNodeType || (SeverityNodeType = {}));
718
747
  export var TagKeyNodeType;
719
748
  (function (TagKeyNodeType) {
720
749
  TagKeyNodeType["tag_key_node"] = "tag-key-node";
@@ -747,22 +776,100 @@ export var TagWithComparatorNodeType;
747
776
  (function (TagWithComparatorNodeType) {
748
777
  TagWithComparatorNodeType["tag_comparator_node"] = "tag-comparator-node";
749
778
  })(TagWithComparatorNodeType || (TagWithComparatorNodeType = {}));
750
- export var DatabaseUserInfoType;
751
- (function (DatabaseUserInfoType) {
752
- DatabaseUserInfoType["DATABASE"] = "DATABASE";
753
- })(DatabaseUserInfoType || (DatabaseUserInfoType = {}));
754
- export var SocialUserInfoType;
755
- (function (SocialUserInfoType) {
756
- SocialUserInfoType["SOCIAL"] = "SOCIAL";
757
- })(SocialUserInfoType || (SocialUserInfoType = {}));
779
+ export var TeamAssignmentRole;
780
+ (function (TeamAssignmentRole) {
781
+ TeamAssignmentRole["LEADER"] = "LEADER";
782
+ TeamAssignmentRole["MEMBER"] = "MEMBER";
783
+ })(TeamAssignmentRole || (TeamAssignmentRole = {}));
784
+ export var TemplateExternalTriggerExceptionType;
785
+ (function (TemplateExternalTriggerExceptionType) {
786
+ TemplateExternalTriggerExceptionType["external_trigger_exception"] = "external-trigger-exception";
787
+ })(TemplateExternalTriggerExceptionType || (TemplateExternalTriggerExceptionType = {}));
788
+ export var TemplateIntegrationExceptionType;
789
+ (function (TemplateIntegrationExceptionType) {
790
+ TemplateIntegrationExceptionType["integration_exception"] = "integration-exception";
791
+ })(TemplateIntegrationExceptionType || (TemplateIntegrationExceptionType = {}));
792
+ export var TemplateOperationType;
793
+ (function (TemplateOperationType) {
794
+ TemplateOperationType["template_operation"] = "template-operation";
795
+ })(TemplateOperationType || (TemplateOperationType = {}));
796
+ export var TemplateQueryActionRuleExceptionType;
797
+ (function (TemplateQueryActionRuleExceptionType) {
798
+ TemplateQueryActionRuleExceptionType["query_action_rule_exception"] = "query-action-rule-exception";
799
+ })(TemplateQueryActionRuleExceptionType || (TemplateQueryActionRuleExceptionType = {}));
800
+ export var TemplateQueryExceptionType;
801
+ (function (TemplateQueryExceptionType) {
802
+ TemplateQueryExceptionType["query_exception"] = "query-exception";
803
+ })(TemplateQueryExceptionType || (TemplateQueryExceptionType = {}));
804
+ export var TemplateSqlOperationSqlMode;
805
+ (function (TemplateSqlOperationSqlMode) {
806
+ TemplateSqlOperationSqlMode["else"] = "else";
807
+ TemplateSqlOperationSqlMode["also"] = "also";
808
+ })(TemplateSqlOperationSqlMode || (TemplateSqlOperationSqlMode = {}));
809
+ export var TemplateTraceSamplerExceptionType;
810
+ (function (TemplateTraceSamplerExceptionType) {
811
+ TemplateTraceSamplerExceptionType["trace_sampler_exception"] = "trace-sampler-exception";
812
+ })(TemplateTraceSamplerExceptionType || (TemplateTraceSamplerExceptionType = {}));
813
+ export var TimeSeriesRuleConfigType;
814
+ (function (TimeSeriesRuleConfigType) {
815
+ TimeSeriesRuleConfigType["time_series"] = "time-series";
816
+ })(TimeSeriesRuleConfigType || (TimeSeriesRuleConfigType = {}));
817
+ export var TraceReducerType;
818
+ (function (TraceReducerType) {
819
+ TraceReducerType["trace_reducer"] = "trace-reducer";
820
+ })(TraceReducerType || (TraceReducerType = {}));
821
+ export var TraceSamplerType;
822
+ (function (TraceSamplerType) {
823
+ TraceSamplerType["trace_sampler"] = "trace-sampler";
824
+ })(TraceSamplerType || (TraceSamplerType = {}));
825
+ export var TracesIcebergTableSourceType;
826
+ (function (TracesIcebergTableSourceType) {
827
+ TracesIcebergTableSourceType["traces_iceberg_table_source"] = "traces-iceberg-table-source";
828
+ })(TracesIcebergTableSourceType || (TracesIcebergTableSourceType = {}));
829
+ export var TriggerActionOpType;
830
+ (function (TriggerActionOpType) {
831
+ TriggerActionOpType["trigger_action"] = "trigger-action";
832
+ })(TriggerActionOpType || (TriggerActionOpType = {}));
833
+ export var VariantType;
834
+ (function (VariantType) {
835
+ VariantType["OBJECT"] = "OBJECT";
836
+ VariantType["ARRAY"] = "ARRAY";
837
+ VariantType["NULL"] = "NULL";
838
+ VariantType["BOOLEAN"] = "BOOLEAN";
839
+ VariantType["TINYINT"] = "TINYINT";
840
+ VariantType["SMALLINT"] = "SMALLINT";
841
+ VariantType["INT"] = "INT";
842
+ VariantType["BIGINT"] = "BIGINT";
843
+ VariantType["FLOAT"] = "FLOAT";
844
+ VariantType["DOUBLE"] = "DOUBLE";
845
+ VariantType["DECIMAL"] = "DECIMAL";
846
+ VariantType["STRING"] = "STRING";
847
+ VariantType["DATE"] = "DATE";
848
+ VariantType["TIMESTAMP"] = "TIMESTAMP";
849
+ VariantType["TIMESTAMP_LTZ"] = "TIMESTAMP_LTZ";
850
+ VariantType["BYTES"] = "BYTES";
851
+ })(VariantType || (VariantType = {}));
852
+ export var VariantSynchronousSinkType;
853
+ (function (VariantSynchronousSinkType) {
854
+ VariantSynchronousSinkType["variant_sync_sink"] = "variant-sync-sink";
855
+ })(VariantSynchronousSinkType || (VariantSynchronousSinkType = {}));
856
+ export var VendorImportedExceptionExceptionType;
857
+ (function (VendorImportedExceptionExceptionType) {
858
+ VendorImportedExceptionExceptionType["DATADOG_MONITOR"] = "DATADOG_MONITOR";
859
+ VendorImportedExceptionExceptionType["DATADOG_DASHBOARD"] = "DATADOG_DASHBOARD";
860
+ VendorImportedExceptionExceptionType["DATADOG_LOG_BASED_METRICS"] = "DATADOG_LOG_BASED_METRICS";
861
+ VendorImportedExceptionExceptionType["SPLUNK_MONITOR"] = "SPLUNK_MONITOR";
862
+ VendorImportedExceptionExceptionType["NEW_RELIC_MONITOR"] = "NEW_RELIC_MONITOR";
863
+ VendorImportedExceptionExceptionType["NEW_RELIC_DASHBOARD"] = "NEW_RELIC_DASHBOARD";
864
+ })(VendorImportedExceptionExceptionType || (VendorImportedExceptionExceptionType = {}));
865
+ export var WindowBasedLogarithmicSamplingType;
866
+ (function (WindowBasedLogarithmicSamplingType) {
867
+ WindowBasedLogarithmicSamplingType["window_based_logarithmic_sampling"] = "window-based-logarithmic-sampling";
868
+ })(WindowBasedLogarithmicSamplingType || (WindowBasedLogarithmicSamplingType = {}));
758
869
  // =============================================================================
759
870
  // Auto-generated operation type sets from flink:model
760
- // DO NOT EDIT - This section is generated by OperationTypeSetsGenTask
871
+ // DO NOT EDIT - This section is generated by ModelJarCodeGenTask
761
872
  // =============================================================================
762
- /**
763
- * Set of all source operation types.
764
- * These are extracted from classes that extend Source in flink:model.
765
- */
766
873
  export const SOURCE_TYPES = new Set([
767
874
  'bounded-datadog-source',
768
875
  'cloudtrail-file-source',
@@ -771,11 +878,15 @@ export const SOURCE_TYPES = new Set([
771
878
  'datadog-metric-agent-source',
772
879
  'datadog-metrics-cloud-source',
773
880
  'datadog-trace-agent-source',
881
+ 'grepr-llm-prompt-results-source',
774
882
  'grepr-metrics-source',
775
883
  'grepr-raw-log-source',
776
884
  'grepr-raw-span-source',
777
885
  'grepr-reducer-log-source',
886
+ 'grepr-uploaded-log-file-source',
887
+ 'llm-prompt-results-iceberg-table-source',
778
888
  'logs-backfill-iceberg-table-source',
889
+ 'logs-iceberg-replay-source',
779
890
  'logs-iceberg-table-source',
780
891
  'logs-values-source',
781
892
  'metrics-iceberg-table-source',
@@ -784,15 +895,12 @@ export const SOURCE_TYPES = new Set([
784
895
  'otlp-trace-agent-source',
785
896
  'reducer-logs-iceberg-table-source',
786
897
  's3-file-source',
898
+ 'spans-backfill-iceberg-table-source',
787
899
  'splunk-log-agent-source',
788
900
  'splunk-log-http-source',
789
901
  'sumologic-log-agent-source',
790
902
  'traces-iceberg-table-source'
791
903
  ]);
792
- /**
793
- * Set of all sink operation types.
794
- * These are extracted from classes that extend Sink in flink:model.
795
- */
796
904
  export const SINK_TYPES = new Set([
797
905
  'datadog-log-sink',
798
906
  'datadog-metrics-sink',
@@ -810,49 +918,67 @@ export const SINK_TYPES = new Set([
810
918
  'otlp-trace-sink',
811
919
  'pattern-lookup-iceberg-table-sink',
812
920
  'query-sink',
921
+ 'spans-dedup-iceberg-table-sink',
813
922
  'spans-sync-sink',
814
923
  'splunk-log-sink',
815
924
  'sumologic-log-sink',
816
925
  'variant-sync-sink'
817
926
  ]);
818
- /**
819
- * Set of all operation types (neither source nor sink).
820
- * These are extracted from classes that extend Operation in flink:model.
821
- */
822
927
  export const OPERATION_TYPES = new Set([
823
928
  'clone',
929
+ 'entity-context-aggregation',
824
930
  'grok-parser',
825
931
  'json-log-processor',
826
932
  'llm-prompt',
827
933
  'log-attributes-remapper',
828
934
  'log-reducer',
935
+ 'log-rules-application',
829
936
  'log-transform',
830
937
  'logs-branch',
831
938
  'logs-event-sampler',
832
939
  'logs-filter',
940
+ 'pattern-matcher',
833
941
  'rule-engine',
834
942
  'sql-operation',
835
943
  'template-operation',
836
944
  'trace-reducer',
837
945
  'trace-sampler',
946
+ 'trigger-action',
838
947
  'union'
839
948
  ]);
840
- /**
841
- * Checks if a given type string is a source operation.
842
- */
843
949
  export function isSourceType(type) {
844
950
  return SOURCE_TYPES.has(type);
845
951
  }
846
- /**
847
- * Checks if a given type string is a sink operation.
848
- */
849
952
  export function isSinkType(type) {
850
953
  return SINK_TYPES.has(type);
851
954
  }
852
- /**
853
- * Checks if a given type string is an operation (neither source nor sink).
854
- */
855
955
  export function isOperationType(type) {
856
956
  return OPERATION_TYPES.has(type);
857
957
  }
958
+ // =============================================================================
959
+ // Auto-generated LLM attribute constants from flink:model
960
+ // DO NOT EDIT - This section is generated by ModelJarCodeGenTask
961
+ // =============================================================================
962
+ export const LlmAttributes = {
963
+ PREFIX: 'grepr.llm.',
964
+ SUCCESS: 'grepr.llm.success',
965
+ RESULT: 'grepr.llm.result',
966
+ ERROR: 'grepr.llm.error',
967
+ INPUT_TOKENS: 'grepr.llm.inputTokens',
968
+ OUTPUT_TOKENS: 'grepr.llm.outputTokens',
969
+ LATENCY_MS: 'grepr.llm.latencyMs',
970
+ CACHED_INPUT_TOKENS: 'grepr.llm.cachedInputTokens',
971
+ REASONING_TOKENS: 'grepr.llm.reasoningTokens',
972
+ MODEL: 'grepr.llm.model',
973
+ COST_MICRODOLLARS: 'grepr.llm.costMicrodollars',
974
+ ACTIONABLE: 'grepr.llm.actionable',
975
+ PROMPT: 'grepr.llm.prompt',
976
+ ENTITY_CONTEXT: 'grepr.llm.entityContext',
977
+ RULES: 'grepr.llm.rules',
978
+ TRIGGER: 'grepr.llm.trigger',
979
+ TAG_JOB_ID: 'greprJobId',
980
+ TAG_OPERATOR: 'greprLlmOperator',
981
+ TAG_SUCCESS: 'greprLlmSuccess',
982
+ TAG_ACTIONABLE: 'greprLlmActionable'
983
+ };
858
984
  //# sourceMappingURL=openApiTypes.js.map