Leighton Chen
Leighton Chen
@a-recknagel Yes of course! Feel free to add your topic to the agenda for the Python. Thanks a lot for your patience and hard work on this issue :)
Can't be closed yet as the feature to configure the limit has not been implemented yet.
Might have to retract the original idea of removing deduping in the API/SDK due to uniqueness being a must outlined [here](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/common/README.md#attribute-collections) in the spec. Instead, maybe we make it a...
In a functions environment, you need to extract the current trace context from the context and set it as the current span context. See this [example](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/monitor/azure-monitor-opentelemetry#trace-correlation). Then put your `logging.info()`...
@eeertel I am currently investigating. Please ignore the automated message.
We probably won't support 3.12 until upstream [opentelemetry](https://github.com/open-telemetry/opentelemetry-python/blob/main/opentelemetry-api/pyproject.toml#L24) supports it.
What's the purpose of this feature? Why do we allow users to use other exporters besides azure monitor?
Just to clarify, in our release process, we change each package to the release [version](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2092/files#diff-a9435a736abdea2d4f8a1fb9bde32809fe522eb98f43bf7025f5592626b62da4) and then we [regenerate](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/scripts/prepare_release.sh#L23) `bootstrap_gen.py`. I'm curious as to how you generated the `0.43b0` versions...
I think we allow users to specify [version](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/opentelemetry-instrumentation/src/opentelemetry/instrumentation/bootstrap.py#L134) in bootstrap so probably have to still reflect this in the install.
I'm not sure if this is exactly a workaround for https://github.com/open-telemetry/opentelemetry-python-contrib/issues/2053 since users will still see an error message if the package doesn't exist in Pypi right? I think there...