Fix refetch bugs
Do not refetch for required data, and collector targets, these will be manually updated on user change.
Need to set refetchInterval: false
on those hook options for useQuery
otherwise, it will randomly crash after fetching
too many times every 10 minutes.
Only need to refetch for metrics every 10 minutes. The rest don't need refetching functionality as of right now.
Edited by abhayashrestha