From 7b456008a8e4e5ac4f82a230db926b2423d9266c Mon Sep 17 00:00:00 2001 From: Povilas Versockas Date: Thu, 26 Oct 2023 12:37:22 +0300 Subject: [PATCH] [otel-integration] fix logs pipeline (#315) --- otel-integration/CHANGELOG.md | 3 +++ otel-integration/k8s-helm/Chart.yaml | 2 +- otel-integration/k8s-helm/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/otel-integration/CHANGELOG.md b/otel-integration/CHANGELOG.md index 1332be0d..ea37041b 100644 --- a/otel-integration/CHANGELOG.md +++ b/otel-integration/CHANGELOG.md @@ -2,6 +2,9 @@ ## OpenTelemtry-Integration +### v0.0.24 / 2023-10-26 +* [FIX] service::pipelines::logs: references exporter "k8sattributes" which is not configured + ### v0.0.23 / 2023-10-26 * [FEATURE] Add k8sattributes and resourcedetecion processor for logs and traces in agent. diff --git a/otel-integration/k8s-helm/Chart.yaml b/otel-integration/k8s-helm/Chart.yaml index 23a63982..dd90250d 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.23 +version: 0.0.24 keywords: - OpenTelemetry Collector - OpenTelemetry Agent diff --git a/otel-integration/k8s-helm/values.yaml b/otel-integration/k8s-helm/values.yaml index 21f387fa..3b13ee8a 100644 --- a/otel-integration/k8s-helm/values.yaml +++ b/otel-integration/k8s-helm/values.yaml @@ -229,11 +229,11 @@ opentelemetry-agent: exporters: - coralogix processors: - - batch - receivers: - k8sattributes - resourcedetection/env - resourcedetection/region + - batch + receivers: - otlp tolerations: - operator: Exists