@grepr/cli 1.6.24-2ba0489 → 1.6.26-43eab56
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.
|
@@ -4734,6 +4734,24 @@ export interface components {
|
|
|
4734
4734
|
LatestReadingStrategy: {
|
|
4735
4735
|
type: "LatestReadingStrategy";
|
|
4736
4736
|
} & Omit<components["schemas"]["FileReadingStrategy"], "type">;
|
|
4737
|
+
LegacyDatadogMetricsSink: {
|
|
4738
|
+
/**
|
|
4739
|
+
* @description Additional tags to add to the metrics when writing to Datadog. Gets combined with the integration's additionalTags.
|
|
4740
|
+
* @example [
|
|
4741
|
+
* "env:dev"
|
|
4742
|
+
* ]
|
|
4743
|
+
*/
|
|
4744
|
+
additionalTags?: string[];
|
|
4745
|
+
/** @description The Datadog integration id. */
|
|
4746
|
+
integrationId: string;
|
|
4747
|
+
/** @example operation_name */
|
|
4748
|
+
name: string;
|
|
4749
|
+
/**
|
|
4750
|
+
* @description Writes processed metrics (flat MetricDatapoint model) to Datadog. Transitional; use datadog-metrics-sink for new pipelines. (enum property replaced by openapi-typescript)
|
|
4751
|
+
* @enum {string}
|
|
4752
|
+
*/
|
|
4753
|
+
type: LegacyDatadogMetricsSinkType;
|
|
4754
|
+
};
|
|
4737
4755
|
/** @description Configuration for the LLM provider and model. */
|
|
4738
4756
|
LlmConfig: {
|
|
4739
4757
|
/**
|
|
@@ -6206,7 +6224,7 @@ export interface components {
|
|
|
6206
6224
|
/** @example operation_name */
|
|
6207
6225
|
name: string;
|
|
6208
6226
|
type: string;
|
|
6209
|
-
} & (components["schemas"]["LogsEventSampler"] | components["schemas"]["LogsBranch"] | components["schemas"]["LogsFilter"] | components["schemas"]["GrokParser"] | components["schemas"]["JsonLogProcessor"] | components["schemas"]["LogAttributesRemapper"] | components["schemas"]["LogReducer"] | components["schemas"]["LogTransformAction"] | components["schemas"]["LlmPrompt"] | components["schemas"]["PatternMatcher"] | components["schemas"]["LogsIcebergTableSink"] | components["schemas"]["PatternLookupIcebergTableSink"] | components["schemas"]["EventDedupIcebergTableSink"] | components["schemas"]["SpanDedupIcebergTableSink"] | components["schemas"]["LogsIcebergTableSource"] | components["schemas"]["LlmPromptResultsIcebergTableSource"] | components["schemas"]["MetricsIcebergTableSource"] | components["schemas"]["TracesIcebergTableSource"] | components["schemas"]["SpansBackfillIcebergTableSource"] | components["schemas"]["MetricsIcebergTableSink"] | components["schemas"]["DatadogLogCloudSource"] | components["schemas"]["DatadogLogAgentSource"] | components["schemas"]["DatadogTraceAgentSource"] | components["schemas"]["GreprVendorSource"] | components["schemas"]["GreprMetricsSource"] | components["schemas"]["DatadogLogSink"] | components["schemas"]["DatadogTraceSink"] | components["schemas"]["NewRelicLogSink"] | components["schemas"]["SplunkLogSink"] | components["schemas"]["SumoLogSource"] | components["schemas"]["SumoLogSink"] | components["schemas"]["OtlpLogSink"] | components["schemas"]["OtlpTraceSink"] | components["schemas"]["IcebergLogsReplaySource"] | components["schemas"]["LogsBackfillFlinkSource"] | components["schemas"]["LogsRuleEngine"] | components["schemas"]["ReducerLogsQuerySource"] | components["schemas"]["LogsSynchronousSink"] | components["schemas"]["MetricsSynchronousSink"] | components["schemas"]["VariantSynchronousSink"] | components["schemas"]["SpansSynchronousSink"] | components["schemas"]["DiscardingSink"] | components["schemas"]["DatadogMetricsSink"] | components["schemas"]["GreprReducerLogSource"] | components["schemas"]["GreprRawLogsSource"] | components["schemas"]["GreprLlmPromptResultsSource"] | components["schemas"]["SplunkLogAgentSource"] | components["schemas"]["SplunkLogHttpSource"] | components["schemas"]["NewRelicLogAgentSource"] | components["schemas"]["OtlpLogAgentSource"] | components["schemas"]["OtlpTraceAgentSource"] | components["schemas"]["TraceSampler"] | components["schemas"]["S3LogsFileSource"] | components["schemas"]["CloudTrailLogsFileSource"] | components["schemas"]["GreprUploadedLogFileSource"] | components["schemas"]["TemplateOperation"] | components["schemas"]["SqlOperation"] | components["schemas"]["TraceReducer"] | components["schemas"]["MetricReducer"] | components["schemas"]["DatadogStatsSink"] | components["schemas"]["LogsValuesSource"] | components["schemas"]["LogRulesApplication"] | components["schemas"]["TriggerActionOp"] | components["schemas"]["EntityContextAggregation"]);
|
|
6227
|
+
} & (components["schemas"]["LogsEventSampler"] | components["schemas"]["LogsBranch"] | components["schemas"]["LogsFilter"] | components["schemas"]["GrokParser"] | components["schemas"]["JsonLogProcessor"] | components["schemas"]["LogAttributesRemapper"] | components["schemas"]["LogReducer"] | components["schemas"]["LogTransformAction"] | components["schemas"]["LlmPrompt"] | components["schemas"]["PatternMatcher"] | components["schemas"]["LogsIcebergTableSink"] | components["schemas"]["PatternLookupIcebergTableSink"] | components["schemas"]["EventDedupIcebergTableSink"] | components["schemas"]["SpanDedupIcebergTableSink"] | components["schemas"]["LogsIcebergTableSource"] | components["schemas"]["LlmPromptResultsIcebergTableSource"] | components["schemas"]["MetricsIcebergTableSource"] | components["schemas"]["TracesIcebergTableSource"] | components["schemas"]["SpansBackfillIcebergTableSource"] | components["schemas"]["MetricsIcebergTableSink"] | components["schemas"]["DatadogLogCloudSource"] | components["schemas"]["DatadogLogAgentSource"] | components["schemas"]["DatadogTraceAgentSource"] | components["schemas"]["GreprVendorSource"] | components["schemas"]["GreprMetricsSource"] | components["schemas"]["DatadogLogSink"] | components["schemas"]["DatadogTraceSink"] | components["schemas"]["NewRelicLogSink"] | components["schemas"]["SplunkLogSink"] | components["schemas"]["SumoLogSource"] | components["schemas"]["SumoLogSink"] | components["schemas"]["OtlpLogSink"] | components["schemas"]["OtlpTraceSink"] | components["schemas"]["IcebergLogsReplaySource"] | components["schemas"]["LogsBackfillFlinkSource"] | components["schemas"]["LogsRuleEngine"] | components["schemas"]["ReducerLogsQuerySource"] | components["schemas"]["LogsSynchronousSink"] | components["schemas"]["MetricsSynchronousSink"] | components["schemas"]["VariantSynchronousSink"] | components["schemas"]["SpansSynchronousSink"] | components["schemas"]["DiscardingSink"] | components["schemas"]["DatadogMetricsSink"] | components["schemas"]["LegacyDatadogMetricsSink"] | components["schemas"]["GreprReducerLogSource"] | components["schemas"]["GreprRawLogsSource"] | components["schemas"]["GreprLlmPromptResultsSource"] | components["schemas"]["SplunkLogAgentSource"] | components["schemas"]["SplunkLogHttpSource"] | components["schemas"]["NewRelicLogAgentSource"] | components["schemas"]["OtlpLogAgentSource"] | components["schemas"]["OtlpTraceAgentSource"] | components["schemas"]["TraceSampler"] | components["schemas"]["S3LogsFileSource"] | components["schemas"]["CloudTrailLogsFileSource"] | components["schemas"]["GreprUploadedLogFileSource"] | components["schemas"]["TemplateOperation"] | components["schemas"]["SqlOperation"] | components["schemas"]["TraceReducer"] | components["schemas"]["MetricReducer"] | components["schemas"]["DatadogStatsSink"] | components["schemas"]["LogsValuesSource"] | components["schemas"]["LogRulesApplication"] | components["schemas"]["TriggerActionOp"] | components["schemas"]["EntityContextAggregation"]);
|
|
6210
6228
|
OrQueryNode: {
|
|
6211
6229
|
/**
|
|
6212
6230
|
* @description This is a list of expressions that are combined with an OR operator.
|
|
@@ -8154,7 +8172,7 @@ export interface components {
|
|
|
8154
8172
|
materialized?: boolean;
|
|
8155
8173
|
/**
|
|
8156
8174
|
* @description The SQL query to execute. Can reference tables created by previous statements by their tableName, as well as the 'traces' input table and available datasets.
|
|
8157
|
-
* @example SELECT * FROM traces WHERE
|
|
8175
|
+
* @example SELECT * FROM traces WHERE duration > 1000000
|
|
8158
8176
|
*/
|
|
8159
8177
|
sqlQuery: string;
|
|
8160
8178
|
/**
|
|
@@ -8174,7 +8192,7 @@ export interface components {
|
|
|
8174
8192
|
* @example PT20.345S
|
|
8175
8193
|
*/
|
|
8176
8194
|
globalStateTtl?: string;
|
|
8177
|
-
/** @description Input table names that can be referenced in SQL statements. Each input table corresponds to an input stream that is connected to this operation in the job graph. All connected input types must be compatible with the SQL operations. Each type specifies what the schema of the resulting table that is available for the SQL statements looks like. */
|
|
8195
|
+
/** @description Input table names that can be referenced in SQL statements. Each input table corresponds to an input stream that is connected to this operation in the job graph. All connected input types must be compatible with the SQL operations. Each type specifies what the schema of the resulting table that is available for the SQL statements looks like. For `COMPLETE_SPAN`, the table schema uses SQL row field names, which differ from the REST JSON property names in the `CompleteSpan` schema. */
|
|
8178
8196
|
inputs?: {
|
|
8179
8197
|
[key: string]: SqlOperationInputs;
|
|
8180
8198
|
};
|
|
@@ -8211,14 +8229,14 @@ export interface components {
|
|
|
8211
8229
|
*/
|
|
8212
8230
|
outputName: string;
|
|
8213
8231
|
/**
|
|
8214
|
-
* @description Data types that are acceptable as inputs and outputs to SQL operations.
|
|
8232
|
+
* @description Data types that are acceptable as inputs and outputs to SQL operations. See [SQL transform supported data types](/transforms/sql-transform/data-types) for the SQL row schemas. The `COMPLETE_SPAN` SQL row schema uses SQL field names that differ from the REST JSON property names documented in [CompleteSpan](/apis/api-spec#schema/CompleteSpan).
|
|
8215
8233
|
* @example VARIANT
|
|
8216
8234
|
* @enum {string}
|
|
8217
8235
|
*/
|
|
8218
8236
|
outputType: SqlOperationInputs;
|
|
8219
8237
|
/**
|
|
8220
8238
|
* @description The SQL query to execute. Can reference tables created by previous statements by their tableName, as well as the 'traces' input table and available datasets.
|
|
8221
|
-
* @example SELECT * FROM traces WHERE
|
|
8239
|
+
* @example SELECT * FROM traces WHERE duration > 1000000
|
|
8222
8240
|
*/
|
|
8223
8241
|
sqlQuery: string;
|
|
8224
8242
|
/**
|
|
@@ -8244,7 +8262,7 @@ export interface components {
|
|
|
8244
8262
|
materialized?: boolean;
|
|
8245
8263
|
/**
|
|
8246
8264
|
* @description The SQL query to execute. Can reference tables created by previous statements by their tableName, as well as the 'traces' input table and available datasets.
|
|
8247
|
-
* @example SELECT * FROM traces WHERE
|
|
8265
|
+
* @example SELECT * FROM traces WHERE duration > 1000000
|
|
8248
8266
|
*/
|
|
8249
8267
|
sqlQuery: string;
|
|
8250
8268
|
/**
|
|
@@ -9970,6 +9988,7 @@ export type SchemaJsonFileFormat = components["schemas"]["JsonFileFormat"];
|
|
|
9970
9988
|
export type SchemaJsonLogEventMapper = components["schemas"]["JsonLogEventMapper"];
|
|
9971
9989
|
export type SchemaJsonLogProcessor = components["schemas"]["JsonLogProcessor"];
|
|
9972
9990
|
export type SchemaLatestReadingStrategy = components["schemas"]["LatestReadingStrategy"];
|
|
9991
|
+
export type SchemaLegacyDatadogMetricsSink = components["schemas"]["LegacyDatadogMetricsSink"];
|
|
9973
9992
|
export type SchemaLlmConfig = components["schemas"]["LlmConfig"];
|
|
9974
9993
|
export type SchemaLlmPrompt = components["schemas"]["LlmPrompt"];
|
|
9975
9994
|
export type SchemaLlmPromptResultsIcebergTableSource = components["schemas"]["LlmPromptResultsIcebergTableSource"];
|
|
@@ -17354,6 +17373,9 @@ export declare enum JobActionRuleType {
|
|
|
17354
17373
|
export declare enum JsonLogProcessorType {
|
|
17355
17374
|
json_log_processor = "json-log-processor"
|
|
17356
17375
|
}
|
|
17376
|
+
export declare enum LegacyDatadogMetricsSinkType {
|
|
17377
|
+
legacy_datadog_metrics_sink = "legacy-datadog-metrics-sink"
|
|
17378
|
+
}
|
|
17357
17379
|
export declare enum LlmPromptOutputActions {
|
|
17358
17380
|
FORWARD_TO_SINKS = "FORWARD_TO_SINKS"
|
|
17359
17381
|
}
|
|
@@ -17658,7 +17680,8 @@ export declare enum SqlOperationInputs {
|
|
|
17658
17680
|
VARIANT = "VARIANT",
|
|
17659
17681
|
LOG_EVENT = "LOG_EVENT",
|
|
17660
17682
|
COMPLETE_SPAN = "COMPLETE_SPAN",
|
|
17661
|
-
METRIC_DATA = "METRIC_DATA"
|
|
17683
|
+
METRIC_DATA = "METRIC_DATA",
|
|
17684
|
+
WIDE_METRIC_DATA = "WIDE_METRIC_DATA"
|
|
17662
17685
|
}
|
|
17663
17686
|
export declare enum SqlOperationType {
|
|
17664
17687
|
sql_operation = "sql-operation"
|