Skip to content

Commit

Permalink
change default port name from 'metrics' to 'http-metrics'
Browse files Browse the repository at this point in the history
  • Loading branch information
Imshelledin21 committed Sep 17, 2024
1 parent 83a5329 commit cf952a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/databases/timeseries/loki/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@false"
action = "keep"
}

Expand Down

0 comments on commit cf952a1

Please sign in to comment.