Marc Alff

Results 323 comments of Marc Alff

Can not reproduce. The opentelemetry-cpp `CI` was upgraded to use gcc-14, and it passes without code changes: * https://github.com/open-telemetry/opentelemetry-cpp/pull/2670 Please reopen with details if this is still an issue.

A `const char*` string can represent unicode. What needs to be clarified is whether the information "this is an ascii string" or "this is encoded in UTF8" or "this is...

@keith Now that #2679 is merged, could you update this PR and resolve conflicts ? Looking to include this in the upcoming release. Thanks.

Reopen: the docker image is updated, but we still need to run clang-format-18 on opentelemetry-cpp.

Thanks @Oberon00 Adjusted the generation script to: ``` docker run --rm \ -v ${SCRIPT_DIR}/opentelemetry-specification/semantic_conventions:/source \ -v ${SCRIPT_DIR}/templates:/templates \ -v ${ROOT_DIR}/api/include/opentelemetry/trace/:/output \ otel/semconvgen:$GENERATOR_VERSION \ --only span \ -f /source code \...

@Oberon00 Hi Christian, As indicated on Oct 18, 2022, I was able to fix the opentelemetry-cpp generation scripts to make this work. The documentation, however, was never updated, so yes,...

@dashpole Please also track the prometheus exporters located in the opentelemetry-collector. * https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/prometheusexporter * https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/prometheusremotewriteexporter Use case: * an application is instrumented to emit metrics * exports metrics using the...

> @marcalff what is the advantage of specifying simple propagator? Isn't it the same as composite propagator with a single entry? A "composite" propagator with only one entry will work...

Resolved by #141 The following was removed: ``` "minProperties": 1, "maxProperties": 1, "additionalProperties": true, ``` so that there can no longer by arbitrary nodes used as an extension for a...