Public / Externally Shared Read-Only Dashboards
Description
Dashboards that can be accessed publicly (and ideally with custom domain support)
Depending on how the dashboards are currently implemented, this could be impossible, or it would have to be a very premium feature.
Grafana has something similar, but each public request sends it's own database queries, rather than caching them where possible.
If dashboards are cached, this should be relatively simple, but if they aren't then this is likely very out of scope, at least for now.
If dashboards are cached, this should be relatively simple, but if they aren't then this is likely very out of scope, at least for now.
Indeed they're not cached right now which is a problem for this. But we'll keep it in mind, thanks for the feedback.
Somewhat related: https://github.com/pydantic/logfire/issues/1021
Would find this very useful as well!