Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Commit

Permalink
fix: add HTTP request to dashboard (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Basty authored Jul 5, 2023
1 parent 80edca4 commit 14bbb36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/monitoring/dashboard.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ dashboard.new(
panels.lb.healthy_hosts(ds, vars) { gridPos: pos._2 },

panels.lb.requests(ds, vars) { gridPos: pos._3 },
// panels.lb.error_4xx(ds, vars) { gridPos: pos._3 },
// panels.lb.error_5xx(ds, vars) { gridPos: pos._3 },
panels.lb.error_4xx(ds, vars) { gridPos: pos._3 },
panels.lb.error_5xx(ds, vars) { gridPos: pos._3 },

row.new('Database'),
panels.db.cpu(ds, vars) { gridPos: pos._3 },
Expand Down

0 comments on commit 14bbb36

Please sign in to comment.