Skip to content

Commit

Permalink
Updated documentation for external scrape_configs_file
Browse files Browse the repository at this point in the history
Signed-off-by: Swapnil Kulkarni <[email protected]>
  • Loading branch information
meswapnilk committed Jan 30, 2025
1 parent f75b282 commit 9190465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/opentelemetry-kube-stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ bridge.image.tag: 0.103.0
### scrape_configs_file Details

> [!NOTE]
> This parameter only works when running the helm chart locally.
> This parameter only works when running the helm chart locally. When installing the helm chart using the remote repository it is not possible to include "external" scrape config files into the helm structure. This is also true when the chart is used as a subchart, and the scrape config files exists in the parent chart. Ref. [helm docs](https://helm.sh/docs/chart_template_guide/accessing_files/)
By default, the daemonset collector will load in the daemon_scrape_configs.yaml file which collects prometheus metrics from applications on the same node that have the prometheus.io/scrape=true annotation, kubernetes node metrics, and cadvisor metrics. Users can disable this by settings collectors.daemon.scrape_configs_file: "" OR they can provide their own promethues scrape config file for the daemonset by supplying collectors.daemon.scrape_configs_file: "<your-file>.yaml"

Expand Down

0 comments on commit 9190465

Please sign in to comment.