diff --git a/pkg/health/health.go b/pkg/health/health.go index 663274b..64592f9 100644 --- a/pkg/health/health.go +++ b/pkg/health/health.go @@ -117,11 +117,11 @@ func initTracerHealth() { } tracerHealth = &api.HealthWorkerComponent{ - Resources: tracerResources, - Restarts: tracerRestarts, - LastRestartReason: tracerLastRestartReason, - tracerLastRestartTimestamp: tracerLastRestartTimestamp, - Timestamp: time.Now().Format(time.RFC3339), + Resources: tracerResources, + Restarts: tracerRestarts, + LastRestartReason: tracerLastRestartReason, + LastRestartTimestamp: tracerLastRestartTimestamp, + Timestamp: time.Now().Format(time.RFC3339), } }