From 0ded9310775463ed6a99fef049babcb155cd5c38 Mon Sep 17 00:00:00 2001 From: Douglas Camata <159076+douglascamata@users.noreply.github.com> Date: Mon, 23 Dec 2024 10:21:05 +0100 Subject: [PATCH] Fleet management updates (#490) Fixes ES-383. * Add fleet management preset to windows values files * Make Receiver report as `agentType: "receiver"` * Bump chart version * Add changelog entry --- otel-integration/CHANGELOG.md | 5 +++++ otel-integration/k8s-helm/Chart.yaml | 2 +- otel-integration/k8s-helm/values-windows-tailsampling.yaml | 4 ++++ otel-integration/k8s-helm/values-windows.yaml | 4 ++++ otel-integration/k8s-helm/values.yaml | 4 ++-- 5 files changed, 16 insertions(+), 3 deletions(-) diff --git a/otel-integration/CHANGELOG.md b/otel-integration/CHANGELOG.md index 3dd9a188..fc891431 100644 --- a/otel-integration/CHANGELOG.md +++ b/otel-integration/CHANGELOG.md @@ -2,6 +2,11 @@ ## OpenTelemtry-Integration +### v0.0.127 / 2024-12-20 + +- [Fix] Make the receiver Collector report as agent type `receiver` +- [Feat] Add fleet management preset configuration to the Windows values files + ### v0.0.126 / 2024-12-19 - [Feat] add service.version to spanMetrics and dbMetrics diff --git a/otel-integration/k8s-helm/Chart.yaml b/otel-integration/k8s-helm/Chart.yaml index 8d67a6a7..794f882b 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.126 +version: 0.0.127 keywords: - OpenTelemetry Collector - OpenTelemetry Agent diff --git a/otel-integration/k8s-helm/values-windows-tailsampling.yaml b/otel-integration/k8s-helm/values-windows-tailsampling.yaml index 4300fafc..58e8b3da 100644 --- a/otel-integration/k8s-helm/values-windows-tailsampling.yaml +++ b/otel-integration/k8s-helm/values-windows-tailsampling.yaml @@ -85,6 +85,10 @@ opentelemetry-agent-windows: enabled: true clusterName: "{{.Values.global.clusterName}}" integrationName: "coralogix-integration-helm" + fleetManagement: + enabled: false + agentType: "agent" + clusterName: "{{.Values.global.clusterName}}" logsCollection: enabled: true storeCheckpoints: true diff --git a/otel-integration/k8s-helm/values-windows.yaml b/otel-integration/k8s-helm/values-windows.yaml index e5142f68..58eb92a6 100644 --- a/otel-integration/k8s-helm/values-windows.yaml +++ b/otel-integration/k8s-helm/values-windows.yaml @@ -86,6 +86,10 @@ opentelemetry-agent-windows: enabled: true clusterName: "{{.Values.global.clusterName}}" integrationName: "coralogix-integration-helm" + fleetManagement: + enabled: false + agentType: "agent" + clusterName: "{{.Values.global.clusterName}}" logsCollection: enabled: true storeCheckpoints: true diff --git a/otel-integration/k8s-helm/values.yaml b/otel-integration/k8s-helm/values.yaml index 581ddcea..0b430559 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.126" + version: "0.0.127" extensions: kubernetesDashboard: @@ -937,7 +937,7 @@ opentelemetry-receiver: presets: fleetManagement: enabled: false - agentType: "gateway" + agentType: "receiver" clusterName: "{{.Values.global.clusterName}}" kubernetesAttributes: enabled: false