@grepr/cli 1.1.4 → 1.3.0-4e666db
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.
- package/build/dist/commands/base-command.d.ts +3 -3
- package/build/dist/commands/base-command.d.ts.map +1 -1
- package/build/dist/commands/base-command.js +1 -7
- package/build/dist/commands/base-command.js.map +1 -1
- package/build/dist/commands/config-command.d.ts +5 -9
- package/build/dist/commands/config-command.d.ts.map +1 -1
- package/build/dist/commands/config-command.js +32 -4
- package/build/dist/commands/config-command.js.map +1 -1
- package/build/dist/commands/crud-command.d.ts +11 -18
- package/build/dist/commands/crud-command.d.ts.map +1 -1
- package/build/dist/commands/crud-command.js +27 -11
- package/build/dist/commands/crud-command.js.map +1 -1
- package/build/dist/commands/dataset-command.d.ts +8 -13
- package/build/dist/commands/dataset-command.d.ts.map +1 -1
- package/build/dist/commands/dataset-command.js.map +1 -1
- package/build/dist/commands/docs-command.d.ts +87 -0
- package/build/dist/commands/docs-command.d.ts.map +1 -0
- package/build/dist/commands/docs-command.js +164 -0
- package/build/dist/commands/docs-command.js.map +1 -0
- package/build/dist/commands/docs-get-command.d.ts +53 -0
- package/build/dist/commands/docs-get-command.d.ts.map +1 -0
- package/build/dist/commands/docs-get-command.js +75 -0
- package/build/dist/commands/docs-get-command.js.map +1 -0
- package/build/dist/commands/grok-command.d.ts +71 -0
- package/build/dist/commands/grok-command.d.ts.map +1 -0
- package/build/dist/commands/grok-command.js +258 -0
- package/build/dist/commands/grok-command.js.map +1 -0
- package/build/dist/commands/integration-command.d.ts +5 -7
- package/build/dist/commands/integration-command.d.ts.map +1 -1
- package/build/dist/commands/integration-command.js +4 -4
- package/build/dist/commands/integration-command.js.map +1 -1
- package/build/dist/commands/job-command.d.ts +7 -43
- package/build/dist/commands/job-command.d.ts.map +1 -1
- package/build/dist/commands/job-command.js +5 -3
- package/build/dist/commands/job-command.js.map +1 -1
- package/build/dist/commands/job-to-test-command.d.ts +74 -0
- package/build/dist/commands/job-to-test-command.d.ts.map +1 -0
- package/build/dist/commands/job-to-test-command.js +159 -0
- package/build/dist/commands/job-to-test-command.js.map +1 -0
- package/build/dist/commands/list-command.d.ts +5 -7
- package/build/dist/commands/list-command.d.ts.map +1 -1
- package/build/dist/commands/list-command.js +20 -4
- package/build/dist/commands/list-command.js.map +1 -1
- package/build/dist/commands/query-command.d.ts +3 -8
- package/build/dist/commands/query-command.d.ts.map +1 -1
- package/build/dist/commands/query-command.js +34 -14
- package/build/dist/commands/query-command.js.map +1 -1
- package/build/dist/docs-index/catalog.json +1 -0
- package/build/dist/docs-index/index.json +1 -0
- package/build/dist/grepr.js +43 -7
- package/build/dist/grepr.js.map +1 -1
- package/build/dist/lib/api-client-factory.d.ts +2 -2
- package/build/dist/lib/api-client-factory.d.ts.map +1 -1
- package/build/dist/lib/api-client-factory.js +1 -1
- package/build/dist/lib/api-client-factory.js.map +1 -1
- package/build/dist/lib/auth.d.ts +17 -9
- package/build/dist/lib/auth.d.ts.map +1 -1
- package/build/dist/lib/auth.js +53 -14
- package/build/dist/lib/auth.js.map +1 -1
- package/build/dist/lib/command-registry.d.ts +3 -2
- package/build/dist/lib/command-registry.d.ts.map +1 -1
- package/build/dist/lib/command-registry.js.map +1 -1
- package/build/dist/lib/config.d.ts +15 -0
- package/build/dist/lib/config.d.ts.map +1 -1
- package/build/dist/lib/config.js +45 -11
- package/build/dist/lib/config.js.map +1 -1
- package/build/dist/lib/docs-search.d.ts +154 -0
- package/build/dist/lib/docs-search.d.ts.map +1 -0
- package/build/dist/lib/docs-search.js +208 -0
- package/build/dist/lib/docs-search.js.map +1 -0
- package/build/dist/lib/grepr-api-client.d.ts +33 -193
- package/build/dist/lib/grepr-api-client.d.ts.map +1 -1
- package/build/dist/lib/grepr-api-client.js +58 -38
- package/build/dist/lib/grepr-api-client.js.map +1 -1
- package/build/dist/lib/job-graph-transformer.d.ts +89 -0
- package/build/dist/lib/job-graph-transformer.d.ts.map +1 -0
- package/build/dist/lib/job-graph-transformer.js +497 -0
- package/build/dist/lib/job-graph-transformer.js.map +1 -0
- package/build/dist/lib/job-graph-utils.d.ts +50 -0
- package/build/dist/lib/job-graph-utils.d.ts.map +1 -0
- package/build/dist/lib/job-graph-utils.js +84 -0
- package/build/dist/lib/job-graph-utils.js.map +1 -0
- package/build/dist/lib/json-formatter.d.ts +1 -0
- package/build/dist/lib/json-formatter.d.ts.map +1 -1
- package/build/dist/lib/json-formatter.js +28 -16
- package/build/dist/lib/json-formatter.js.map +1 -1
- package/build/dist/lib/parser.d.ts.map +1 -1
- package/build/dist/lib/parser.js +3 -6
- package/build/dist/lib/parser.js.map +1 -1
- package/build/dist/lib/streaming-job-executor.d.ts +3 -3
- package/build/dist/lib/streaming-job-executor.d.ts.map +1 -1
- package/build/dist/lib/streaming-job-executor.js +54 -21
- package/build/dist/lib/streaming-job-executor.js.map +1 -1
- package/build/dist/lib/time-utils.js +1 -1
- package/build/dist/lib/time-utils.js.map +1 -1
- package/build/dist/lib/transformers-embeddings.d.ts +76 -0
- package/build/dist/lib/transformers-embeddings.d.ts.map +1 -0
- package/build/dist/lib/transformers-embeddings.js +109 -0
- package/build/dist/lib/transformers-embeddings.js.map +1 -0
- package/build/dist/openapi/openApiTypes.d.ts +6926 -3458
- package/build/dist/openapi/openApiTypes.d.ts.map +1 -1
- package/build/dist/openapi/openApiTypes.js +372 -85
- package/build/dist/openapi/openApiTypes.js.map +1 -1
- package/build/dist/types.d.ts +48 -78
- package/build/dist/types.d.ts.map +1 -1
- package/build/dist/types.js +73 -0
- package/build/dist/types.js.map +1 -1
- package/package.json +41 -11
|
@@ -19,87 +19,32 @@ export var PathsV1JobsGetParametersQueryState;
|
|
|
19
19
|
PathsV1JobsGetParametersQueryState["INFRA_UPDATE"] = "INFRA_UPDATE";
|
|
20
20
|
PathsV1JobsGetParametersQueryState["INFRA_UPDATE_WAIT"] = "INFRA_UPDATE_WAIT";
|
|
21
21
|
PathsV1JobsGetParametersQueryState["VERIFYING"] = "VERIFYING";
|
|
22
|
-
PathsV1JobsGetParametersQueryState["STARTING"] = "STARTING";
|
|
23
|
-
PathsV1JobsGetParametersQueryState["RUNNING"] = "RUNNING";
|
|
24
22
|
PathsV1JobsGetParametersQueryState["WAITING"] = "WAITING";
|
|
23
|
+
PathsV1JobsGetParametersQueryState["RUNNING"] = "RUNNING";
|
|
25
24
|
PathsV1JobsGetParametersQueryState["STOPPED"] = "STOPPED";
|
|
26
25
|
PathsV1JobsGetParametersQueryState["FINISHED"] = "FINISHED";
|
|
27
26
|
PathsV1JobsGetParametersQueryState["FAILED"] = "FAILED";
|
|
28
27
|
PathsV1JobsGetParametersQueryState["CANCELLED"] = "CANCELLED";
|
|
29
28
|
PathsV1JobsGetParametersQueryState["DELETED"] = "DELETED";
|
|
30
29
|
PathsV1JobsGetParametersQueryState["UPDATING"] = "UPDATING";
|
|
31
|
-
PathsV1JobsGetParametersQueryState["
|
|
30
|
+
PathsV1JobsGetParametersQueryState["STARTING"] = "STARTING";
|
|
31
|
+
PathsV1JobsGetParametersQueryState["RESTARTING"] = "RESTARTING";
|
|
32
|
+
PathsV1JobsGetParametersQueryState["STOPPING"] = "STOPPING";
|
|
33
|
+
PathsV1JobsGetParametersQueryState["ROLLING_BACK"] = "ROLLING_BACK";
|
|
34
|
+
PathsV1JobsGetParametersQueryState["DELETING"] = "DELETING";
|
|
32
35
|
})(PathsV1JobsGetParametersQueryState || (PathsV1JobsGetParametersQueryState = {}));
|
|
33
|
-
export var DatadogQueryPredicateType;
|
|
34
|
-
(function (DatadogQueryPredicateType) {
|
|
35
|
-
DatadogQueryPredicateType["datadog_query"] = "datadog-query";
|
|
36
|
-
})(DatadogQueryPredicateType || (DatadogQueryPredicateType = {}));
|
|
37
|
-
export var GrokParserType;
|
|
38
|
-
(function (GrokParserType) {
|
|
39
|
-
GrokParserType["grok_parser"] = "grok-parser";
|
|
40
|
-
})(GrokParserType || (GrokParserType = {}));
|
|
41
|
-
export var MetricEventPredicateType;
|
|
42
|
-
(function (MetricEventPredicateType) {
|
|
43
|
-
MetricEventPredicateType["metric_predicate"] = "metric-predicate";
|
|
44
|
-
})(MetricEventPredicateType || (MetricEventPredicateType = {}));
|
|
45
|
-
export var NewRelicQueryPredicateType;
|
|
46
|
-
(function (NewRelicQueryPredicateType) {
|
|
47
|
-
NewRelicQueryPredicateType["newrelic_query"] = "newrelic-query";
|
|
48
|
-
})(NewRelicQueryPredicateType || (NewRelicQueryPredicateType = {}));
|
|
49
|
-
export var NrqlQueryPredicateType;
|
|
50
|
-
(function (NrqlQueryPredicateType) {
|
|
51
|
-
NrqlQueryPredicateType["nrql_query"] = "nrql-query";
|
|
52
|
-
})(NrqlQueryPredicateType || (NrqlQueryPredicateType = {}));
|
|
53
|
-
export var SplQueryPredicateType;
|
|
54
|
-
(function (SplQueryPredicateType) {
|
|
55
|
-
SplQueryPredicateType["spl_query"] = "spl-query";
|
|
56
|
-
})(SplQueryPredicateType || (SplQueryPredicateType = {}));
|
|
57
|
-
export var ReadDatadogType;
|
|
58
|
-
(function (ReadDatadogType) {
|
|
59
|
-
ReadDatadogType["datadog"] = "datadog";
|
|
60
|
-
})(ReadDatadogType || (ReadDatadogType = {}));
|
|
61
|
-
export var VendorImportedExceptionExceptionType;
|
|
62
|
-
(function (VendorImportedExceptionExceptionType) {
|
|
63
|
-
VendorImportedExceptionExceptionType["DATADOG_MONITOR"] = "DATADOG_MONITOR";
|
|
64
|
-
VendorImportedExceptionExceptionType["DATADOG_DASHBOARD"] = "DATADOG_DASHBOARD";
|
|
65
|
-
VendorImportedExceptionExceptionType["DATADOG_LOG_BASED_METRICS"] = "DATADOG_LOG_BASED_METRICS";
|
|
66
|
-
VendorImportedExceptionExceptionType["SPLUNK_MONITOR"] = "SPLUNK_MONITOR";
|
|
67
|
-
VendorImportedExceptionExceptionType["NEW_RELIC_MONITOR"] = "NEW_RELIC_MONITOR";
|
|
68
|
-
VendorImportedExceptionExceptionType["NEW_RELIC_DASHBOARD"] = "NEW_RELIC_DASHBOARD";
|
|
69
|
-
})(VendorImportedExceptionExceptionType || (VendorImportedExceptionExceptionType = {}));
|
|
70
|
-
export var ReadDataWarehouseType;
|
|
71
|
-
(function (ReadDataWarehouseType) {
|
|
72
|
-
ReadDataWarehouseType["data_warehouse"] = "data-warehouse";
|
|
73
|
-
})(ReadDataWarehouseType || (ReadDataWarehouseType = {}));
|
|
74
|
-
export var ReadS3DataWarehouseType;
|
|
75
|
-
(function (ReadS3DataWarehouseType) {
|
|
76
|
-
ReadS3DataWarehouseType["s3_data_warehouse"] = "s3-data-warehouse";
|
|
77
|
-
})(ReadS3DataWarehouseType || (ReadS3DataWarehouseType = {}));
|
|
78
|
-
export var ReadNewRelicType;
|
|
79
|
-
(function (ReadNewRelicType) {
|
|
80
|
-
ReadNewRelicType["newrelic"] = "newrelic";
|
|
81
|
-
})(ReadNewRelicType || (ReadNewRelicType = {}));
|
|
82
|
-
export var ReadOtlpType;
|
|
83
|
-
(function (ReadOtlpType) {
|
|
84
|
-
ReadOtlpType["otlp"] = "otlp";
|
|
85
|
-
})(ReadOtlpType || (ReadOtlpType = {}));
|
|
86
|
-
export var ReadSplunkType;
|
|
87
|
-
(function (ReadSplunkType) {
|
|
88
|
-
ReadSplunkType["splunk"] = "splunk";
|
|
89
|
-
})(ReadSplunkType || (ReadSplunkType = {}));
|
|
90
|
-
export var ReadSumoType;
|
|
91
|
-
(function (ReadSumoType) {
|
|
92
|
-
ReadSumoType["sumo"] = "sumo";
|
|
93
|
-
})(ReadSumoType || (ReadSumoType = {}));
|
|
94
|
-
export var TeamAssignmentRole;
|
|
95
|
-
(function (TeamAssignmentRole) {
|
|
96
|
-
TeamAssignmentRole["LEADER"] = "LEADER";
|
|
97
|
-
TeamAssignmentRole["MEMBER"] = "MEMBER";
|
|
98
|
-
})(TeamAssignmentRole || (TeamAssignmentRole = {}));
|
|
99
36
|
export var AddToListAttributeActionType;
|
|
100
37
|
(function (AddToListAttributeActionType) {
|
|
101
38
|
AddToListAttributeActionType["attribute_add_action"] = "attribute-add-action";
|
|
102
39
|
})(AddToListAttributeActionType || (AddToListAttributeActionType = {}));
|
|
40
|
+
export var AggregationAccumulatorAccumulatorType;
|
|
41
|
+
(function (AggregationAccumulatorAccumulatorType) {
|
|
42
|
+
AggregationAccumulatorAccumulatorType["AVERAGE"] = "AVERAGE";
|
|
43
|
+
})(AggregationAccumulatorAccumulatorType || (AggregationAccumulatorAccumulatorType = {}));
|
|
44
|
+
export var AverageAttributesMergeStrategyType;
|
|
45
|
+
(function (AverageAttributesMergeStrategyType) {
|
|
46
|
+
AverageAttributesMergeStrategyType["avg"] = "avg";
|
|
47
|
+
})(AverageAttributesMergeStrategyType || (AverageAttributesMergeStrategyType = {}));
|
|
103
48
|
export var BackfillJobActionType;
|
|
104
49
|
(function (BackfillJobActionType) {
|
|
105
50
|
BackfillJobActionType["backfill_job_action"] = "backfill-job-action";
|
|
@@ -141,6 +86,10 @@ export var CloudTrailLogsFileSourceType;
|
|
|
141
86
|
(function (CloudTrailLogsFileSourceType) {
|
|
142
87
|
CloudTrailLogsFileSourceType["cloudtrail_file_source"] = "cloudtrail-file-source";
|
|
143
88
|
})(CloudTrailLogsFileSourceType || (CloudTrailLogsFileSourceType = {}));
|
|
89
|
+
export var CompositeAttributesMergeStrategyType;
|
|
90
|
+
(function (CompositeAttributesMergeStrategyType) {
|
|
91
|
+
CompositeAttributesMergeStrategyType["composite"] = "composite";
|
|
92
|
+
})(CompositeAttributesMergeStrategyType || (CompositeAttributesMergeStrategyType = {}));
|
|
144
93
|
export var ConstantSamplingType;
|
|
145
94
|
(function (ConstantSamplingType) {
|
|
146
95
|
ConstantSamplingType["constant_sampling"] = "constant-sampling";
|
|
@@ -161,6 +110,22 @@ export var DatadogMetricsSinkType;
|
|
|
161
110
|
(function (DatadogMetricsSinkType) {
|
|
162
111
|
DatadogMetricsSinkType["datadog_metrics_sink"] = "datadog-metrics-sink";
|
|
163
112
|
})(DatadogMetricsSinkType || (DatadogMetricsSinkType = {}));
|
|
113
|
+
export var DatadogQueryPredicateType;
|
|
114
|
+
(function (DatadogQueryPredicateType) {
|
|
115
|
+
DatadogQueryPredicateType["datadog_query"] = "datadog-query";
|
|
116
|
+
})(DatadogQueryPredicateType || (DatadogQueryPredicateType = {}));
|
|
117
|
+
export var DatadogStatsSinkType;
|
|
118
|
+
(function (DatadogStatsSinkType) {
|
|
119
|
+
DatadogStatsSinkType["datadog_stats_sink"] = "datadog-stats-sink";
|
|
120
|
+
})(DatadogStatsSinkType || (DatadogStatsSinkType = {}));
|
|
121
|
+
export var DatadogTraceAgentSourceType;
|
|
122
|
+
(function (DatadogTraceAgentSourceType) {
|
|
123
|
+
DatadogTraceAgentSourceType["datadog_trace_agent_source"] = "datadog-trace-agent-source";
|
|
124
|
+
})(DatadogTraceAgentSourceType || (DatadogTraceAgentSourceType = {}));
|
|
125
|
+
export var DatadogTraceSinkType;
|
|
126
|
+
(function (DatadogTraceSinkType) {
|
|
127
|
+
DatadogTraceSinkType["datadog_trace_sink"] = "datadog-trace-sink";
|
|
128
|
+
})(DatadogTraceSinkType || (DatadogTraceSinkType = {}));
|
|
164
129
|
export var EventActionRuleType;
|
|
165
130
|
(function (EventActionRuleType) {
|
|
166
131
|
EventActionRuleType["event_rule"] = "event-rule";
|
|
@@ -194,20 +159,32 @@ export var GreprMetricsSourceType;
|
|
|
194
159
|
(function (GreprMetricsSourceType) {
|
|
195
160
|
GreprMetricsSourceType["grepr_metrics_source"] = "grepr-metrics-source";
|
|
196
161
|
})(GreprMetricsSourceType || (GreprMetricsSourceType = {}));
|
|
197
|
-
export var
|
|
198
|
-
(function (
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
})(
|
|
203
|
-
export var
|
|
204
|
-
(function (
|
|
205
|
-
|
|
206
|
-
})(
|
|
162
|
+
export var GreprRawLogsSourceSortOrder;
|
|
163
|
+
(function (GreprRawLogsSourceSortOrder) {
|
|
164
|
+
GreprRawLogsSourceSortOrder["ASCENDING"] = "ASCENDING";
|
|
165
|
+
GreprRawLogsSourceSortOrder["DESCENDING"] = "DESCENDING";
|
|
166
|
+
GreprRawLogsSourceSortOrder["UNSORTED"] = "UNSORTED";
|
|
167
|
+
})(GreprRawLogsSourceSortOrder || (GreprRawLogsSourceSortOrder = {}));
|
|
168
|
+
export var GreprRawLogsSourceType;
|
|
169
|
+
(function (GreprRawLogsSourceType) {
|
|
170
|
+
GreprRawLogsSourceType["grepr_raw_log_source"] = "grepr-raw-log-source";
|
|
171
|
+
})(GreprRawLogsSourceType || (GreprRawLogsSourceType = {}));
|
|
172
|
+
export var GreprReducerLogSourceType;
|
|
173
|
+
(function (GreprReducerLogSourceType) {
|
|
174
|
+
GreprReducerLogSourceType["grepr_reducer_log_source"] = "grepr-reducer-log-source";
|
|
175
|
+
})(GreprReducerLogSourceType || (GreprReducerLogSourceType = {}));
|
|
207
176
|
export var GreprVendorSourceType;
|
|
208
177
|
(function (GreprVendorSourceType) {
|
|
209
178
|
GreprVendorSourceType["GreprVendorSource"] = "GreprVendorSource";
|
|
210
179
|
})(GreprVendorSourceType || (GreprVendorSourceType = {}));
|
|
180
|
+
export var GrokParserType;
|
|
181
|
+
(function (GrokParserType) {
|
|
182
|
+
GrokParserType["grok_parser"] = "grok-parser";
|
|
183
|
+
})(GrokParserType || (GrokParserType = {}));
|
|
184
|
+
export var IgnoreAttributesMergeStrategyType;
|
|
185
|
+
(function (IgnoreAttributesMergeStrategyType) {
|
|
186
|
+
IgnoreAttributesMergeStrategyType["ignore"] = "ignore";
|
|
187
|
+
})(IgnoreAttributesMergeStrategyType || (IgnoreAttributesMergeStrategyType = {}));
|
|
211
188
|
export var JobActionRuleType;
|
|
212
189
|
(function (JobActionRuleType) {
|
|
213
190
|
JobActionRuleType["job_rule"] = "job-rule";
|
|
@@ -216,10 +193,23 @@ export var JsonLogProcessorType;
|
|
|
216
193
|
(function (JsonLogProcessorType) {
|
|
217
194
|
JsonLogProcessorType["json_log_processor"] = "json-log-processor";
|
|
218
195
|
})(JsonLogProcessorType || (JsonLogProcessorType = {}));
|
|
196
|
+
export var LlmPromptResponseFormat;
|
|
197
|
+
(function (LlmPromptResponseFormat) {
|
|
198
|
+
LlmPromptResponseFormat["TEXT"] = "TEXT";
|
|
199
|
+
LlmPromptResponseFormat["JSON"] = "JSON";
|
|
200
|
+
})(LlmPromptResponseFormat || (LlmPromptResponseFormat = {}));
|
|
201
|
+
export var LlmPromptType;
|
|
202
|
+
(function (LlmPromptType) {
|
|
203
|
+
LlmPromptType["llm_prompt"] = "llm-prompt";
|
|
204
|
+
})(LlmPromptType || (LlmPromptType = {}));
|
|
219
205
|
export var LogAttributesRemapperType;
|
|
220
206
|
(function (LogAttributesRemapperType) {
|
|
221
207
|
LogAttributesRemapperType["log_attributes_remapper"] = "log-attributes-remapper";
|
|
222
208
|
})(LogAttributesRemapperType || (LogAttributesRemapperType = {}));
|
|
209
|
+
export var LogEventType;
|
|
210
|
+
(function (LogEventType) {
|
|
211
|
+
LogEventType["log"] = "log";
|
|
212
|
+
})(LogEventType || (LogEventType = {}));
|
|
223
213
|
export var LogReducerType;
|
|
224
214
|
(function (LogReducerType) {
|
|
225
215
|
LogReducerType["log_reducer"] = "log-reducer";
|
|
@@ -260,6 +250,14 @@ export var LogsSynchronousSinkType;
|
|
|
260
250
|
(function (LogsSynchronousSinkType) {
|
|
261
251
|
LogsSynchronousSinkType["logs_sync_sink"] = "logs-sync-sink";
|
|
262
252
|
})(LogsSynchronousSinkType || (LogsSynchronousSinkType = {}));
|
|
253
|
+
export var LogsValuesSourceType;
|
|
254
|
+
(function (LogsValuesSourceType) {
|
|
255
|
+
LogsValuesSourceType["logs_values_source"] = "logs-values-source";
|
|
256
|
+
})(LogsValuesSourceType || (LogsValuesSourceType = {}));
|
|
257
|
+
export var MaxAttributesMergeStrategyType;
|
|
258
|
+
(function (MaxAttributesMergeStrategyType) {
|
|
259
|
+
MaxAttributesMergeStrategyType["max"] = "max";
|
|
260
|
+
})(MaxAttributesMergeStrategyType || (MaxAttributesMergeStrategyType = {}));
|
|
263
261
|
export var MergeMapAttributeActionType;
|
|
264
262
|
(function (MergeMapAttributeActionType) {
|
|
265
263
|
MergeMapAttributeActionType["attribute_merge_action"] = "attribute-merge-action";
|
|
@@ -271,6 +269,10 @@ export var MetricAggSpecTimeAggregation;
|
|
|
271
269
|
MetricAggSpecTimeAggregation["AVG"] = "AVG";
|
|
272
270
|
MetricAggSpecTimeAggregation["MAX"] = "MAX";
|
|
273
271
|
})(MetricAggSpecTimeAggregation || (MetricAggSpecTimeAggregation = {}));
|
|
272
|
+
export var MetricEventPredicateType;
|
|
273
|
+
(function (MetricEventPredicateType) {
|
|
274
|
+
MetricEventPredicateType["metric_predicate"] = "metric-predicate";
|
|
275
|
+
})(MetricEventPredicateType || (MetricEventPredicateType = {}));
|
|
274
276
|
export var MetricsIcebergTableSinkType;
|
|
275
277
|
(function (MetricsIcebergTableSinkType) {
|
|
276
278
|
MetricsIcebergTableSinkType["metrics_iceberg_table_sink"] = "metrics-iceberg-table-sink";
|
|
@@ -283,6 +285,10 @@ export var MetricsSynchronousSinkType;
|
|
|
283
285
|
(function (MetricsSynchronousSinkType) {
|
|
284
286
|
MetricsSynchronousSinkType["metrics_sync_sink"] = "metrics-sync-sink";
|
|
285
287
|
})(MetricsSynchronousSinkType || (MetricsSynchronousSinkType = {}));
|
|
288
|
+
export var MinAttributesMergeStrategyType;
|
|
289
|
+
(function (MinAttributesMergeStrategyType) {
|
|
290
|
+
MinAttributesMergeStrategyType["min"] = "min";
|
|
291
|
+
})(MinAttributesMergeStrategyType || (MinAttributesMergeStrategyType = {}));
|
|
286
292
|
export var NewRelicLogAgentSourceType;
|
|
287
293
|
(function (NewRelicLogAgentSourceType) {
|
|
288
294
|
NewRelicLogAgentSourceType["newrelic_log_agent_source"] = "newrelic-log-agent-source";
|
|
@@ -291,6 +297,14 @@ export var NewRelicLogSinkType;
|
|
|
291
297
|
(function (NewRelicLogSinkType) {
|
|
292
298
|
NewRelicLogSinkType["newrelic_log_sink"] = "newrelic-log-sink";
|
|
293
299
|
})(NewRelicLogSinkType || (NewRelicLogSinkType = {}));
|
|
300
|
+
export var NewRelicQueryPredicateType;
|
|
301
|
+
(function (NewRelicQueryPredicateType) {
|
|
302
|
+
NewRelicQueryPredicateType["newrelic_query"] = "newrelic-query";
|
|
303
|
+
})(NewRelicQueryPredicateType || (NewRelicQueryPredicateType = {}));
|
|
304
|
+
export var NrqlQueryPredicateType;
|
|
305
|
+
(function (NrqlQueryPredicateType) {
|
|
306
|
+
NrqlQueryPredicateType["nrql_query"] = "nrql-query";
|
|
307
|
+
})(NrqlQueryPredicateType || (NrqlQueryPredicateType = {}));
|
|
294
308
|
export var OtlpLogAgentSourceType;
|
|
295
309
|
(function (OtlpLogAgentSourceType) {
|
|
296
310
|
OtlpLogAgentSourceType["otlp_log_agent_source"] = "otlp-log-agent-source";
|
|
@@ -315,6 +329,10 @@ export var PreserveAllAttributesMergeStrategyType;
|
|
|
315
329
|
(function (PreserveAllAttributesMergeStrategyType) {
|
|
316
330
|
PreserveAllAttributesMergeStrategyType["preserve"] = "preserve";
|
|
317
331
|
})(PreserveAllAttributesMergeStrategyType || (PreserveAllAttributesMergeStrategyType = {}));
|
|
332
|
+
export var RagType;
|
|
333
|
+
(function (RagType) {
|
|
334
|
+
RagType["rag"] = "rag";
|
|
335
|
+
})(RagType || (RagType = {}));
|
|
318
336
|
export var ReducerLogsQuerySourceType;
|
|
319
337
|
(function (ReducerLogsQuerySourceType) {
|
|
320
338
|
ReducerLogsQuerySourceType["reducer_logs_iceberg_table_source"] = "reducer-logs-iceberg-table-source";
|
|
@@ -331,6 +349,18 @@ export var SamplingAttributesMergeStrategyType;
|
|
|
331
349
|
(function (SamplingAttributesMergeStrategyType) {
|
|
332
350
|
SamplingAttributesMergeStrategyType["sample"] = "sample";
|
|
333
351
|
})(SamplingAttributesMergeStrategyType || (SamplingAttributesMergeStrategyType = {}));
|
|
352
|
+
export var SimpleType;
|
|
353
|
+
(function (SimpleType) {
|
|
354
|
+
SimpleType["simple"] = "simple";
|
|
355
|
+
})(SimpleType || (SimpleType = {}));
|
|
356
|
+
export var SpansSynchronousSinkType;
|
|
357
|
+
(function (SpansSynchronousSinkType) {
|
|
358
|
+
SpansSynchronousSinkType["spans_sync_sink"] = "spans-sync-sink";
|
|
359
|
+
})(SpansSynchronousSinkType || (SpansSynchronousSinkType = {}));
|
|
360
|
+
export var SplQueryPredicateType;
|
|
361
|
+
(function (SplQueryPredicateType) {
|
|
362
|
+
SplQueryPredicateType["spl_query"] = "spl-query";
|
|
363
|
+
})(SplQueryPredicateType || (SplQueryPredicateType = {}));
|
|
334
364
|
export var SplunkLogAgentSourceType;
|
|
335
365
|
(function (SplunkLogAgentSourceType) {
|
|
336
366
|
SplunkLogAgentSourceType["splunk_log_agent_source"] = "splunk-log-agent-source";
|
|
@@ -365,6 +395,10 @@ export var SqlViewStatementType;
|
|
|
365
395
|
(function (SqlViewStatementType) {
|
|
366
396
|
SqlViewStatementType["sql_view"] = "sql_view";
|
|
367
397
|
})(SqlViewStatementType || (SqlViewStatementType = {}));
|
|
398
|
+
export var SumAttributesMergeStrategyType;
|
|
399
|
+
(function (SumAttributesMergeStrategyType) {
|
|
400
|
+
SumAttributesMergeStrategyType["sum"] = "sum";
|
|
401
|
+
})(SumAttributesMergeStrategyType || (SumAttributesMergeStrategyType = {}));
|
|
368
402
|
export var SumoLogSinkType;
|
|
369
403
|
(function (SumoLogSinkType) {
|
|
370
404
|
SumoLogSinkType["sumologic_log_sink"] = "sumologic-log-sink";
|
|
@@ -384,14 +418,47 @@ export var TagActionType;
|
|
|
384
418
|
(function (TagActionType) {
|
|
385
419
|
TagActionType["tag_action"] = "tag-action";
|
|
386
420
|
})(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 = {}));
|
|
387
429
|
export var TemplateOperationType;
|
|
388
430
|
(function (TemplateOperationType) {
|
|
389
431
|
TemplateOperationType["template_operation"] = "template-operation";
|
|
390
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 = {}));
|
|
391
454
|
export var TraceSamplerType;
|
|
392
455
|
(function (TraceSamplerType) {
|
|
393
456
|
TraceSamplerType["trace_sampler"] = "trace-sampler";
|
|
394
457
|
})(TraceSamplerType || (TraceSamplerType = {}));
|
|
458
|
+
export var TracesIcebergTableSourceType;
|
|
459
|
+
(function (TracesIcebergTableSourceType) {
|
|
460
|
+
TracesIcebergTableSourceType["traces_iceberg_table_source"] = "traces-iceberg-table-source";
|
|
461
|
+
})(TracesIcebergTableSourceType || (TracesIcebergTableSourceType = {}));
|
|
395
462
|
export var VariantSynchronousSinkType;
|
|
396
463
|
(function (VariantSynchronousSinkType) {
|
|
397
464
|
VariantSynchronousSinkType["variant_sync_sink"] = "variant-sync-sink";
|
|
@@ -400,6 +467,95 @@ export var WindowBasedLogarithmicSamplingType;
|
|
|
400
467
|
(function (WindowBasedLogarithmicSamplingType) {
|
|
401
468
|
WindowBasedLogarithmicSamplingType["window_based_logarithmic_sampling"] = "window-based-logarithmic-sampling";
|
|
402
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 = {}));
|
|
403
559
|
export var DoubleDatapointMetricType;
|
|
404
560
|
(function (DoubleDatapointMetricType) {
|
|
405
561
|
DoubleDatapointMetricType["UNSPECIFIED_DOUBLE"] = "UNSPECIFIED_DOUBLE";
|
|
@@ -422,10 +578,41 @@ export var EventRecordJobState;
|
|
|
422
578
|
EventRecordJobState["UNKNOWN"] = "UNKNOWN";
|
|
423
579
|
EventRecordJobState["SCANNED_MAX"] = "SCANNED_MAX";
|
|
424
580
|
})(EventRecordJobState || (EventRecordJobState = {}));
|
|
425
|
-
export var
|
|
426
|
-
(function (
|
|
427
|
-
|
|
428
|
-
|
|
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 = {}));
|
|
429
616
|
export var QueryJobInfoStatus;
|
|
430
617
|
(function (QueryJobInfoStatus) {
|
|
431
618
|
QueryJobInfoStatus["PENDING"] = "PENDING";
|
|
@@ -444,11 +631,11 @@ export var PlanType;
|
|
|
444
631
|
export var ReadFeatureFlags;
|
|
445
632
|
(function (ReadFeatureFlags) {
|
|
446
633
|
ReadFeatureFlags["DATADOG_BROWSER_LOGS_INTEGRATION"] = "DATADOG_BROWSER_LOGS_INTEGRATION";
|
|
447
|
-
ReadFeatureFlags["EXTERNAL_TRIGGER"] = "EXTERNAL_TRIGGER";
|
|
448
634
|
ReadFeatureFlags["METRICS_SOURCE"] = "METRICS_SOURCE";
|
|
449
|
-
ReadFeatureFlags["NEW_AUTHZ"] = "NEW_AUTHZ";
|
|
450
635
|
ReadFeatureFlags["S3_LOGS_FILE_SOURCE"] = "S3_LOGS_FILE_SOURCE";
|
|
451
636
|
ReadFeatureFlags["PIPELINE_TEMPLATES"] = "PIPELINE_TEMPLATES";
|
|
637
|
+
ReadFeatureFlags["TRACE_PIPELINE_CREATION"] = "TRACE_PIPELINE_CREATION";
|
|
638
|
+
ReadFeatureFlags["AI_WORKFLOWS"] = "AI_WORKFLOWS";
|
|
452
639
|
ReadFeatureFlags["UNKNOWN"] = "UNKNOWN";
|
|
453
640
|
})(ReadFeatureFlags || (ReadFeatureFlags = {}));
|
|
454
641
|
export var AllQueryNodeType;
|
|
@@ -568,4 +755,104 @@ export var SocialUserInfoType;
|
|
|
568
755
|
(function (SocialUserInfoType) {
|
|
569
756
|
SocialUserInfoType["SOCIAL"] = "SOCIAL";
|
|
570
757
|
})(SocialUserInfoType || (SocialUserInfoType = {}));
|
|
758
|
+
// =============================================================================
|
|
759
|
+
// Auto-generated operation type sets from flink:model
|
|
760
|
+
// DO NOT EDIT - This section is generated by OperationTypeSetsGenTask
|
|
761
|
+
// =============================================================================
|
|
762
|
+
/**
|
|
763
|
+
* Set of all source operation types.
|
|
764
|
+
* These are extracted from classes that extend Source in flink:model.
|
|
765
|
+
*/
|
|
766
|
+
export const SOURCE_TYPES = new Set([
|
|
767
|
+
'bounded-datadog-source',
|
|
768
|
+
'cloudtrail-file-source',
|
|
769
|
+
'datadog-log-agent-source',
|
|
770
|
+
'datadog-log-cloud-source',
|
|
771
|
+
'datadog-metric-agent-source',
|
|
772
|
+
'datadog-metrics-cloud-source',
|
|
773
|
+
'datadog-trace-agent-source',
|
|
774
|
+
'grepr-metrics-source',
|
|
775
|
+
'grepr-raw-log-source',
|
|
776
|
+
'grepr-raw-span-source',
|
|
777
|
+
'grepr-reducer-log-source',
|
|
778
|
+
'logs-backfill-iceberg-table-source',
|
|
779
|
+
'logs-iceberg-table-source',
|
|
780
|
+
'logs-values-source',
|
|
781
|
+
'metrics-iceberg-table-source',
|
|
782
|
+
'newrelic-log-agent-source',
|
|
783
|
+
'otlp-log-agent-source',
|
|
784
|
+
'otlp-trace-agent-source',
|
|
785
|
+
'reducer-logs-iceberg-table-source',
|
|
786
|
+
's3-file-source',
|
|
787
|
+
'splunk-log-agent-source',
|
|
788
|
+
'splunk-log-http-source',
|
|
789
|
+
'sumologic-log-agent-source',
|
|
790
|
+
'traces-iceberg-table-source'
|
|
791
|
+
]);
|
|
792
|
+
/**
|
|
793
|
+
* Set of all sink operation types.
|
|
794
|
+
* These are extracted from classes that extend Sink in flink:model.
|
|
795
|
+
*/
|
|
796
|
+
export const SINK_TYPES = new Set([
|
|
797
|
+
'datadog-log-sink',
|
|
798
|
+
'datadog-metrics-sink',
|
|
799
|
+
'datadog-stats-sink',
|
|
800
|
+
'datadog-trace-sink',
|
|
801
|
+
'event-dedup-iceberg-table-sink',
|
|
802
|
+
'llm-prompt-results-iceberg-table-sink',
|
|
803
|
+
'logs-iceberg-table-sink',
|
|
804
|
+
'logs-predicates-counter',
|
|
805
|
+
'logs-sync-sink',
|
|
806
|
+
'metrics-iceberg-table-sink',
|
|
807
|
+
'metrics-sync-sink',
|
|
808
|
+
'newrelic-log-sink',
|
|
809
|
+
'otlp-log-sink',
|
|
810
|
+
'otlp-trace-sink',
|
|
811
|
+
'pattern-lookup-iceberg-table-sink',
|
|
812
|
+
'query-sink',
|
|
813
|
+
'spans-sync-sink',
|
|
814
|
+
'splunk-log-sink',
|
|
815
|
+
'sumologic-log-sink',
|
|
816
|
+
'variant-sync-sink'
|
|
817
|
+
]);
|
|
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
|
+
export const OPERATION_TYPES = new Set([
|
|
823
|
+
'clone',
|
|
824
|
+
'grok-parser',
|
|
825
|
+
'json-log-processor',
|
|
826
|
+
'llm-prompt',
|
|
827
|
+
'log-attributes-remapper',
|
|
828
|
+
'log-reducer',
|
|
829
|
+
'log-transform',
|
|
830
|
+
'logs-branch',
|
|
831
|
+
'logs-event-sampler',
|
|
832
|
+
'logs-filter',
|
|
833
|
+
'rule-engine',
|
|
834
|
+
'sql-operation',
|
|
835
|
+
'template-operation',
|
|
836
|
+
'trace-reducer',
|
|
837
|
+
'trace-sampler',
|
|
838
|
+
'union'
|
|
839
|
+
]);
|
|
840
|
+
/**
|
|
841
|
+
* Checks if a given type string is a source operation.
|
|
842
|
+
*/
|
|
843
|
+
export function isSourceType(type) {
|
|
844
|
+
return SOURCE_TYPES.has(type);
|
|
845
|
+
}
|
|
846
|
+
/**
|
|
847
|
+
* Checks if a given type string is a sink operation.
|
|
848
|
+
*/
|
|
849
|
+
export function isSinkType(type) {
|
|
850
|
+
return SINK_TYPES.has(type);
|
|
851
|
+
}
|
|
852
|
+
/**
|
|
853
|
+
* Checks if a given type string is an operation (neither source nor sink).
|
|
854
|
+
*/
|
|
855
|
+
export function isOperationType(type) {
|
|
856
|
+
return OPERATION_TYPES.has(type);
|
|
857
|
+
}
|
|
571
858
|
//# sourceMappingURL=openApiTypes.js.map
|