@@ -2404,6 +2404,7 @@ export const MockHealth: TypesGen.HealthcheckReport = {
2404
2404
node_reports : [
2405
2405
{
2406
2406
healthy : true ,
2407
+ warnings : [ ] ,
2407
2408
node : {
2408
2409
Name : "999stun0" ,
2409
2410
RegionID : 999 ,
@@ -2428,6 +2429,7 @@ export const MockHealth: TypesGen.HealthcheckReport = {
2428
2429
} ,
2429
2430
{
2430
2431
healthy : true ,
2432
+ warnings : [ ] ,
2431
2433
node : {
2432
2434
Name : "999b" ,
2433
2435
RegionID : 999 ,
@@ -2461,6 +2463,7 @@ export const MockHealth: TypesGen.HealthcheckReport = {
2461
2463
} ,
2462
2464
"10007" : {
2463
2465
healthy : true ,
2466
+ warnings : [ ] ,
2464
2467
region : {
2465
2468
EmbeddedRelay : false ,
2466
2469
RegionID : 10007 ,
@@ -2486,6 +2489,7 @@ export const MockHealth: TypesGen.HealthcheckReport = {
2486
2489
node_reports : [
2487
2490
{
2488
2491
healthy : true ,
2492
+ warnings : [ ] ,
2489
2493
node : {
2490
2494
Name : "10007stun0" ,
2491
2495
RegionID : 10007 ,
@@ -2510,6 +2514,7 @@ export const MockHealth: TypesGen.HealthcheckReport = {
2510
2514
} ,
2511
2515
{
2512
2516
healthy : true ,
2517
+ warnings : [ ] ,
2513
2518
node : {
2514
2519
Name : "10007a" ,
2515
2520
RegionID : 10007 ,
@@ -2568,6 +2573,7 @@ export const MockHealth: TypesGen.HealthcheckReport = {
2568
2573
node_reports : [
2569
2574
{
2570
2575
healthy : true ,
2576
+ warnings : [ ] ,
2571
2577
node : {
2572
2578
Name : "10008stun0" ,
2573
2579
RegionID : 10008 ,
@@ -2592,6 +2598,7 @@ export const MockHealth: TypesGen.HealthcheckReport = {
2592
2598
} ,
2593
2599
{
2594
2600
healthy : true ,
2601
+ warnings : [ ] ,
2595
2602
node : {
2596
2603
Name : "10008a" ,
2597
2604
RegionID : 10008 ,
@@ -2625,6 +2632,7 @@ export const MockHealth: TypesGen.HealthcheckReport = {
2625
2632
} ,
2626
2633
"10009" : {
2627
2634
healthy : true ,
2635
+ warnings : [ ] ,
2628
2636
region : {
2629
2637
EmbeddedRelay : false ,
2630
2638
RegionID : 10009 ,
@@ -2650,6 +2658,7 @@ export const MockHealth: TypesGen.HealthcheckReport = {
2650
2658
node_reports : [
2651
2659
{
2652
2660
healthy : true ,
2661
+ warnings : [ ] ,
2653
2662
node : {
2654
2663
Name : "10009stun0" ,
2655
2664
RegionID : 10009 ,
@@ -2674,6 +2683,7 @@ export const MockHealth: TypesGen.HealthcheckReport = {
2674
2683
} ,
2675
2684
{
2676
2685
healthy : true ,
2686
+ warnings : [ ] ,
2677
2687
node : {
2678
2688
Name : "10009a" ,
2679
2689
RegionID : 10009 ,
@@ -2751,19 +2761,22 @@ export const MockHealth: TypesGen.HealthcheckReport = {
2751
2761
] ,
2752
2762
} ,
2753
2763
access_url : {
2754
- access_url : "https://dev.coder.com" ,
2755
2764
healthy : true ,
2765
+ warnings : [ ] ,
2766
+ access_url : "https://dev.coder.com" ,
2756
2767
reachable : true ,
2757
2768
status_code : 200 ,
2758
2769
healthz_response : "OK" ,
2759
2770
} ,
2760
2771
websocket : {
2761
2772
healthy : true ,
2773
+ warnings : [ ] ,
2762
2774
body : "" ,
2763
2775
code : 101 ,
2764
2776
} ,
2765
2777
database : {
2766
2778
healthy : true ,
2779
+ warnings : [ ] ,
2767
2780
reachable : true ,
2768
2781
latency : "92570" ,
2769
2782
latency_ms : 92570 ,
@@ -2788,25 +2801,29 @@ export const DeploymentHealthUnhealthy: TypesGen.HealthcheckReport = {
2788
2801
coder_version : "v2.3.0-devel+8cca4915a" ,
2789
2802
access_url : {
2790
2803
healthy : true ,
2804
+ warnings : [ ] ,
2791
2805
access_url : "" ,
2792
2806
healthz_response : "" ,
2793
2807
reachable : true ,
2794
2808
status_code : 0 ,
2795
2809
} ,
2796
2810
database : {
2797
2811
healthy : false ,
2812
+ warnings : [ ] ,
2798
2813
latency : "" ,
2799
2814
latency_ms : 0 ,
2800
2815
reachable : true ,
2801
2816
threshold_ms : 92570 ,
2802
2817
} ,
2803
2818
derp : {
2804
2819
healthy : false ,
2820
+ warnings : [ ] ,
2805
2821
regions : [ ] ,
2806
2822
netcheck_logs : [ ] ,
2807
2823
} ,
2808
2824
websocket : {
2809
2825
healthy : false ,
2826
+ warnings : [ ] ,
2810
2827
body : "" ,
2811
2828
code : 0 ,
2812
2829
} ,
0 commit comments