-
Notifications
You must be signed in to change notification settings - Fork 0
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
Project: Starfish Module: Queries #19
Milestone
Comments
|
AbhiPrasad
changed the title
[Starfish] Project: Add db connection attributes to database span's span data
[Starfish] Project: Add db attributes to database span's span data for starfish v1
Aug 9, 2023
This was referenced Aug 9, 2023
We've updated https://develop.sentry.dev/sdk/performance/span-data-conventions/#database to better reflect the new attributes we are setting here. |
Opened getsentry/sentry-java#2930 as a follow up but does not block the starfish DB module so closing this issue. |
stephanie-anderson
changed the title
[Starfish] Project: Add db attributes to database span's span data for starfish v1
Project: [Starfish] Add DB attributes to span data for starfish v1
Sep 12, 2023
stephanie-anderson
changed the title
Project: [Starfish] Add DB attributes to span data for starfish v1
Project: Starfish Module: Queries
Feb 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Project Board
To get an overview of this work across all SDKs, please visit:
https://github.com/orgs/getsentry/projects/135
Description
For the starfish db module it was determined that we need extra database attributes, specifically about the database connection attributes.
We're going to matching the otel db conventions. Either one of
server.address
orserver.socket.address
is required. Ifserver.address
is set, thenserver.port
should be set. Ifserver.port
is different thanserver.socket.port
, thanserver.socket.port
should also be set. In addition,db.name
should be set if possible.db.system
should match the list in OpenTelemetry's well known conventions.The main priority items are
db.name
anddb.system
db.system
mysql
db.name
customers
;main
server.address
example.com
server.port
80
;8080
;443
server.socket.address
10.5.3.2
server.socket.port
16456
server.port
.These values should be set on
span.data
.NOTE: For the Mobile SDKs only
db.name
anddb.system
is requiredSDKs to update
RFC
No response
Slack-Channel
#discuss-starfish
Notion Document(s)
No response
Stakeholder(s)
@alexjillard and @gggritso
Team(s)
Web Backend, Web Frontend, Starfish
The text was updated successfully, but these errors were encountered: