docs: document five exposed metrics in the monitoring reference - #445
docs: document five exposed metrics in the monitoring reference#445yindia wants to merge 1 commit into
Conversation
Add monitoring reference entries for node_readiness_bootstrap_duration_seconds, node_readiness_reconciliation_latency_seconds, node_readiness_nodes_by_state, node_readiness_condition_failures_total, and node_readiness_rule_last_reconciliation_timestamp_seconds. These metrics are registered and served on /metrics but had no entry in monitoring.md.
✅ Deploy Preview for node-readiness-controller ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: yindia The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @yindia. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Tip We noticed you've done this a few times! Consider joining the org to skip this step and gain Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Description
Five controller metrics are registered and served on
/metricsbut were missing from the monitoring reference. This adds an entry for each, matching the format of the existing metrics, with the correct type, labels, and label values taken from the source.Metrics added to
docs/book/src/operations/monitoring.md:node_readiness_bootstrap_duration_secondsnode_readiness_reconciliation_latency_secondsnode_readiness_nodes_by_statenode_readiness_condition_failures_totalnode_readiness_rule_last_reconciliation_timestamp_secondsRelated Issue
Fixes #444
Type of Change
/kind documentation
Testing
make docsbuilds the mdBook with no warnings or errors.Checklist
make testpassesmake lintpassesDoes this PR introduce a user-facing change?