-
Notifications
You must be signed in to change notification settings - Fork 758
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add perf_schema quantile columns to collector
This change appends the 3 quantile columns exposed in the events_statements_summary_by_digest table to the perf_schema_events_statements collector so that they are available as metrics Signed-off-by: Matt Nolf <matt.nolf@grafana.com>
- Loading branch information
1 parent
d6ae7aa
commit e603762
Showing
2 changed files
with
46 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[client] | ||
host=localhost | ||
port=3306 | ||
socket=/var/run/mysqld/mysqld.sock | ||
user=foo | ||
password=bar | ||
[client.server1] | ||
user = bar | ||
password = bar123 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters