Danny Kopping

Results 47 issues of Danny Kopping

- [x] Exporter - [x] Dashboards - [x] Alerts? - [ ] Specifically look at alerting on pubsub becoming saturated as this is a bottleneck point for the whole system...

feature
observability

This is the holding issue for the set of improvements we want to make based on [RFC: Bundled Observability](https://github.com/coder/coder/discussions/12793). **Goal**: produce a separate Helm chart which can be installed with...

:open_umbrella: epic
helm
observability

Pubsub is a crucial aspect of Coder's design. We use Postgres `LISTEN`/`NOTIFY` for this purpose, but the problem is that this subsystem of Postgres is not very observable. At _most_,...

Thanks for the repo! Trying to get it working, though: ```bash $ docker run \ --mount type=bind,source=/home/danny/Code/open-source/lila,target=/home/lichess/projects/lila \ --mount type=bind,source=/home/danny/Code/open-source/lila/.ivy2,target=/home/lichess/.ivy2 \ --mount type=bind,source=/home/danny/Code/open-source/lila/.cache,target=/home/lichess/.cache \ --mount type=bind,source=/home/danny/Code/open-source/lila-ws,target=/home/lichess/projects/lila-ws \ --publish 9663:9663 \...

We will be building a notification subsystem into Coder which will facilitate the sending of manual & automatic messages. We're going to start off by building a low-fidelity vertical slice...

feature
site
cli
:open_umbrella: epic

`scripts/metricsdocgen` generates this [list of available metrics](https://coder.com/docs/v2/latest/admin/prometheus#available-metrics). However, it relies on a static dump of metrics from `scripts/metricsdocgen/metrics`; this means that new metrics are not automatically detected. We can generate...

docs

https://containers.dev/implementors/json_reference/#compose-specific This may not make it into the 1.0 release if we find that it doesn't fit the envbuilder model or requires lots of refactoring.

enhancement
spike

Fixes https://github.com/coder/coder/issues/6711 This change runs the downloaded binary with a `--version` flag and checks if the command responds with text which matches `Coder`. This is not the strictest of checks,...

The bootstrap [scripts](https://github.com/coder/coder/tree/main/provisionersdk/scripts) which the provisioner uses to download and run the `agent` are not covered by tests, as far as I can see. This is a fairly critical area...

bug risk

https://github.com/coder/coder/actions/runs/9063208496/job/24899298903 & https://github.com/coder/coder/actions/runs/9061161483/job/24892396341 ``` integration_test.go:156: Error Trace: /home/runner/actions-runner/_work/coder/coder/tailnet/test/integration/integration_test.go:156 Error: Received unexpected error: signal: terminated Test: TestIntegration/EasyNATDirect Messages: client 2 exited ```

flake
s4
networking