acorn-io / runtime

A simple application deployment framework built on Kubernetes
https://docs.acorn.io/
Apache License 2.0
1.13k stars 100 forks source link

feat: add usage metrics #2482

Closed iwilltry42 closed 7 months ago

iwilltry42 commented 7 months ago

Installation pulse and daily controller heartbeats with only version info, nothing else. Opt-Out via ACORN_USAGE_METRICS="disabled" or via install flag --disable-usage-metrics.

Development builds and non-official builds will be excluded by default (unless they explicitly add the target URL, etc.).

Also this PR updates the documentation to use the proxied images.acornlabs.com/acorn-io/runtime image instead of straight up ghcr.io/acorn-io/runtime, so we get more insights on image downloads.

To-Do

Checklist