Skip to content

Commit

Permalink
feat: enable forwarder daemonset by default
Browse files Browse the repository at this point in the history
  • Loading branch information
obs-gh-alexlew committed Feb 3, 2025
1 parent 7de62d2 commit 636c6e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: agent
description: Chart to install K8s collection stack based on Observe Agent
type: application
version: 0.39.0
version: 0.40.0
appVersion: "1.1.0"
dependencies:
- name: opentelemetry-collector
Expand Down
4 changes: 2 additions & 2 deletions charts/agent/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# agent

![Version: 0.39.0](https://img.shields.io/badge/Version-0.39.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.0](https://img.shields.io/badge/AppVersion-1.1.0-informational?style=flat-square)
![Version: 0.40.0](https://img.shields.io/badge/Version-0.40.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.0](https://img.shields.io/badge/AppVersion-1.1.0-informational?style=flat-square)

> [!CAUTION]
> This chart is under active development and is not meant to be installed yet.
Expand Down Expand Up @@ -443,7 +443,7 @@ Chart to install K8s collection stack based on Observe Agent
| node.containers.metrics.enabled | bool | `true` | |
| node.containers.metrics.interval | string | `"60s"` | |
| node.enabled | bool | `true` | |
| node.forwarder.enabled | bool | `false` | |
| node.forwarder.enabled | bool | `true` | |
| node.forwarder.logs.enabled | bool | `true` | |
| node.forwarder.metrics.enabled | bool | `true` | |
| node.forwarder.traces.enabled | bool | `true` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ node:
enabled: true
interval: 60s
forwarder:
enabled: false
enabled: true
traces:
enabled: true
metrics:
Expand Down

0 comments on commit 636c6e5

Please sign in to comment.