Skip to content

Commit

Permalink
[docs] Add missing comma in headers example to prometheus.remote_writ…
Browse files Browse the repository at this point in the history
…e.md (#5873)
  • Loading branch information
emirisman authored Nov 28, 2023
1 parent cac7e19 commit ad6c11f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ prometheus.remote_write "staging" {
url = "http://mimir:9009/api/v1/push"
headers = {
"X-Scope-OrgID" = "staging"
"X-Scope-OrgID" = "staging",
}
}
}
Expand Down

0 comments on commit ad6c11f

Please sign in to comment.