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 initial dashboard and metrics #554

Merged
merged 1 commit into from
Oct 18, 2024
Merged

Add initial dashboard and metrics #554

merged 1 commit into from
Oct 18, 2024

Conversation

david-martin
Copy link
Member

@david-martin david-martin commented Oct 15, 2024

UPDATED: 18th Oct 2024

I've added 5 new metrics:

  • aggregate cpu & memory by namespace
  • aggregate cpu & memory by pod
  • calculate the 99th percentile reconcile time by controller (in the kuadrant-system namespace)

There is also an initial grafana dashboard that shows these stats for each job (prep, main, cleanup).
See screenshot for how it looks.

The table/row at the top to show all jobs for the selected time range (so you can easily see and copy a uuid if it aligns to the time range you want to filter to).
The 2nd row shows all job summary info for the selected job UUID.

The 3rd row is actually a repeating row, and shows cpu & memory, and reconcile time for the selected job UUID, with 1 row per job name i.e. scale-test-preparations, scale-test-main, scale-test-cleanup

image

Note the scale-test-0 ns doesn't have any cpu or memory info for the prep job as the ns doesn't exist for that job.

@david-martin david-martin requested a review from trepel October 15, 2024 14:44
@david-martin david-martin changed the base branch from main to local-perf October 15, 2024 15:41
@david-martin david-martin changed the base branch from local-perf to main October 15, 2024 15:42
@trepel
Copy link
Contributor

trepel commented Oct 17, 2024

@david-martin lgtm, I will approve once you fix that DCO check. I validated by running the kube-burner scale test, running Grafana locally and adding an Elasticsearch data source backed by Opensearch instance hosted in AWS.

@trepel
Copy link
Contributor

trepel commented Oct 17, 2024

/approve

trepel
trepel previously approved these changes Oct 17, 2024
@trepel trepel merged commit f78e5ae into main Oct 18, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

3 participants