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

Instrumentation: Add support for instrumenting database queries #66022

Merged
merged 6 commits into from Apr 28, 2023

Conversation

bergquist
Copy link
Contributor

This feature toggle was added in #29662 and forgotten. It's about time we make it a grafana ini setting instead of a feature toggle :)

Closes #65989

@bergquist bergquist added this to the 10.0.0 milestone Apr 5, 2023
@bergquist bergquist added the area/instrumentation instrumentation for Grafanas codebase. label Apr 5, 2023
@bergquist bergquist added no-backport Skip backport of PR no-changelog Skip including change in changelog/release notes and removed no-backport Skip backport of PR labels Apr 5, 2023
@bergquist bergquist marked this pull request as ready for review April 6, 2023 12:28
@bergquist bergquist requested review from torkelo and a team as code owners April 6, 2023 12:28
@bergquist bergquist requested review from papagian, zserge and mildwonkey and removed request for a team April 6, 2023 12:28
@bergquist bergquist added add to changelog and removed no-changelog Skip including change in changelog/release notes labels Apr 6, 2023
@bergquist bergquist changed the title Instrumentation: Converts feature flag for database metrics into setting Instrumentation: Add support for instrumenting database queries Apr 6, 2023
@bergquist
Copy link
Contributor Author

ping @papagian :)

Copy link
Contributor

@papagian papagian left a comment

Choose a reason for hiding this comment

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

sorry I missed the ping!

Need to update the docs and remove the feature toggle as well

Signed-off-by: bergquist <carl.bergquist@gmail.com>
Signed-off-by: bergquist <carl.bergquist@gmail.com>
Signed-off-by: bergquist <carl.bergquist@gmail.com>
Signed-off-by: bergquist <carl.bergquist@gmail.com>
@bergquist bergquist added the levitate breaking change A label indicating a breaking change and assigned by Levitate. label Apr 28, 2023
@bergquist bergquist marked this pull request as draft April 28, 2023 09:36
Signed-off-by: bergquist <carl.bergquist@gmail.com>
@bergquist bergquist removed the levitate breaking change A label indicating a breaking change and assigned by Levitate. label Apr 28, 2023
@bergquist bergquist marked this pull request as ready for review April 28, 2023 12:44
@bergquist bergquist requested a review from a team as a code owner April 28, 2023 12:44
Copy link
Collaborator

@chri2547 chri2547 left a comment

Choose a reason for hiding this comment

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

One small docs suggestion, approved. Thank you for the contribution!

Copy link
Member

@hairyhenderson hairyhenderson left a comment

Choose a reason for hiding this comment

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

LGTM!

Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
@bergquist bergquist merged commit 692bb9e into main Apr 28, 2023
15 of 16 checks passed
@bergquist bergquist deleted the database_metrics_setting branch April 28, 2023 13:19
ryantxu pushed a commit that referenced this pull request May 3, 2023
Signed-off-by: bergquist <carl.bergquist@gmail.com>
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
@zerok zerok modified the milestones: 10.0.0, 10.0.0-preview May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Instrumentation: Remove the feature toggle for database metrics
6 participants