-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
infoschema/metric_schema: add node cpu/mem/net load metric tables #14670
Conversation
Signed-off-by: crazycs <[email protected]>
/run-unit-test |
4 similar comments
/run-unit-test |
/run-unit-test |
/run-unit-test |
/run-unit-test |
/rebuild |
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.
Some metric table does not contain a comment, is that expected?
@lonng, Some metric table name is easy to understand, so they don't have a comment. |
"node_network_interface_speed": { | ||
PromQL: `node_network_transmit_queue_length{$LABEL_CONDITIONS}`, | ||
Labels: []string{"device", "instance"}, | ||
Comment: "node_network_transmit_queue_length = transmit_queue_length value of /sys/class/net/<iface>.", |
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.
Are node_network_interface_speed
and node_network_transmit_queue_length
same thing?
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.
The comment was from tidb-ansible
.
https://github.com/pingcap/tidb-ansible/blob/master/scripts/node.json#L7477
Co-Authored-By: Maxwell <[email protected]>
Co-Authored-By: Maxwell <[email protected]>
Co-Authored-By: Maxwell <[email protected]>
Co-Authored-By: Maxwell <[email protected]>
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
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
/run-all-tests |
Signed-off-by: crazycs <[email protected]>
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
What problem does this PR solve?
add node cpu/mem/net load metric tables.
eg:
What is changed and how it works?
Check List
Tests