Skip to content

Commit

Permalink
doc(prom/exp/blackbox): correct key-val separator for River map (#6147)
Browse files Browse the repository at this point in the history
Signed-off-by: hainenber <[email protected]>
Co-authored-by: Clayton Cornell <[email protected]>
  • Loading branch information
hainenber and clayton-cornell authored Jan 15, 2024
1 parent 79956f8 commit 4b0408e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ prometheus.exporter.blackbox "example" {
address = "http://grafana.com"
module = "http_2xx"
labels = {
"env": "dev",
"env" = "dev",
}
}
}
Expand Down

0 comments on commit 4b0408e

Please sign in to comment.