Skip to content

feat(cli): support bundle: dump healthcheck summary #12963

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Apr 16, 2024
Prev Previous commit
Next Next commit
reduce diff size
  • Loading branch information
johnstcn committed Apr 16, 2024
commit 2c412388021d54d485d23b71c2b28cb4097b461f
12 changes: 0 additions & 12 deletions coderd/apidoc/docs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions coderd/apidoc/swagger.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions coderd/healthcheck/derphealth/derp.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,8 @@ func (r *RegionReport) Run(ctx context.Context) {
node = node
nodeReport = NodeReport{
DERPNodeReport: healthsdk.DERPNodeReport{
BaseReport: healthsdk.BaseReport{
Healthy: true,
},
Node: node,
Healthy: true,
Node: node,
},
}
)
Expand Down
Loading