-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Making executor resource metrics consistent with server (#550)
* Making executor resource metrics consistent with server Instead of having metrics for each resource type (cpu, memory..) will now have armada_executor_job_pod_resource_request and job_pod_resource_usage Which contains resource per queue, with resourceType as a field on each metric This makes it: - Consistent with our server metrics - More flexible, automatically including new resources that are requested/used. Meaning we don't need to add new metrics each time a new resource type is added * Swap node resource to be more reusable * Convert ClusterContextMetrics to prometheus.Collector * Move loading to top
- Loading branch information
1 parent
1d5f6eb
commit 4d0379a
Showing
4 changed files
with
117 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters