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
They cannot be matched to each other because the former is incorrectly multiplied by 60, resulting in all values being 60 times the original.
pd/metrics/grafana/pd.json
Line 2678 in 3cfd66f
Don't multiply 60
pd-server -V
The text was updated successfully, but these errors were encountered:
The numerical discrepancy is due to the rule checker's unit being incorrect; it should be xx/s.
rule checker
https://github.com/tikv/pd/blame/c5812ee79fe5090145f6be2d7b3fe73e75d95905/metrics/grafana/pd.json#L7971
How about unifying them to xxxx/s? @rleungx @JmPotato @lhy1024
xxxx/s
Sorry, something went wrong.
No branches or pull requests
Bug Report
They cannot be matched to each other because the former is incorrectly multiplied by 60, resulting in all values being 60 times the original.
pd/metrics/grafana/pd.json
Line 2678 in 3cfd66f
What did you do?
What did you expect to see?
Don't multiply 60
What did you see instead?
What version of PD are you using (
pd-server -V
)?The text was updated successfully, but these errors were encountered: