Skip to content

Commit 4dc29a5

Browse files
update
1 parent 362dfdf commit 4dc29a5

File tree

2 files changed

+1
-86
lines changed

2 files changed

+1
-86
lines changed

QA/python-0526.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## question
44
Hi there, I am trying to try to use the (Azure Monitor OTEL Exporter)[https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/monitor/azure-monitor-opentelemetry-exporter#microsoft-opentelemetry-exporter-for-azure-monitor] for a python application, and I am having trouble getting data flow when I follow the examples of setting up the exporter. I tried to copy the (hello world sample code)[https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/monitor/azure-monitor-opentelemetry-exporter#export-hello-world-trace] and put my connection string, and I'm still not seeing any tracing data land in my traces table in my App Insights instance. Could I get some help here to figure out what is going on, or where the sample code might not be functional?
5-
5+
66
I tried to look through the debug logs:
77
```
88
2025-05-20 22:57:57,387 DEBUG urllib3.connectionpool Starting new HTTP connection (1): 169.254.169.254:80
@@ -323,6 +323,5 @@ In .NET, `GetBlobsByHierarchy` (returns a custom type)[https://github.com/Azure/
323323
We'd like some feedback on how to best proceed here. Thanks!
324324

325325
## answer
326-
327326
To clarify, changing the type hint is not a breaking change, just annoying to work with a Union return type. The other options of introducing a wrapper class however, would be breaking obviously.
328327
If this is already acting that way at runtime, it means people already use `isintance` or `try/except AttributeError` anyway, so the `Union` still make things better.

QA/python-0805.md

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)