opentelemetry-collector
opentelemetry-collector copied to clipboard
OpenTelemetry Collector
### Component(s) _No response_ ### Describe the issue you're reporting Depending on the decision in https://github.com/open-telemetry/opentelemetry-collector/issues/14099, i'd suggest we add a `otlp_http` alias for the `otlphttp` exporter to be consistent...
https://github.com/open-telemetry/opentelemetry-collector/actions/runs/19068015057/job/54463435271?pr=14121 ``` go tool -modfile /home/runner/work/opentelemetry-collector/opentelemetry-collector/internal/tools/go.mod golangci-lint run Error: cmd/mdatagen/internal/command.go:305:7: concat-loop: string concatenation in a loop (perfsprint) result += caser(part) ^ ```
### Component(s) _No response_ ### What happened? **Describe the bug** Collector is using `http` rather than `https` when sending logs and it is causing server to reject the request. **Steps...
Upgrade OTLP to 1.9.0. See https://github.com/open-telemetry/opentelemetry-proto/releases/tag/v1.9.0 Contrib tests are fixed in https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/44031
### Component(s) pdata ### Describe the issue you're reporting The `New...` methods mention that it should only be used in testing code: https://github.com/open-telemetry/opentelemetry-collector/blob/727ae96d621450fc5afd3a81b4669b48756a760d/pdata/internal/cmd/pdatagen/internal/templates/message.go.tmpl#L41-L46 However, I think its useful to loosen...