Aaron Abbott
Aaron Abbott
Thanks for opening this issue, I think it is an important topic. Afaik, things should be working for tracing at this point. Metrics are a little more complicated and #2837...
Sorry for the slow reply here > Essentially is GCE instance group setups widely standard enough that we can reliably use instance group/template/project to define the attributes? If each VM...
@moshevi are you using gunicorn or uwsgi? We sometimes see this error if your process is forking.
@moshevi is this still an issue you're facing?
@dashpole should we introduce this to the spec? I don't think it should block this issue, but I would love to see a unified approach across all languages
@lmolkova it looks like we decided to go ahead with the version namespace approach, is that right? I have no issue with it but wanted to understand what happens at...
I split the entrypoint work into a separate issue https://github.com/open-telemetry/opentelemetry-python/issues/3411 and I will work on it.
This one will be fixed by https://github.com/open-telemetry/opentelemetry-python/pull/3413
> it doesn't matter whether the used span processor is `Simple` or `Batch`; the exception will still be raised since the root cause is `jaeger-thrift` exporter, @srikanthccv if the issue...
@hashcutdev, @ronnathaniel answer is correct, you can use the `start_span()` API directly without the context manager.