Commit Graph

3 Commits

Author SHA1 Message Date
Israel Blancas 63a22b2f04
[chore] Bytes based batching for profiles (#12564)
#### 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>
2025-04-02 19:00:25 +00:00
Damien Mathieu 33264a5408
Upgrade pdata to proto 1.4.0 (#11722)
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>
2024-11-28 09:40:17 +01:00
Damien Mathieu 30b4ed0f5c
Profiles support in OTLP receiver (#11071)
<!--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
2024-09-17 10:59:12 +02:00