coder / observability

Creative Commons Zero v1.0 Universal
4 stars 1 forks source link

Support non-k8s workspaces #9

Open dannykopping opened 2 months ago

dannykopping commented 2 months ago

Currently we only scrape telemetry data from Kubernetes-deployed workspaces. Workspaces deployed currently via Docker, AWS, etc will not be discovered and therefore not covered by dashboards or alerts.

Using Grafana Agent on the client (i.e. where the workspaces are deployed), we can scrape workspaces' telemetry from non-k8s targets (e.g. Docker) by:

Tasks