Skip to content

Commit

Permalink
Fix renamed metric
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMurkin authored Feb 21, 2025
1 parent 6c3df78 commit 0e0fca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/armada/templates/prometheusrule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ spec:
- record: armada:resource:capacity
expr: max(armada_cluster_capacity) by (pool, cluster, resourceType, nodeType)

- record: armada:queue:instance_phase:count
- record: armada:queue:pod_phase:count
expr: max(armada_queue_leased_pod_count) by (pool, cluster, queueName, phase, nodeType)
{{- end }}

0 comments on commit 0e0fca4

Please sign in to comment.