Jeremy Voss

Results 55 comments of Jeremy Voss

Take a look at https://github.com/open-telemetry/opentelemetry-python/pull/3810

https://github.com/microsoft/ApplicationInsights-Python/pull/193

https://github.com/microsoft/ApplicationInsights-Python/pull/213

Migrating to azure sdk

No longer needed after migrating to azure sdk

Pylint managed by azure sdk: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/monitor/azure-monitor-opentelemetry/pyproject.toml#L6

@pvaneck No. The problem here is that for some reason the error is not actually explained. Notice the double-space where the error message should show. It is as if a...

We have release azure-monitor-opentelemetry=1.1.1 . This includes the [ability](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/monitor/azure-monitor-opentelemetry#usage) to disable resource detectors. For instance, in order to disable the VM detector, but leave the App Service detector on, the...

@Freshchris01 Please try with the latest version of opentelemetry-resource-detector-azure==0.1.1 https://pypi.org/project/opentelemetry-resource-detector-azure/0.1.1/

The new azure-monitor-opentelemetry==1.2.0 includes a couple improvements to the resource detector. If you are still having issues, upgrade to this version and let us know if your issue persists.