Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the migration guide's extaConfg table #940

Merged
merged 1 commit into from
Nov 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions charts/k8s-monitoring/docs/Migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,12 +329,13 @@ If using the Alloy integration `metrics.alloy.enabled`, or if using `extraConfig
The variables for adding arbitrary configuration to the Alloy instances has been moved inside the respective Alloy
instance.

| extraConfig | v1.x setting | v2.0 setting | Notes |
|--------------------|------------------------------------|-----------------------------|-------|
| Alloy | `metrics.alloy` | `integrations.alloy` | |
| Alloy Events | `extraConfig` | `integrations.cert-manager` | |
| Alloy Logs | `extraConfig` | `integrations.etcd` | |
| Alloy for Profiles | `extraConfig` & `logs.extraConfig` | `integrations.mysql` | |
| extraConfig | v1.x setting | v2.0 setting | Notes |
|--------------------|-----------------------------------|-------------------------------|-------|
| Alloy for Metrics | `extraConfig` | `alloy-metrics.extraConfig` | |
| Alloy for Apps | `extraConfig` | `alloy-receiver.extraConfig` | |
| Alloy for Events | `logs.cluster_events.extraConfig` | `alloy-singleton.extraConfig` | |
| Alloy for Logs | `logs.extraConfig` | `alloy-logs.extraConfig` | |
| Alloy for Profiles | `profiles.extraConfig` | `alloy-profiles.extraConfig` | |

#### Steps to take

Expand Down