Marc Alff

Results 323 comments of Marc Alff

Using tag `general` for now. New tag for new contrib to use upon merge.

For the exporter to work, the endpoint must be up and running, and there must be network connectivity to reach this endpoint. Failure to connect to a given IP address...

I confirm this is not working for C++, and forces the application to duplicate exporters. So, what is the outcome for this issue then ? According to the spec, there...

> For Go SDK it would be a problem only for stateful exporters. I think this change will be difficult to implement to have it out if the box. The...

Blocks implementation of: * https://github.com/open-telemetry/opentelemetry-cpp/issues/2710

> This use case seems important, and is already possible in several languages. @jack-berg I think the long lasting consequences of this should not be underestimated, which is why the...

> Are you suggesting adjusting the schema so that exporter is configured separately from reader, and associating the exporter with the reader by some sort of reference? So that the...

Unclear if this is a usage issue (in the application makefiles) or an otel issue (bug in the opentelemetry-cpp makefiles). Waiting for feedback, see suggestions from @dbarker.

Related: * https://github.com/open-telemetry/opentelemetry-specification/issues/2039 Until the spec defines an enum for log levels, opentelemetry-configuration can only represent a log level as a string, to be interpreted (differently) by each SDK implementation.