From 66264a78ab9e08fc09466650a9088ff95e965fa0 Mon Sep 17 00:00:00 2001 From: Povilas Versockas Date: Wed, 11 Sep 2024 13:02:12 +0300 Subject: [PATCH] [opentelemetry-integration] update collector to 109 --- otel-integration/CHANGELOG.md | 4 ++++ otel-integration/k8s-helm/Chart.yaml | 12 ++++++------ otel-integration/k8s-helm/e2e-test/expected_test.go | 6 +++++- otel-integration/k8s-helm/values.yaml | 4 ++-- 4 files changed, 17 insertions(+), 9 deletions(-) diff --git a/otel-integration/CHANGELOG.md b/otel-integration/CHANGELOG.md index 61b5852c..6b2ee9b0 100644 --- a/otel-integration/CHANGELOG.md +++ b/otel-integration/CHANGELOG.md @@ -2,6 +2,10 @@ ## OpenTelemtry-Integration +### v0.0.102 / 2024-09-10 +- [Feat] Bump collector version to `0.109.0` +- [Feat] Allow TA to pass static config + ### v0.0.101 / 2024-09-05 - [Fix] Fix Tail sampling gateway / receiver k8s attribute collection diff --git a/otel-integration/k8s-helm/Chart.yaml b/otel-integration/k8s-helm/Chart.yaml index 760f6706..f5eab2dd 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.101 +version: 0.0.102 keywords: - OpenTelemetry Collector - OpenTelemetry Agent @@ -11,27 +11,27 @@ keywords: dependencies: - name: opentelemetry-collector alias: opentelemetry-agent - version: "0.91.0" + version: "0.93.1" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-agent.enabled - name: opentelemetry-collector alias: opentelemetry-agent-windows - version: "0.91.0" + version: "0.93.1" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-agent-windows.enabled - name: opentelemetry-collector alias: opentelemetry-cluster-collector - version: "0.91.0" + version: "0.93.1" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-cluster-collector.enabled - name: opentelemetry-collector alias: opentelemetry-receiver - version: "0.91.0" + version: "0.93.1" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-receiver.enabled - name: opentelemetry-collector alias: opentelemetry-gateway - version: "0.91.0" + version: "0.93.1" repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual condition: opentelemetry-gateway.enabled sources: diff --git a/otel-integration/k8s-helm/e2e-test/expected_test.go b/otel-integration/k8s-helm/e2e-test/expected_test.go index b25160e8..cfb55b9c 100644 --- a/otel-integration/k8s-helm/e2e-test/expected_test.go +++ b/otel-integration/k8s-helm/e2e-test/expected_test.go @@ -5,7 +5,7 @@ var expectedSchemaURL = map[string]bool{ "https://opentelemetry.io/schemas/1.9.0": false, } -const expectedScopeVersion = "0.108.1" +const expectedScopeVersion = "0.109.0" var expectedScopeNames = map[string]bool{ "github.com/open-telemetry/opentelemetry-collector-contrib/receiver/hostmetricsreceiver/internal/scraper/networkscraper": false, @@ -184,4 +184,8 @@ var expectedMetrics map[string]bool = map[string]bool{ "otelcol_processor_batch_batch_send_size": false, "otelcol_fileconsumer_open_files": false, "otelcol_fileconsumer_reading_files": false, + "otelcol_processor_incoming_log_records": false, + "otelcol_processor_outgoing_log_records": false, + "otelcol_processor_incoming_metric_points": false, + "otelcol_processor_outgoing_metric_points": false, } diff --git a/otel-integration/k8s-helm/values.yaml b/otel-integration/k8s-helm/values.yaml index abfa376f..12735068 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.101" + version: "0.0.102" extensions: kubernetesDashboard: @@ -137,7 +137,7 @@ opentelemetry-agent: enabled: true collectionInterval: "{{.Values.global.collectionInterval}}" spanMetrics: - enabled: false + enabled: true collectionInterval: "{{.Values.global.collectionInterval}}" metricsExpiration: 5m histogramBuckets: