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

Add db.values #3091

Closed
Closed

Conversation

haddasbronfman
Copy link
Member

Fixes open-telemetry/semantic-conventions#716

Changes

Add db.values to DB span. it contains the values that come with the query (like in mongo/mysql and more)

type: string
requirement_level:
conditionally_required: >
If applicable and not explicitly disabled via instrumentation configuration.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it make sense to indicate here how this can be turned off? Is it something "speced" or it differs from instrumentation to instrumentation? And I guess the "data sensitivity" concern with these values are protected somehow by this opt-in configuration?

* [MySQL](#mysql)
* [Redis](#redis)
* [MongoDB](#mongodb)
- [Semantic conventions for database client calls](#semantic-conventions-for-database-client-calls)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you run the markdown generator tool or change this manually? I think the build is failing because of it. The top-level page title is not in the table of contents I think, so the diff does not match.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I was sure I closed this PR.
I opened another one yesterday in which I changed only the database.yaml file, can you please refer to it?
#3092.

I thought I only need to change the yaml file, but according to your comment, I'll read the CONTRIBUTING.md file and act accordingly.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm a bit confused 😅 which PR is the "real" one? This or #3092? Can you close the one that's obsolete now?

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.

Add attribute db.values to database semantic conventions
3 participants