-
Notifications
You must be signed in to change notification settings - Fork 685
Fix asgi instrumentation default span name #146
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
Comments
This issue was marked stale due to lack of activity. It will be closed in 30 days. |
adamantike
added a commit
to adamantike/opentelemetry-python-contrib
that referenced
this issue
Apr 6, 2021
Fixes ASGI default span name for SERVER spans, to be `HTTP <method>`. Fixes open-telemetry#146.
6 tasks
adamantike
added a commit
to adamantike/opentelemetry-python-contrib
that referenced
this issue
Apr 6, 2021
Fixes ASGI default span name for SERVER spans, to be `HTTP <method>`. Fixes open-telemetry#146.
adamantike
added a commit
to adamantike/opentelemetry-python-contrib
that referenced
this issue
Apr 6, 2021
Fixes ASGI default span name for SERVER spans, to be `HTTP <method>`. Fixes open-telemetry#146.
adamantike
added a commit
to adamantike/opentelemetry-python-contrib
that referenced
this issue
May 6, 2021
Fixes ASGI default span name for SERVER spans, to be `HTTP <method>`. Fixes open-telemetry#146.
adamantike
added a commit
to adamantike/opentelemetry-python-contrib
that referenced
this issue
May 25, 2021
Fixes ASGI default span name for SERVER spans, to be `HTTP <method>`. Fixes open-telemetry#146.
adamantike
added a commit
to adamantike/opentelemetry-python-contrib
that referenced
this issue
May 26, 2021
Fixes ASGI default span name for SERVER spans, to be `HTTP <method>`. Fixes open-telemetry#146.
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Similar to wsgi, the default span name for SERVER spans should be
HTTP <method>
as outlined by the specs.Part of #434
The text was updated successfully, but these errors were encountered: