-
Notifications
You must be signed in to change notification settings - Fork 505
database_observability: add collector to get enabled performance_schema.setup_consumers #3110
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
Conversation
|
💻 Deploy preview available: |
internal/component/database_observability/mysql/collector/setup_consumers.go
Show resolved
Hide resolved
docs/sources/reference/components/database_observability/database_observability.mysql.md
Show resolved
Hide resolved
docs/sources/reference/components/database_observability/database_observability.mysql.md
Outdated
Show resolved
Hide resolved
…ase_observability.mysql.md Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com>
clayton-cornell
left a comment
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.
Approving for docs.
internal/component/database_observability/mysql/collector/setup_consumers.go
Outdated
Show resolved
Hide resolved
internal/component/database_observability/mysql/collector/setup_consumers.go
Show resolved
Hide resolved
internal/component/database_observability/mysql/collector/setup_consumers.go
Outdated
Show resolved
Hide resolved
internal/component/database_observability/mysql/collector/setup_consumers.go
Outdated
Show resolved
Hide resolved
internal/component/database_observability/mysql/collector/setup_consumers.go
Outdated
Show resolved
Hide resolved
internal/component/database_observability/mysql/collector/setup_consumers.go
Outdated
Show resolved
Hide resolved
internal/component/database_observability/mysql/collector/setup_consumers.go
Show resolved
Hide resolved
|
Added a separate collect interval in the config (couldn't think of a very good name), please take a look. |
docs/sources/reference/components/database_observability/database_observability.mysql.md
Show resolved
Hide resolved
…ase_observability.mysql.md Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com>
internal/component/database_observability/mysql/collector/setup_consumers.go
Outdated
Show resolved
Hide resolved
matthewnolf
left a comment
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.
LGTM 👍
PR Description
This PR:
performance_schema.setup_consumersto a new SetupConsumers collectorWhich issue(s) this PR fixes
Fixes https://github.com/grafana/grafana-dbo11y-app/issues/634
Notes to the Reviewer
Here's a silly panel visualizing the resulting metrics: (1 is enabled, 0 is disabled)
PR Checklist