Jeremy Voss
Jeremy Voss
azure-monitor-opentelemetry release 1.2.0 - Implement distro detection for statsbeat feature ([#33761](https://github.com/Azure/azure-sdk-for-python/pull/33761)) - Fix siteName in diagnostic logging ([#33808](https://github.com/Azure/azure-sdk-for-python/pull/33808)) - Update to opentelemetry-resource-detector-azure 0.1.1 and OTel SKD/API 1.21 ([#33866](https://github.com/Azure/azure-sdk-for-python/pull/33866))
# Description Upgrade Distro to new VM Resource detector. Requires OTel 1.21/0.42b0 and exporter 1.0.0b21. Relies on https://github.com/Azure/azure-sdk-for-python/pull/33865 # All SDK Contribution checklist: - [x] **The pull request does not...
I have been [investigating](https://github.com/open-telemetry/opentelemetry-python/issues/3361) if Python's logging signal is ready to be stabilized. Could we get a TC member to look through the code and confirm that it is in...
We do not currently support Python 3.12. There was an issue with a new log record attribute in 3.12, but that appears to have been [fixed](https://github.com/open-telemetry/opentelemetry-python/pull/3557). Is there any reason...
After confirming all of the following have been taken care of, I think we can stabilized logs. Got these from https://github.com/open-telemetry/opentelemetry-specification/issues/2911 - [x] Confirm LogRecord emit does not overwrite unspecified...
**Describe your environment** Resource Detector only get [5 seconds by default](https://github.com/open-telemetry/opentelemetry-python/blob/main/opentelemetry-sdk/src/opentelemetry/sdk/resources/__init__.py#L375) to run. However, instead of ending the process after 5 seconds, a blank "Exception()" is creating resulting in the...
# Description Noticed the exporter FastAPI seemed to precede the FastAPI instrumentation. # All SDK Contribution checklist: - [x] **The pull request does not introduce [breaking changes]** - [x] **CHANGELOG...
Based off how auto instrumentation uses the exporter environment variables, I enabled the distro to use the entry points for additional exporters.
Considering separate attach from the distro.
Fixes #219