We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OTLP_TRACES_PROTOCOL
endpoint
Describe the bug
Although the README describes the following:
config.otlp.traces.protocol | string | "" | OTLP protocol http/json, http/protobuf, grpc (default: "" which uses SDK default: http/json) |
""
The value of the OTLP_TRACES_PROTOCOL is being set to the same value as .Values.config.otlp.traces.endpoint.
.Values.config.otlp.traces.endpoint
How to reproduce it
Try set config as;
falcosidekick: enabled: true fullfqdn: true webui: enabled: true disableauth: true replicaCount: 1 config: otlp: traces: endpoint: "http://my-collector-endpoint:4318/v1/traces" protocol: "http/json" checkcert: false
Then observe protocol is not passed.
protocol
Expected behaviour
That the OTLP_TRACES_PROTOCOL is being set to the config.otlp.traces.protocol value.
config.otlp.traces.protocol
The text was updated successfully, but these errors were encountered:
You're write, this is typo. The fix is now included in the PR #740
Sorry, something went wrong.
I did open a PR for this too though already: #742
Of course do it whichever way 👍
Edit: Ah I see your comment over there.
The PR #740 has been merged with the fix
Issif
Successfully merging a pull request may close this issue.
Describe the bug
Although the README describes the following:
The value of the
OTLP_TRACES_PROTOCOL
is being set to the same value as.Values.config.otlp.traces.endpoint
.How to reproduce it
Try set config as;
Then observe
protocol
is not passed.Expected behaviour
That the
OTLP_TRACES_PROTOCOL
is being set to theconfig.otlp.traces.protocol
value.The text was updated successfully, but these errors were encountered: