Skip to content

Commit

Permalink
Added Profiles extraConfig Support (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
bentonam authored Oct 25, 2024
1 parent a79cd3e commit 427fac7
Show file tree
Hide file tree
Showing 7 changed files with 3,120 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/k8s-monitoring-v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,12 @@ The Prometheus and Loki services may be hosted on the same cluster, or remotely
|-----|------|---------|-------------|
| profiles.enabled | bool | `false` | Receive and forward profiles. |

### Profiles Global

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| profiles.extraConfig | string | `""` | Extra configuration that will be added to the Grafana Alloy for Logs configuration file. This value is templated so that you can refer to other values from this file. This cannot be used to modify the generated configuration values, only append new components. See [Adding custom Flow configuration](#adding-custom-flow-configuration) for an example. |

### Profiles (java)

| Key | Type | Default | Description |
Expand Down
Loading

0 comments on commit 427fac7

Please sign in to comment.