Time Range management (widget vs. dashboard) #11696
-
Describe your questionHi! I am building a dashboard to monitor a pilote phase for a RAG. But I'm confused on the time range management in widgets vs. dashboard.
Thank you very much! Langfuse Cloud or Self-Hosted?Self-Hosted If Self-HostedNo response If Langfuse CloudNo response SDK and integration versionsNo response Pre-Submission Checklist
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Based on the available documentation, the current dashboard implementation does not support having widgets with independent time ranges on the same dashboard. The dashboard-level time filter overrides individual widget time settings. This is a limitation of the current architecture. When you configure time filters at the widget level during creation, these settings are indeed overridden by the dashboard's global time range selector(1). Current Workaround Options:
Note on Unique User Count: Be aware that there's a known issue with unique user ID counting in dashboard widgets where the system may show trace count instead of unique user count, even with correct filters applied(2). This may affect your "total number of unique users" metric. The ability to have per-widget time ranges would require architectural changes to how dashboards handle time filtering. This functionality is not currently available in Langfuse dashboards(1)(3). 📚 Sources:
Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
Based on the available documentation, the current dashboard implementation does not support having widgets with independent time ranges on the same dashboard. The dashboard-level time filter overrides individual widget time settings.
This is a limitation of the current architecture. When you configure time filters at the widget level during creation, these settings are indeed overridden by the dashboard's global time range selector(1).
Current Workaround Options:
Note on Unique User Count:
Be awar…