#### Description This PR implements serialized bytes based batching for metrics. #### Link to tracking issue https://github.com/open-telemetry/opentelemetry-collector/issues/3262 Continuation of #12299 made by @sfc-gh-sili. Related PRs: - https://github.com/open-telemetry/opentelemetry-collector/pull/12550 - https://github.com/open-telemetry/opentelemetry-collector/pull/12519 Signed-off-by: Israel Blancas <iblancasa@gmail.com>
This upgrades pdata to the [1.4.0](https://github.com/open-telemetry/opentelemetry-proto/releases/tag/v1.4.0) version of protobufs. Sorry for the very large PR. This can't really be split into smaller PRs though, as changes are not backwards compatible. This PR includes https://github.com/open-telemetry/opentelemetry-collector/pull/11706, as the two are very close and separating them would cause weird conflicts. The two changes can be merged either as separate PRs (with 11706 first), or as one. Closes https://github.com/open-telemetry/opentelemetry-collector/issues/11720 cc @mx-psi --------- Co-authored-by: Pablo Baeyens <pbaeyens31+github@gmail.com>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description This adds profiles support to the OTLP receiver. cc @mx-psi