Skip to content

Commit

Permalink
Merge pull request #390 from gianlucam76/telemetry-configuration-data
Browse files Browse the repository at this point in the history
(feat) telemetry add configuration data
  • Loading branch information
gianlucam76 authored Nov 15, 2024
2 parents fdf1a14 + 1497ded commit b16b79f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/telemetry/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ type Cluster struct {
ManagedSveltosClusters int `json:"sveltosClusters"`
ReadySveltosClusters int `json:"readySveltosClusters"`
ManagedCAPIClusters int `json:"capiClusters"`
ClusterProfiles int `json:"clusterProfiles"`
Profiles int `json:"profiles"`
ClusterSummaries int `json:"clusterSummaries"`
}

0 comments on commit b16b79f

Please sign in to comment.