Skip to content

Commit

Permalink
Update the correct syntax for extra label (#5560)
Browse files Browse the repository at this point in the history
Instead of using `:`, it should be `=`
  • Loading branch information
doanbutar authored Oct 23, 2023
1 parent 554f0bf commit 911021c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ prometheus.exporter.blackbox "example" {
address = "http://grafana.com"
module = "http_2xx"
labels = {
"env": "dev",
"env" = "dev",
}
}
}
Expand Down

0 comments on commit 911021c

Please sign in to comment.