diff --git a/internal/types/health.go b/internal/types/health.go index 4134eaa2..69c5f6a0 100644 --- a/internal/types/health.go +++ b/internal/types/health.go @@ -77,8 +77,8 @@ type ( HealthInfoWithoutDetail struct { Status HealthStatus `json:"status" swaggertype:"string" enums:"healthy,unhealthy,napping,starting,error,unknown"` - Uptime time.Duration `json:"uptime" swaggertype:"number"` // uptime in milliseconds - Latency time.Duration `json:"latency" swaggertype:"number"` // latency in microseconds + Uptime time.Duration `json:"uptime" swaggertype:"number"` + Latency time.Duration `json:"latency" swaggertype:"number"` } // @name HealthInfoWithoutDetail HealthInfo struct {