Skip to content

Commit

Permalink
Fix the migration guide's extaConfg table (#940)
Browse files Browse the repository at this point in the history
Fixes #939
  • Loading branch information
petewall authored Nov 22, 2024
1 parent 676f935 commit 80a97ac
Showing 1 changed file with 7 additions and 6 deletions.
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

0 comments on commit 80a97ac

Please sign in to comment.