Investigate being able to reuse the OTLP input with the otel SDK structs
Open
- Dominant language
- Go
- Stars
- 12
- Forks
- 31
- Avg merge
- 8h 55m
- Merged PRs (30d)
- 2
Description
The OTLP input uses collector structs, as that's what we get from gRPC (example, [metrics](https://github.com/elastic/apm-data/blob/main/input/otlp/metrics.go)).
With https://github.com/elastic/apm-server/pull/11470, we duplicate the same logic with the otel SDK structs.
Investigate refactoring the structs so we can remove that logic duplication (with no performance loss), maybe by converting the SDK structs into collector ones.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.