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
This snippet doesn't match the allowed values in the table above it.
Furthermore, starting a collector using this results in the following (depending on collector version).
panic: reflect: Key of non-map type interface {}
'service.telemetry.logs' has invalid keys: processors
service: telemetry: logs: processors: - batch: exporter: otlp: protocol: http/protobuf endpoint: https://backend:4317
endpoint: https://backend:4317 this should be :4318 no?
endpoint: https://backend:4317
:4318
The text was updated successfully, but these errors were encountered:
Thanks for reporting.
the collector versions you are providing do not exist, or is this for a vendor specific collector? I assume the dynatrace distribution?
Please use a non-vendored version of the collector to verify that the same issue persists, or report the issue on the distribution repository.
The port number is indeed incorrect or the protocol should be grpc.
cc @open-telemetry/collector-approvers
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Problem Description
This snippet doesn't match the allowed values in the table above it.
Furthermore, starting a collector using this results in the following (depending on collector version).
Collector v0.23.0
Collector v0.12.0
'service.telemetry.logs' has invalid keys: processors
Sidenote: Port
endpoint: https://backend:4317
this should be:4318
no?The text was updated successfully, but these errors were encountered: