Skip to content

Commit 31d565a

Browse files
added AAQ metrics
1 parent 4d7502e commit 31d565a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

modules/virt-querying-metrics.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,15 @@ topk(3, sum by (name, namespace) (rate(kubevirt_vmi_memory_swap_in_traffic_bytes
141141
====
142142
Memory swapping indicates that the virtual machine is under memory pressure. Increasing the memory allocation of the virtual machine can mitigate this issue.
143143
====
144+
145+
[id=virt-promql-AAQ-metrics_context]
146+
== Monitoring AAQ operator metrics
147+
148+
The following metrics are exposed by the Application Aware Quota (AAQ) controller for monitoring resource quotas:
149+
150+
.`kube_application_aware_resourcequota`::
151+
Returns the current usage of application-aware resource quotas. Type: Gauge.
152+
153+
.`kube_application_aware_resourcequota_creation_timestamp`::
154+
Returns the Unix timestamp of the application-aware resource quota creation. Type: Gauge.
155+
====

0 commit comments

Comments
 (0)