Skip to content

Commit

Permalink
Merge pull request #925 from threefoldtech/development_proxy_statisti…
Browse files Browse the repository at this point in the history
…cs_endpoint

integrate the new LastDeploymentTimestamp field on node statistics endpoint
  • Loading branch information
Omarabdul3ziz committed Mar 20, 2024
2 parents 3f788cb + 64adcf1 commit c4d7531
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions grid-proxy/pkg/types/stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ type NodeStatisticsResources struct {

// NodeStatisticsUsers users info returned on node statistics
type NodeStatisticsUsers struct {
Deployments int `json:"deployments"`
Workloads int `json:"workloads"`
Deployments int `json:"deployments"`
Workloads int `json:"workloads"`
LastDeploymentTimestamp uint64 `json:"last_deployment_timestamp"`
}

// NodeStatistics node statistics info
Expand Down

0 comments on commit c4d7531

Please sign in to comment.