logfire icon indicating copy to clipboard operation
logfire copied to clipboard

Public / Externally Shared Read-Only Dashboards

Open tyrantlink opened this issue 11 months ago • 2 comments

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.

tyrantlink avatar Mar 15 '25 12:03 tyrantlink

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

alexmojaki avatar May 27 '25 14:05 alexmojaki

Would find this very useful as well!

scheuclu avatar Jul 16 '25 14:07 scheuclu