Jeremy Voss
Jeremy Voss
Separating distro and exporter change
> "Fixes 3673" This PR says it fixes itself. Is there a second issue that was supposed to be linked here besides 3664?
@eeertel Operation Name is mapped from the OpenTelemetry span.name. So, by default it will look something like "GET /some-uri" for a given GET request. If you want to override Operation...
@eeertel I see. I misunderstood. I was only talking about changing Operation Name in OpenTelemetry Spans which become Application Insights "requests". I will investigate if it's possible to set Operation...
I've confirmed that log SDK does not currently map Operation Name from anything. So, I'm marking this as a feature request.
There is no current plan to enable setting Operation Name for Application Insights "Trace Logs"
> What's the purpose of this feature? Why do we allow users to use other exporters besides azure monitor? With our emphasis on using env vars for configuring the distro,...
Aaron noted that the httpx instrumentation isn't using wrapt. I'll experiment with that change and see if that improves this.
Would be good to update the sphinx docs and/or readme
https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1415