We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please answer these questions before submitting your issue. Thanks!
status.record-db-label=true
use test
select * from mysql.user;
tidb_server_handle_query_duration_seconds
tidb_executor_statement_total{db="mysql", instance="127.0.0.1:10080", job="tidb", type="Select"}
tidb_executor_statement_total{db="test", instance="127.0.0.1:10080", job="tidb", type="Select"}
nightly
The text was updated successfully, but these errors were encountered:
monitor: optimize the statistics of db labels (#42026)
ed7a8a7
close #42025
Successfully merging a pull request may close this issue.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
status.record-db-label=true
use test
select * from mysql.user;
tidb_server_handle_query_duration_seconds
from prometheus2. What did you expect to see? (Required)
tidb_executor_statement_total{db="mysql", instance="127.0.0.1:10080", job="tidb", type="Select"}
3. What did you see instead (Required)
tidb_executor_statement_total{db="test", instance="127.0.0.1:10080", job="tidb", type="Select"}
4. What is your TiDB version? (Required)
nightly
The text was updated successfully, but these errors were encountered: