diff --git a/test/integration/configs/otelcol-config-4017.yml b/test/integration/configs/otelcol-config-4017.yml index 986d895aa..6892bfe2e 100644 --- a/test/integration/configs/otelcol-config-4017.yml +++ b/test/integration/configs/otelcol-config-4017.yml @@ -16,14 +16,10 @@ exporters: resource_to_telemetry_conversion: enabled: true enable_open_metrics: true -processors: - batch: - timeout: 0 service: pipelines: metrics: receivers: [otlp] - processors: [batch] exporters: [prometheus] # telemetry: # logs: diff --git a/test/integration/configs/otelcol-config.yml b/test/integration/configs/otelcol-config.yml index 8381276f2..f110f7a1f 100644 --- a/test/integration/configs/otelcol-config.yml +++ b/test/integration/configs/otelcol-config.yml @@ -16,14 +16,10 @@ exporters: resource_to_telemetry_conversion: enabled: true enable_open_metrics: true -processors: - batch: - timeout: 0 service: pipelines: metrics: receivers: [otlp] - processors: [batch] exporters: [prometheus] # telemetry: # logs: diff --git a/test/oats/http/configs/otelcol-config.yaml b/test/oats/http/configs/otelcol-config.yaml index e17f8d6e2..86b5e5bf6 100644 --- a/test/oats/http/configs/otelcol-config.yaml +++ b/test/oats/http/configs/otelcol-config.yaml @@ -10,9 +10,6 @@ receivers: - "http://*" - "https://*" -processors: - batch: - exporters: debug: verbosity: detailed @@ -32,16 +29,13 @@ service: pipelines: traces: receivers: [otlp] - processors: [batch] #exporters: [otlp] exporters: [otlp,debug] metrics: receivers: [otlp] - processors: [batch] #exporters: [prometheusremotewrite] exporters: [prometheusremotewrite,debug] logs: receivers: [otlp] - processors: [batch] exporters: [loki] #exporters: [loki,logging/logs] diff --git a/test/oats/kafka/configs/otelcol-config.yaml b/test/oats/kafka/configs/otelcol-config.yaml index b830bc605..2fc6b2669 100644 --- a/test/oats/kafka/configs/otelcol-config.yaml +++ b/test/oats/kafka/configs/otelcol-config.yaml @@ -4,9 +4,6 @@ receivers: grpc: http: -processors: - batch: - exporters: prometheusremotewrite: endpoint: http://prometheus:9090/api/v1/write @@ -28,16 +25,13 @@ service: pipelines: traces: receivers: [otlp] - processors: [batch] #exporters: [otlp] exporters: [otlp,logging/traces] metrics: receivers: [otlp] - processors: [batch] exporters: [prometheusremotewrite] #exporters: [prometheusremotewrite,logging/metrics] logs: receivers: [otlp] - processors: [batch] exporters: [loki] #exporters: [loki,logging/logs] diff --git a/test/oats/mongo/configs/otelcol-config.yaml b/test/oats/mongo/configs/otelcol-config.yaml index e17f8d6e2..86b5e5bf6 100644 --- a/test/oats/mongo/configs/otelcol-config.yaml +++ b/test/oats/mongo/configs/otelcol-config.yaml @@ -10,9 +10,6 @@ receivers: - "http://*" - "https://*" -processors: - batch: - exporters: debug: verbosity: detailed @@ -32,16 +29,13 @@ service: pipelines: traces: receivers: [otlp] - processors: [batch] #exporters: [otlp] exporters: [otlp,debug] metrics: receivers: [otlp] - processors: [batch] #exporters: [prometheusremotewrite] exporters: [prometheusremotewrite,debug] logs: receivers: [otlp] - processors: [batch] exporters: [loki] #exporters: [loki,logging/logs] diff --git a/test/oats/redis/configs/otelcol-config.yaml b/test/oats/redis/configs/otelcol-config.yaml index b830bc605..2fc6b2669 100644 --- a/test/oats/redis/configs/otelcol-config.yaml +++ b/test/oats/redis/configs/otelcol-config.yaml @@ -4,9 +4,6 @@ receivers: grpc: http: -processors: - batch: - exporters: prometheusremotewrite: endpoint: http://prometheus:9090/api/v1/write @@ -28,16 +25,13 @@ service: pipelines: traces: receivers: [otlp] - processors: [batch] #exporters: [otlp] exporters: [otlp,logging/traces] metrics: receivers: [otlp] - processors: [batch] exporters: [prometheusremotewrite] #exporters: [prometheusremotewrite,logging/metrics] logs: receivers: [otlp] - processors: [batch] exporters: [loki] #exporters: [loki,logging/logs] diff --git a/test/oats/sql/configs/otelcol-config.yaml b/test/oats/sql/configs/otelcol-config.yaml index b830bc605..2fc6b2669 100644 --- a/test/oats/sql/configs/otelcol-config.yaml +++ b/test/oats/sql/configs/otelcol-config.yaml @@ -4,9 +4,6 @@ receivers: grpc: http: -processors: - batch: - exporters: prometheusremotewrite: endpoint: http://prometheus:9090/api/v1/write @@ -28,16 +25,13 @@ service: pipelines: traces: receivers: [otlp] - processors: [batch] #exporters: [otlp] exporters: [otlp,logging/traces] metrics: receivers: [otlp] - processors: [batch] exporters: [prometheusremotewrite] #exporters: [prometheusremotewrite,logging/metrics] logs: receivers: [otlp] - processors: [batch] exporters: [loki] #exporters: [loki,logging/logs]