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) (#5875)

(cherry picked from commit ad6c11f)

Co-authored-by: Emir İşman <[email protected]>
  • Loading branch information
grafanabot and emirisman authored Nov 28, 2023
1 parent 54a3bfc commit 29b1e81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,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 29b1e81

Please sign in to comment.