MON-4561: API: Add softirqs node-exporter collector to ClusterMonitoring CRD#2825
MON-4561: API: Add softirqs node-exporter collector to ClusterMonitoring CRD#2825danielmellado wants to merge 1 commit intoopenshift:masterfrom
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@danielmellado: This pull request references MON-4561 which is a valid jira issue. DetailsIn response to this:
Instructions 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 openshift-eng/jira-lifecycle-plugin repository. |
|
Hello @danielmellado! Some important instructions when contributing to openshift/api: |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (5)
📒 Files selected for processing (3)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThis pull request adds a 🚥 Pre-merge checks | ✅ 11 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (11 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (2.11.4)Error: build linters: unable to load custom analyzer "kubeapilinter": tools/_output/bin/kube-api-linter.so, plugin: not implemented Review rate limit: 9/10 reviews remaining, refill in 6 minutes. Comment |
…ing CRD Port the softirqs collector configuration from the CMO ConfigMap (cluster-monitoring-operator#2887) to the ClusterMonitoring CRD API. The softirqs collector exposes detailed softirq statistics from /proc/softirqs and is disabled by default. Uses the same simple collectionPolicy pattern as other basic collectors (cpuFreq, buddyInfo, etc).
780c45e to
3dd2dc4
Compare
|
@danielmellado: The following test failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
|
Hypershift CI failure is unrelated to this PR |
|
cc @everettraven Thanks in advance! |
Port the softirqs collector configuration from the CMO ConfigMap
(cluster-monitoring-operator#2887) to the ClusterMonitoring CRD API.
The softirqs collector exposes detailed softirq statistics from
/proc/softirqs and is disabled by default. Uses the same simple
collectionPolicy pattern as other basic collectors (cpuFreq, buddyInfo, etc).
Signed-off-by: Daniel Mellado dmellado@fedoraproject.org