Damien Mathieu
Damien Mathieu
These dependencies can't be updated until we drop support for Go 1.22: -
In the scope of message Profile the following attributes are missing: - `default_sample_type_strindex` https://github.com/open-telemetry/opentelemetry-proto/blob/2080d87c780b5a8c65c9ae2771130fd669cef480/opentelemetry/proto/profiles/v1development/profiles.proto#L234C9-L234C37 - `period_type` https://github.com/open-telemetry/opentelemetry-proto/blob/2080d87c780b5a8c65c9ae2771130fd669cef480/opentelemetry/proto/profiles/v1development/profiles.proto#L223C13-L223C24 _Originally posted by @florianl in https://github.com/open-telemetry/opentelemetry-ebpf-profiler/pull/245#discussion_r1873277019_
So we can upgrade revive: https://github.com/open-telemetry/opentelemetry-go/pull/6841
### Description The revive linter is unhappy with the types packages in schema, as it's understandably too generic. https://github.com/open-telemetry/opentelemetry-go/pull/6841 We're about to ignore the issue: https://github.com/open-telemetry/opentelemetry-go/pull/6868 However, the entire schema...
We currently handle legacy validation scheme in the prometheus exporter, which means having to ignore deprecation warnings in prometheus. See https://github.com/open-telemetry/opentelemetry-go/pull/6449 While Prometheus says they won't remove this config in...
These dependencies can't be updated until we drop support for Go 1.23. * https://github.com/open-telemetry/opentelemetry-go/pull/6347
In https://github.com/open-telemetry/opentelemetry-collector-releases/pull/958, we start releasing a Collector distribution meant to use the eBPF Profiler. We need to create the `otel/opentelemetry-collector-ebpf-profiler` Dockerhub repository to be able to have Docker releases of...
#### Description This is part of https://github.com/open-telemetry/opentelemetry-collector/issues/13106 It introduces a new `SetMapping` method, which allows setting a location's mapping based on a specific dictionary. I named the method `SetMapping` and...
The data types changes in OTLP 1.7.0 make the batcher upgrade non-trivial. So we have decided to disable batching for profiles with the upgrade. See https://github.com/open-telemetry/opentelemetry-collector/pull/13075 We should add that...
Closes https://github.com/open-telemetry/opentelemetry-go-contrib/issues/7254