-
Notifications
You must be signed in to change notification settings - Fork 710
Stop using SpanAttributes #3475
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
Comments
@xrmx i would like to start with |
I would like to work on |
…ntic conventions Replaced usage of `SpanAttributes.HTTP_ROUTE` with `opentelemetry.semconv.attributes.http_attributes.HTTP_ROUTE` as part of the migration away from `SpanAttributes`. Refs: open-telemetry#3475
I am working on |
I am working on |
I am working on |
I am working on:
|
…ry.semconv.attributes` (#3491) * refactor(fastapi): migrate HTTP_ROUTE from SpanAttributes to new semantic conventions Replaced usage of `SpanAttributes.HTTP_ROUTE` with `opentelemetry.semconv.attributes.http_attributes.HTTP_ROUTE` as part of the migration away from `SpanAttributes`. Refs: #3475 * refactor(fastapi): refactor tests * refactor(fastapi): remove duplicated import * sort imports --------- Co-authored-by: Riccardo Magliocchetti <[email protected]>
I would like to work on |
Hi! I'd like to work on |
Hello, I will also be working on the following: |
Please open one PR at a time |
@weslayer @artemziborev The PR message should contains |
I would like to work on |
Uh oh!
There was an error while loading. Please reload this page.
A lot of code imports semantic conventions attributes from
opentelemetry.semconv.trace.SpanAttributes
instead of the preferredopentelemetry.semconv.attributes
andopentelemetry.semconv.incubating
.Here's the list of of packages found grepping
SpanAttributes
on a recent checkout. Some packages may be more easy than others to convert since there may just be a couple of instances to fix.People willing to help with this, state in the issue on what package you are going to work and you have 1 week to create a PR, after that we'll consider the package available to others.
The PR message should contains
Refs #3475
instead ofFixes #3475
.Updated of instrumentation specific tests in tests/opentelemetry-docker-tests should probably go on par with the conversion of the instrumentation package.
SpanAttributes
withopentelemetry.semconv.attributes
#3491The text was updated successfully, but these errors were encountered: