We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
We are still use some deprecated trace attributes like MESSAGING_URL in the kafka instrumentations.
MESSAGING_URL
opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-kafka-python/src/opentelemetry/instrumentation/kafka/utils.py
Line 133 in 4a1e0ce
Additionally, we are also using some deprecated attributes, such as NET_HOST_PORT and NET_PEER_PORT, in our database instrumentation.
NET_HOST_PORT
NET_PEER_PORT
Maybe we should update them to follow the latest semconv.
Just update them to the latest semconv like changing MESSAGING_URL to server.address and update the test cases as well.
server.address
No response
Yes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What problem do you want to solve?
We are still use some deprecated trace attributes like
MESSAGING_URL
in the kafka instrumentations.opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-kafka-python/src/opentelemetry/instrumentation/kafka/utils.py
Line 133 in 4a1e0ce
Additionally, we are also using some deprecated attributes, such as
NET_HOST_PORT
andNET_PEER_PORT
, in our database instrumentation.Maybe we should update them to follow the latest semconv.
Describe the solution you'd like
Just update them to the latest semconv like changing
MESSAGING_URL
toserver.address
and update the test cases as well.Describe alternatives you've considered
No response
Additional Context
No response
Would you like to implement a fix?
Yes
The text was updated successfully, but these errors were encountered: