Marc Alff

Results 165 comments of Marc Alff

Each kind of documentation is not isolated from the rest, so sure, we can have links from one space to another.

> @lalitb , @marcalff : how do we want to proceed? I could raise some issues over at github.com/opentelemetry.io for the content we already have for other languages / for...

Keeping this issue open, as a proxy, so it gets tracked in cpp milestones. Doc to be delivered in opentelemetry.io, see https://github.com/open-telemetry/opentelemetry-cpp/issues/1589

Trying to use opentelemetry-cpp on several platforms, which have varying degrees of STL support, I am facing the same issues. Currently: - `HAVE_CPP_STDLIB` is coarse grained, making it impossible to...

As discussed in SIG meeting, a possible mitigation is to add an example in the documentation, to show in practice how to add a link to a span, given a...

Remaining header files using nlohmann_json: ``` elasticsearch/include/opentelemetry/exporters/elasticsearch/es_log_exporter.h:# include "nlohmann/json.hpp" elasticsearch/include/opentelemetry/exporters/elasticsearch/es_log_recordable.h:# include "nlohmann/json.hpp" etw/include/opentelemetry/exporters/etw/etw_provider.h:# include "nlohmann/json.hpp" zipkin/include/opentelemetry/exporters/zipkin/zipkin_exporter.h:#include "nlohmann/json.hpp" zipkin/include/opentelemetry/exporters/zipkin/recordable.h:#include "nlohmann/json.hpp" ``` elasticsearch and etw are to move to opentelemetry-cpp-contrib. zipkin header...

gRPC upgraded to 1.48.1 by #1608 Closing

Change superseded by PR #1608 Abandoning this branch.

This PR contains proof of concept code, for a general fix. It is now closed, for the benefit of: - PR #1604, a fix for gcc and clang, ready for...