-
Notifications
You must be signed in to change notification settings - Fork 155
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
Support file inclusion in the config in the same way that community Collector does #2536
Comments
This is currently available with the include config source: https://github.com/signalfx/splunk-otel-collector/tree/main/internal/configsource/includeconfigsource
However, we should support this by reconciling the different config managers so that unknown* schemes are forwarded to the registered file provider: splunk-otel-collector/cmd/otelcol/main.go Line 97 in f9bb21e
|
It is good that we have an equivalent feature. I think it is also important to avoid diverging / to converge on both source code and how it is used in the config (e.g. |
This should be resolved by #2893 |
Resolved by 70b75c7 |
@rmfitzpatrick nice! |
The Otel Collector allows including files from the config, e.g.:
This does not work with Splunk distro of the Collector.
The text was updated successfully, but these errors were encountered: