@@ -76,20 +76,10 @@ type TelemetryEventEA struct {
7676 ExternalHelmAppClusterCount map [int32 ]int `json:"ExternalHelmAppClusterCount,omitempty"`
7777 ClusterProvider string `json:"clusterProvider,omitempty"`
7878 // New telemetry fields
79- HelmAppCount int `json:"helmAppCount,omitempty"`
80- DevtronAppCount int `json:"devtronAppCount,omitempty"`
81- JobCount int `json:"jobCount,omitempty"`
82- JobPipelineCount int `json:"jobPipelineCount,omitempty"`
83- JobPipelineTriggeredLast24h int `json:"jobPipelineTriggeredLast24h,omitempty"`
84- JobPipelineSucceededLast24h int `json:"jobPipelineSucceededLast24h,omitempty"`
85- UserCreatedPluginCount int `json:"userCreatedPluginCount,omitempty"`
86- PolicyCount int `json:"policyCount,omitempty"`
87- AppliedPolicyRowCount int `json:"appliedPolicyRowCount,omitempty"`
88- PhysicalClusterCount int `json:"physicalClusterCount,omitempty"`
89- IsolatedClusterCount int `json:"isolatedClusterCount,omitempty"`
90- ActiveUsersLast30Days int `json:"activeUsersLast30Days,omitempty"`
91- GitOpsPipelineCount int `json:"gitOpsPipelineCount,omitempty"`
92- NoGitOpsPipelineCount int `json:"noGitOpsPipelineCount,omitempty"`
79+ HelmAppCount int `json:"helmAppCount,omitempty"`
80+ PhysicalClusterCount int `json:"physicalClusterCount,omitempty"`
81+ IsolatedClusterCount int `json:"isolatedClusterCount,omitempty"`
82+ ActiveUsersLast30Days int `json:"activeUsersLast30Days,omitempty"`
9383}
9484
9585const AppsCount int = 50
0 commit comments