Skip to content

Commit

Permalink
Fixing indexing bugs for workers-scale (#128)
Browse files Browse the repository at this point in the history
Signed-off-by: Vishnu Challa <[email protected]>
Co-authored-by: Vishnu Challa <[email protected]>
  • Loading branch information
vishnuchalla and Vishnu Challa authored Oct 26, 2024
1 parent c972a46 commit 8fb31e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/workerscale/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ type ProviderStatus struct {

// NodeReadyMetric to capture details on node bootup
type NodeReadyMetric struct {
Timestamp time.Time `json"timestamp"`
Timestamp time.Time `json:"timestamp"`
ScaleEventTimestamp time.Time `json:"scaleEventTimestamp"`
MachineCreationTimestamp time.Time `json:"-"`
MachineCreationLatency int `json:"machineCreationLatency"`
Expand Down

0 comments on commit 8fb31e9

Please sign in to comment.