-
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
config is evaluated twice. having to double up on $
#628
Comments
It seems like we have a bug somewhere in https://github.com/signalfx/splunk-otel-collector/tree/main/internal/configprovider . core/contrib works well |
Did some initial investigation. Looks like config is evaluated twice in our distro. Any |
Thanks @dmitryax from what you shared, I tried something and it worked. I doubled up |
should we fix it or just use |
we can do that as an ugly short term workaround to unblock moving to our image. I'll try to fix this bug in the meantime |
filelog
receiver expressions$
when using
filelog
receiver,$
is used for accessing data from entry.https://github.com/open-telemetry/opentelemetry-log-collection/blob/main/docs/types/field.md
and i have an example config here.
but the $$body is parsed and changed to env var value of
body
. So we can't use image from this repo for unified helm chart. I think some changes are required in thecmd/otelcol/main.go
The text was updated successfully, but these errors were encountered: