Remove erroneous type attribute from asgi instrumentation#2145
Remove erroneous type attribute from asgi instrumentation#2145samuelcolvin wants to merge 7 commits intoopen-telemetry:mainfrom
type attribute from asgi instrumentation#2145Conversation
|
I'd also be happy to change this to use a semconv HTTP attribute, but I couldn't see one that would be appropriate. |
shalevr
left a comment
There was a problem hiding this comment.
Could you remove the type attribute from the tests?
in the test_asgi_middleware.py file
|
Will do. |
|
How about renaming the attribute to |
574e654 to
e25d2cf
Compare
|
Okay, I've fixed tests, but on balance I think I agree with @alexmojaki that we should keep
No, that's the ASGI |
Yeah. I'd call it |
|
replaced by #2300. |
Description
As per #2055 (comment) this PR removes the undocumented and non-specific attribute
typefromopentelemetry-instrumentation-asgi.Fixes #2055
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Does This PR Require a Core Repo Change?
Checklist:
See contributing.md for styleguide, changelog guidelines, and more.