b0c4e7504c
feat(support): add client magicsock and agent prometheus metrics to support bundle ( #12604 )
...
* feat(codersdk): add ability to fetch prometheus metrics directly from agent
* feat(support): add client magicsock and agent prometheus metrics to support bundle
* refactor(support): simplify AgentInfo control flow
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com >
2024-03-15 15:33:49 +00:00
653ddccd8e
fix(agent): remove unused token debug handler ( #12602 )
2024-03-15 09:43:36 +00:00
63696d762f
feat(codersdk): add debug handlers for logs, manifest, and token to agent ( #12593 )
...
* feat(codersdk): add debug handlers for logs, manifest, and token to agent
* add more logging
* use io.LimitReader instead of seeking
2024-03-14 15:36:12 +00:00
3b406878e0
feat(agent): expose HTTP debug server over tailnet API ( #12582 )
2024-03-14 10:02:01 +00:00
edeb9bb42a
fix: appease linter on darwin ( #11154 )
...
Fixing up some linting errors that show up on Darwin, but not in CI.
2023-12-12 17:02:28 +04:00
a9c0c01629
chore: fix flake in listening ports test ( #10833 )
2023-11-22 09:30:51 +00:00
22e781eced
chore: add /v2 to import module path ( #9072 )
...
* chore: add /v2 to import module path
go mod requires semantic versioning with versions greater than 1.x
This was a mechanical update by running:
```
go install github.com/marwan-at-work/mod/cmd/mod@latest
mod upgrade
```
Migrate generated files to import /v2
* Fix gen
2023-08-18 18:55:43 +00:00
c639674b39
chore: replace chi with chi/v5 ( #9143 )
2023-08-17 07:46:56 -05:00
2abae42cec
feat: Ignore agent pprof port in listening ports ( #6515 )
...
* feat: Ignore agent pprof port in listening ports
2023-03-09 10:53:00 -06:00
e6f5623627
chore: Rename agent statistics server to http api server ( #5961 )
2023-02-01 20:05:57 +02:00