From 19657d33e58d0a49e88e265100acb3e252a1afcd Mon Sep 17 00:00:00 2001 From: Povilas Versockas Date: Wed, 26 Jun 2024 01:18:23 -0700 Subject: [PATCH] [otel-integration] Change max_unmatched_batch_size=1 for multiline preset (#420) --- otel-integration/CHANGELOG.md | 4 ++++ otel-integration/k8s-helm/Chart.yaml | 10 +++++----- otel-integration/k8s-helm/values.yaml | 4 +++- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/otel-integration/CHANGELOG.md b/otel-integration/CHANGELOG.md index b767b463..77d961e2 100644 --- a/otel-integration/CHANGELOG.md +++ b/otel-integration/CHANGELOG.md @@ -2,6 +2,10 @@ ## OpenTelemtry-Integration +### v0.0.81 / 2024-06-26 +- [Fix] Allow configuring max_unmatched_batch_size in multilineConfigs. Default is changed to max_unmatched_batch_size=1. +- [Fix] Fix spanMetrics.spanNameReplacePattern preset does not work + ### v0.0.80 / 2024-06-20 - [BREAKING] logging exporter is removed from default exporters list, since collector 0.103.0 removed it. diff --git a/otel-integration/k8s-helm/Chart.yaml b/otel-integration/k8s-helm/Chart.yaml index b6051ac1..f42335ca 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.80 +version: 0.0.81 keywords: - OpenTelemetry Collector - OpenTelemetry Agent @@ -11,22 +11,22 @@ keywords: dependencies: - name: opentelemetry-collector alias: opentelemetry-agent - version: "0.86.1" + version: "0.86.2" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-agent.enabled - name: opentelemetry-collector alias: opentelemetry-agent-windows - version: "0.86.1" + version: "0.86.2" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-agent-windows.enabled - name: opentelemetry-collector alias: opentelemetry-cluster-collector - version: "0.86.1" + version: "0.86.2" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-cluster-collector.enabled - name: opentelemetry-collector alias: opentelemetry-gateway - version: "0.86.1" + version: "0.86.2" 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 6d683272..21a7c28b 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.80" + version: "0.0.81" extensions: kubernetesDashboard: @@ -91,6 +91,8 @@ opentelemetry-agent: includeCollectorLogs: true storeCheckpoints: true maxRecombineLogSize: 1048576 + # The maximum number of consecutive entries that will be combined into a single entry before the match occurs + maxUnmatchedBatchSize: 1 extraFilelogOperators: [] # - type: recombine # combine_field: body