Open srikanthccv opened 4 months ago
pick this up along with p0 flows of dashboard variables
@YounixM , I am assigning this to you as discussed in standup. Let me know if change is required.
@SagarRajput-7 : Assigned it to you as you are working on the EPIC.
Imagine you are looking at a service metrics dashboard for an env
staging
and you want to see the same for different envprod
, now if you change thedeployment_environment
variable toprod
all the dependent variable selection gets reset toALL
. This can be an annoying experience because I have to make the same selection as earlier.Should we not reset all the times or should we not reset only when the newly fetched values have the previous selection as a subset? i.e only reset the
service_name
if the result ofservice_name
for new env returns a set that has no common values in current selected value?