From 18dd2629ecd004cacffdb29cc8923001bc6958aa Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Thu, 7 May 2026 13:08:53 -0700 Subject: [PATCH] internaltools: Collect annotations about pods This collects `kube_pod_annotations` metric, which is potentially useful for doing billing related MAU calculations --- terraform/internaltools/variables.tf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/terraform/internaltools/variables.tf b/terraform/internaltools/variables.tf index 83cd021bfb..49c54fb784 100644 --- a/terraform/internaltools/variables.tf +++ b/terraform/internaltools/variables.tf @@ -17,6 +17,11 @@ variable "federated_metrics_allowlist" { name = "active-users" metric_regex = "jupyterhub_active_users" labels_regex = "period|namespace" + }, + { + name = "pod-annotations" + metric_regex = "kube_pod_annotations" + labels_regex = "annotation_hub_jupyter_org_username|pod|namespace" } ] description = <<-EOT