Skip to content

Commit fdbb3f6

Browse files
committed
feat: add Coder Agent Boundaries dashboard
Add dashboard for monitoring workspace agent boundary audit logs, showing HTTP requests that are audited by boundary within workspaces. Panels: - Request Totals: count of allowed vs denied requests - Top Allowed/Denied Domains: most frequently accessed domains - Recent Allowed/Denied Requests: detailed table with time, domain, method, path, workspace owner, and workspace name Includes filters for domain and workspace owner to narrow results.
1 parent fc4af1a commit fdbb3f6

5 files changed

Lines changed: 1600 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,11 @@ values which are defined [here](https://github.com/grafana/helm-charts/tree/main
475475
| grafana.extraConfigmapMounts[5].name | string | `"coder-dashboard-prebuilds"` | |
476476
| grafana.extraConfigmapMounts[5].optional | bool | `true` | |
477477
| grafana.extraConfigmapMounts[5].readOnly | bool | `false` | |
478+
| grafana.extraConfigmapMounts[6].configMap | string | `"coder-dashboard-agent-boundaries"` | |
479+
| grafana.extraConfigmapMounts[6].mountPath | string | `"/var/lib/grafana/dashboards/coder/6"` | |
480+
| grafana.extraConfigmapMounts[6].name | string | `"coder-dashboard-agent-boundaries"` | |
481+
| grafana.extraConfigmapMounts[6].optional | bool | `true` | |
482+
| grafana.extraConfigmapMounts[6].readOnly | bool | `false` | |
478483
| grafana.fullnameOverride | string | `"grafana"` | |
479484
| grafana.image.tag | string | `"10.4.19"` | |
480485
| grafana.persistence.enabled | bool | `true` | |

0 commit comments

Comments
 (0)