-
Notifications
You must be signed in to change notification settings - Fork 624
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
Remove 'component' span attribute in instrumentations #301
Remove 'component' span attribute in instrumentations #301
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR looks great, just one question regarding whether database_type should be removed as well.
database_component: Database driver name or database name "JDBI", | ||
"jdbc", "odbc", "postgreSQL". | ||
database_system: An identifier for the database management system (DBMS) | ||
product being used. | ||
database_type: The Database type. For any SQL database, "sql". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should database_type be removed? i couldn't find it in the semantic conventions for databases
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes looks like there are no semantic convetions for it. It also doesn't seem to be used anywhere in the code so i'll remove it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for addressing my comments!
Description
Fixes #300
Type of change
Does This PR Require a Core Repo Change?
Checklist: