Skip to content
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

db.system is a mandatory OTEL span attribute #1373

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

tsegismont
Copy link
Contributor

See eclipse-vertx/vertx-tracing#64

The specification requires db.system span attribute to be present, with a default value of other_sql.

The database connection implemented have been changed to report a specific system value (static or computed from database metadata).

See eclipse-vertx#64

The specification requires `db.system` span attribute to be present, with a default value of `other_sql`.

The database connection implemented have been changed to report a specific system value (static or computed from database metadata).

Signed-off-by: Thomas Segismont <[email protected]>
@tsegismont tsegismont requested a review from vietj November 9, 2023 15:06
@tsegismont tsegismont merged commit da0d4d8 into eclipse-vertx:master Nov 9, 2023
17 checks passed
@tsegismont tsegismont deleted the otel-improvement branch November 9, 2023 15:43
tsegismont added a commit that referenced this pull request Nov 9, 2023
See #64

The specification requires `db.system` span attribute to be present, with a default value of `other_sql`.

The database connection implemented have been changed to report a specific system value (static or computed from database metadata).

Signed-off-by: Thomas Segismont <[email protected]>
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.

2 participants