Skip to content

Commit

Permalink
Merge branch 'grafana:main' into add-log-types
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhackl authored Nov 1, 2024
2 parents 4fe2f0a + 2833696 commit c0f5411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/kubernetes/cert-manager/metrics.alloy
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ declare "kubernetes" {
"__meta_kubernetes_pod_container_init",
]
separator = "@"
regex = coalesce(argument.port_name.value, "metrics") + "@Running@true@false"
regex = coalesce(argument.port_name.value, "http-metrics") + "@Running@true"
action = "keep"
}

Expand Down

0 comments on commit c0f5411

Please sign in to comment.