Skip to content

Commit

Permalink
fix(docs): Typo in Monitor System Health section (#8019)
Browse files Browse the repository at this point in the history
Swap the keys between logs and metric to match the reference
  • Loading branch information
egarbi authored May 1, 2024
1 parent f43c62e commit db2fa2f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@ However, if you prefer not to use it or you already have an existing Grafana Age
auth:
username: "12345"
passwordSecretName: "metamonitoring-credentials"
passwordSecretKey: "prometheus-api-key"
passwordSecretKey: "loki-api-key"
metrics:
remote:
url: "https://example.com/api/v1/push"
auth:
username: "54321"
passwordSecretName: "metamonitoring-credentials"
passwordSecretKey: "loki-api-key"
passwordSecretKey: "prometheus-api-key"
scrapeK8s:
enabled: true
Expand Down

0 comments on commit db2fa2f

Please sign in to comment.