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
information_schema.metrics_summary
Please answer these questions before submitting your issue. Thanks!
select count(1) from information_schema.metrics_summary
execute success.
MySQL root@127.0.0.1:(none)> select count(1) from information_schema.metrics_summary; (1105, "execute 'select sum(value),avg(value),min(value),max(value) from `metrics_schema`.`tidb_distsql_copr_cache` where time>='2022-06-30 16:09:10.063' and time<='2022-06-30 16:39:10.063'' failed: query metric error, msg: 1:62: parse error: unexpected right parenthesis ')', detail: ")
tidb_version() | Release Version: v6.2.0-alpha Edition: Community Git Commit Hash: ed5e63a7a0a275e313cd78ab1777e46803c2de53 Git Branch: heads/refs/tags/v6.2.0-alpha UTC Build Time: 2022-06-28 14:25:45 GoVersion: go1.18.2 Race Enabled: false TiKV Min Version: v3.0.0-60965b006877ca7234adaced7890d7b029ed1306 Check Table Before Drop: false Store: tikv
The text was updated successfully, but these errors were encountered:
tidb_distsql_copr_cache
infoschema: fix PromQL for tidb_distsql_copr_cache (#36450)
435dc58
close #35856
infoschema: fix PromQL for tidb_distsql_copr_cache (#36450) (#36484)
dc8403b
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)
2. What did you expect to see? (Required)
execute success.
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: