Global Metric Range Picker #6168
Replies: 5 comments 2 replies
-
+1 Would really like to see this feature getting implemented! |
Beta Was this translation helpful? Give feedback.
-
+1 Any plans for delivering such feature ?? Currently having 20+ metrics with 20+ range selectors is really not useful and time consuming |
Beta Was this translation helpful? Give feedback.
-
Thanks for reaching to us with improvement ideas 🙏 |
Beta Was this translation helpful? Give feedback.
-
I've given this some thoughts, some limitation here would be that all metrics needs to be using the same ranges otherwise the UX would be rather weird. |
Beta Was this translation helpful? Give feedback.
-
I agree with this as well.
If you have multiple metrics on a page it would make sense that only one interval be active for any tagged metric. Maybe it could be something added to the metric itself?
Metric
/**
*
* Set’s if the metric should be part of the global date time filter.
*
*/
public function syncFilters()
{
return [
‘daily’,
‘weekly’,
// ‘monthly’
// Yearly'
];
}
If a Resource has a Card with a Metric returned where sync is true then the global filter option appears.
Maybe we could on the Resource Card have options too.
(new EmailDeliveryStats())->syncFilters(),
(new DomainStats())
Just some ideas maybe...
On Sep 19, 2024, at 2:19 AM, Goran Parapid ***@***.***> wrote:
Yes, it makes no sense to have different range for each metric, take Grafana's implementation, or AWS's Cloudwatch for example. You have one global range selector that is applied to all metrics. That being said, and taking those big player's implementations, it is not limitation but expected behaviour.
—
Reply to this email directly, view it on GitHub<#6168 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAYHBZD4ZJY3BWCHVCLSE2LZXJ3IXAVCNFSM6AAAAABCRCXPFKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANRYHE3TQMA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I would love to see a feature where you could “link” all metric cards Time Range filters together. This way on my dashboard page I could change the range from 30days to 90 days and all would update.
Maybe I could define a custom “Global” filter called ‘DashboardDatePicker’
When I choose an option in that picker, it updates all other metrics linked to it.
(new MetricOne)->refreshOnFilterChange()->linkTo(DashboardFilter)
Beta Was this translation helpful? Give feedback.
All reactions