-
Notifications
You must be signed in to change notification settings - Fork 543
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
feat(servicegraphs): Add support for db.system.name
#4656
base: main
Are you sure you want to change the base?
Conversation
db.system.name
in service graphsdb.system.name
in service graphs
db.system.name
in service graphsdb.system.name
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.
You need to update the go.mod
file with the otel library upgrade and run make update-mod
Signed-off-by: iamrajiv <[email protected]>
@mapno i have updated the vendor can u check now |
Hi @iamrajiv. You cannot change an single vendor file like that. You need to update the dependency in |
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.
The servicegraphconnector
component in contrib adds a configuration option to set the database name attribute. Could we do the same here as well?
https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/connector/servicegraphconnector/config.go#L49-L51
What this PR does:
This PR adds support for the
db.system.name
attribute introduced in OpenTelemetry Semantic Conventions v1.30.0. The change maintains backward compatibility while supporting the new attribute name.Which issue(s) this PR fixes:
Fixes #4640
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]