From d93cbe67c01457f4ea11b5d5bca64812d6f2976f Mon Sep 17 00:00:00 2001 From: Povilas Versockas Date: Mon, 4 Nov 2024 11:27:20 +0200 Subject: [PATCH] [opentelemetry-integration] feat: file log preset - allow setting max_batch_size --- otel-integration/CHANGELOG.md | 3 +++ otel-integration/k8s-helm/Chart.yaml | 12 ++++++------ otel-integration/k8s-helm/values.yaml | 4 +++- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/otel-integration/CHANGELOG.md b/otel-integration/CHANGELOG.md index fc45d5e2..dfc9cb8a 100644 --- a/otel-integration/CHANGELOG.md +++ b/otel-integration/CHANGELOG.md @@ -2,6 +2,9 @@ ## OpenTelemtry-Integration +### v0.0.110 / 2024-11-04 +- [Feat] logsCollection preset allow changing max_batch_size + ### v0.0.109 / 2024-10-23 - [Feat] E2E Testing: Populated hostmetrics maps and enable process metrics diff --git a/otel-integration/k8s-helm/Chart.yaml b/otel-integration/k8s-helm/Chart.yaml index 6f7d27bb..102079b2 100644 --- a/otel-integration/k8s-helm/Chart.yaml +++ b/otel-integration/k8s-helm/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: otel-integration description: OpenTelemetry Integration -version: 0.0.109 +version: 0.0.110 keywords: - OpenTelemetry Collector - OpenTelemetry Agent @@ -11,27 +11,27 @@ keywords: dependencies: - name: opentelemetry-collector alias: opentelemetry-agent - version: "0.95.4" + version: "0.97.0" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-agent.enabled - name: opentelemetry-collector alias: opentelemetry-agent-windows - version: "0.95.4" + version: "0.97.0" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-agent-windows.enabled - name: opentelemetry-collector alias: opentelemetry-cluster-collector - version: "0.95.4" + version: "0.97.0" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-cluster-collector.enabled - name: opentelemetry-collector alias: opentelemetry-receiver - version: "0.95.4" + version: "0.97.0" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-receiver.enabled - name: opentelemetry-collector alias: opentelemetry-gateway - version: "0.95.4" + version: "0.97.0" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-gateway.enabled sources: diff --git a/otel-integration/k8s-helm/values.yaml b/otel-integration/k8s-helm/values.yaml index f6e42fde..f0def6a5 100644 --- a/otel-integration/k8s-helm/values.yaml +++ b/otel-integration/k8s-helm/values.yaml @@ -5,7 +5,7 @@ global: defaultSubsystemName: "integration" logLevel: "warn" collectionInterval: "30s" - version: "0.0.109" + version: "0.0.110" extensions: kubernetesDashboard: @@ -105,6 +105,8 @@ opentelemetry-agent: maxRecombineLogSize: 1048576 # The maximum number of consecutive entries that will be combined into a single entry before the match occurs maxUnmatchedBatchSize: 1 + # The maximum number of consecutive entries that will be combined into a single entry. + maxBatchSize: 1000 extraFilelogOperators: [] # - type: recombine # combine_field: body