Skip to content

Commit

Permalink
[otel-integration] enable host entity and resource preset
Browse files Browse the repository at this point in the history
  • Loading branch information
povilasv committed Jan 29, 2025
1 parent 416b0f7 commit 4349415
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions otel-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## OpenTelemtry-Integration

### v0.0.137 / 2025-01-29

- [Feat] Enable hostEntity and kubernetesResource preset

### v0.0.136 / 2025-01-14

- [Fix] Add missing `source_identifier` to `presets.logsCollection.multilineConfigs`
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.136
version: 0.0.137
keywords:
- OpenTelemetry Collector
- OpenTelemetry Agent
Expand Down
6 changes: 3 additions & 3 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.136"
version: "0.0.137"

extensions:
kubernetesDashboard:
Expand Down Expand Up @@ -199,7 +199,7 @@ opentelemetry-agent:
enabled: false
# Configures Host Metrics receiver to collect Entity Events.
hostEntityEvents:
enabled: false
enabled: true
config:
extensions:
zpages:
Expand Down Expand Up @@ -448,7 +448,7 @@ opentelemetry-cluster-collector:
enabled: false
# Enables Kubernetes Resource collection for for resource catalog
kubernetesResources:
enabled: false
enabled: true

command:
name: otelcol-contrib
Expand Down

0 comments on commit 4349415

Please sign in to comment.