Docs
Open Metrics
Open Metrics lets a workspace owner publish selected aggregate subscription metrics at a public URL such as /open/acme. It is opt-in, feature-flagged, and off by default.
Privacy model
Public pages only render aggregate metrics that the workspace has explicitly toggled on. Customer emails, customer records, individual payments, and transaction metadata are never included in the public page payload.
The public page does not call a metrics API from the browser. Metrics are filtered server-side before HTML is rendered. A small view counter endpoint increments aggregate page views without storing visitor identity.
Custom domains
This codebase does not currently include custom-domain host routing or CNAME verification for Open Metrics pages. Use the canonical Metrivo URL until deployment-level domain mapping is added.