You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
Update telemetry documentation to reflect the new split architecture
between cozystack-operator and cozystack-controller.
## Changes
- Document that telemetry is now collected by two components
- Update example payload with new metrics format
- Add `cozy_cluster_capacity` metric (cpu, memory, GPU)
- Add `cozy_package_info` metric for installed packages
- Replace `cozy_workloads_count` with `cozy_application_count`
- Remove `cozy_tenants_count` (now
`cozy_application_count{kind="Tenant"}`)
## Related
Depends on: cozystack/cozystack#1869
## Test plan
- [ ] Review rendered documentation
- [ ] Verify payload examples are accurate
Copy file name to clipboardExpand all lines: content/en/docs/operations/configuration/telemetry.md
+25-10Lines changed: 25 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,29 +18,44 @@ Cozystack, as an open source project, thrives on community feedback and usage in
18
18
19
19
Cozystack strives to comply with the [LF Telemetry Data Policy](https://www.linuxfoundation.org/legal/telemetry-data-policy), ensuring responsible data collection practices that respect user privacy and transparency.
20
20
21
-
Our focus is on gathering non-personal usage metrics about Cozystack components rather than personal user information. We specifically collect information on the most commonly used application packages, the bundle names in use, enabled Cozystack features, as well as kernel versions and operating systems running in the environment. This collected data helps us gain insights into prevalent configurations and usage trends across installations.
21
+
Our focus is on gathering non-personal usage metrics about Cozystack components rather than personal user information. We specifically collect information about cluster infrastructure (nodes, storage, networking), installed packages, and application instances. This collected data helps us gain insights into prevalent configurations and usage trends across installations.
Data is collected by components running within Cozystack that periodically gather and transmit usage statistics to our secure backend. The telemetry system ensures that data is anonymized, aggregated, and stored securely, with strict controls on access to protect user privacy.
0 commit comments