Skip to content

Remove 'component' span attribute in instrumentations#301

Merged
lzchen merged 5 commits intoopen-telemetry:mainfrom
mariojonke:remove-component-semconv-attr
Jan 29, 2021
Merged

Remove 'component' span attribute in instrumentations#301
lzchen merged 5 commits intoopen-telemetry:mainfrom
mariojonke:remove-component-semconv-attr

Conversation

@mariojonke
Copy link
Contributor

@mariojonke mariojonke commented Jan 27, 2021

Description

Fixes #300

Type of change

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Does This PR Require a Core Repo Change?

  • No.

Checklist:

  • Followed the style guidelines of this project
  • Changelogs have been updated

@mariojonke mariojonke requested review from a team, lzchen and toumorokoshi and removed request for a team January 27, 2021 12:33
Copy link
Contributor

@codeboten codeboten left a 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.

"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".
Copy link
Contributor

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

Copy link
Contributor Author

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.

Base automatically changed from master to main January 29, 2021 19:28
Copy link
Contributor

@codeboten codeboten left a 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!

@lzchen lzchen merged commit f0adb23 into open-telemetry:main Jan 29, 2021
@mariojonke mariojonke deleted the remove-component-semconv-attr branch April 13, 2021 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove 'component' span attribute in instrumentations

5 participants