Skip to content
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

Add offending processes charts to performance-troubleshooting-dashboard #3830

Closed
13 tasks done
muzammil360 opened this issue Apr 2, 2024 · 0 comments
Closed
13 tasks done

Comments

@muzammil360
Copy link

muzammil360 commented Apr 2, 2024

Goal:

As a developer

I want to observe processes consuming too much node resources

so that I can look into what is causing this

Acceptance Criteria:

  • chart showing processes consuming more than 70% of node CPU
  • chart showing processes consuming more than 70% of node memory

Complexity: Need to build custom PromQL queries and setup recording rules

Uncertainty:


Tasks:

  • enable the process-exporter
  • add service monitor for exporter
  • adding nodename label to process metrics using relable config in service monitor
  • add charts in performance-monitoring-dashboard

Done

  • Acceptance Criteria pass
  • Designs are up-to date
  • Unit Tests pass
  • Integration Tests pass
  • Code Style & Coverage meets standards
  • Changes made to config (default.json) are broadcast to team and follow-up tasks added to update helm charts and other deployment config.

Pull Requests:

Follow-up:

  • N/A

Dependencies:

  • N/A

Accountability:

  • Owner: TBC
  • QA/Review: TBC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant