signalfx / splunk-otel-collector-chart

Splunk OpenTelemetry Collector for Kubernetes
Apache License 2.0
121 stars 150 forks source link

Remove the use of environment variables in the daemonset container #1420

Closed atoulme closed 1 month ago

atoulme commented 2 months ago

Description: Remove the use of environment variables when configuring hostmetricsreceiver. Use root_path instead.

This PR separates the use of hostmetricsreceiver in 2 receivers, one for all scrapers except filesystem using the /hostfs path, and one for the filesystem scraper using the container filesystem.