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 `=`

(cherry picked from commit 911021c)
  • Loading branch information
doanbutar authored and grafanabot committed Oct 23, 2023
1 parent 125efd7 commit 8b9ad2a
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 8b9ad2a

Please sign in to comment.