Marc Alff

Results 323 comments of Marc Alff

This model change is a pre-requisite to later support secrets, as discussed in https://github.com/open-telemetry/opentelemetry-configuration/pull/69#discussion_r1480663248

Note that nothing requires the file format to be a version number currently, this is what the examples do, but not what the schema enforces: ``` "properties": { "file_format": {...

@esigo Hi Ehsan. Any comments for the code review ?

Don't pay attention to CI breaks, this is a general github issue.

Thanks for putting this together. There is also: * https://repology.org/project/opentelemetry-cpp/versions * https://github.com/bazelbuild/bazel-central-registry/tree/main/modules/opentelemetry-cpp * https://github.com/conan-io/conan-center-index/tree/master/recipes/opentelemetry-cpp * https://www.freshports.org/devel/opentelemetry-cpp * https://gitlab.com/liguros/liguros-repo/-/tree/stable/dev-cpp/opentelemetry-cpp * https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/by-name/op/opentelemetry-cpp/package.nix * https://github.com/fd00/yacp/tree/master/opentelemetry-cpp In summary, the landscape is a wild zoo...

Random collection of notes, which have an impact on packaging: * the situation with all the ABI flavors needs to be clarified, we can't mix several flavors together * releasing...

Thanks for the report. If I understand correctly, this build: * uses protobuf 26.1 * uses its own version of abseil, located in -Dabsl_ROOT=/home/abseil/Install Protobuf 26.1requires `Abseil LTS 20240116.2`, as...

Thanks for the details. Related to: * https://github.com/abseil/abseil-cpp/issues/1682 If I understand correctly, this looks like a bug in the main branch of abseil itself.

Issue is caused upstream, and already fixed in main. Keeping this issue open until there is a new abseil-cpp release with the fix.

> Hi, @marcalff I would like to work on this issue as a beginner? Is it still open for changes? Sorry I missed this message. Yes, any contributions are welcome....