Skip to content

Commit

Permalink
Fleet management updates (#490)
Browse files Browse the repository at this point in the history
Fixes ES-383.

* Add fleet management preset to windows values files

* Make Receiver report as `agentType: "receiver"`

* Bump chart version

* Add changelog entry
  • Loading branch information
douglascamata authored Dec 23, 2024
1 parent 08b09f2 commit 0ded931
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
5 changes: 5 additions & 0 deletions otel-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion otel-integration/k8s-helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions otel-integration/k8s-helm/values-windows-tailsampling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions otel-integration/k8s-helm/values-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions otel-integration/k8s-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ global:
defaultSubsystemName: "integration"
logLevel: "warn"
collectionInterval: "30s"
version: "0.0.126"
version: "0.0.127"

extensions:
kubernetesDashboard:
Expand Down Expand Up @@ -937,7 +937,7 @@ opentelemetry-receiver:
presets:
fleetManagement:
enabled: false
agentType: "gateway"
agentType: "receiver"
clusterName: "{{.Values.global.clusterName}}"
kubernetesAttributes:
enabled: false
Expand Down

0 comments on commit 0ded931

Please sign in to comment.