-
Notifications
You must be signed in to change notification settings - Fork 626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix asgi instrumentation default span name #146
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in 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: