feat(otlp): experimental otlp support
- very much a draft at this point.
- requires a copy of https://github.com/open-telemetry/opentelemetry-proto-profile to be adjacent to the directory
- works with https://github.com/grafana/pyroscope/pull/2177 and https://github.com/petethepig/opentelemetry-collector/pull/1
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
May be a good idea to make Remote an interface and otlp implementation of that interface and maybe put otlp implementation in to a separate module, so that people who don't need grpc dependencies do not get them accidentally