Skip to content
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

collector: Internal telemetry #6304

Closed
agardnerIT opened this issue Feb 13, 2025 · 1 comment · Fixed by #6314
Closed

collector: Internal telemetry #6304

agardnerIT opened this issue Feb 13, 2025 · 1 comment · Fixed by #6314

Comments

@agardnerIT
Copy link

agardnerIT commented Feb 13, 2025

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

panic: reflect: Key of non-map type interface {}

Collector v0.12.0

'service.telemetry.logs' has invalid keys: processors

service:
  telemetry:
    logs:
      processors:
        - batch:
            exporter:
              otlp:
                protocol: http/protobuf
                endpoint: https://backend:4317

Sidenote: Port

endpoint: https://backend:4317 this should be :4318 no?

@svrnm
Copy link
Member

svrnm commented Feb 13, 2025

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

@svrnm svrnm changed the title Internal telemetry collector: Internal telemetry Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants