Skip to content

Commit

Permalink
Fix typo in tracer (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
corest authored Aug 20, 2024
1 parent 8711abe commit 282ba29
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkg/health/health.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
}
}

Expand Down

0 comments on commit 282ba29

Please sign in to comment.