Aaron Steinfeld

Results 38 comments of Aaron Steinfeld

The feature makes sense (and I believe someone had mentioned working on this? @anandtiwary do you know if this got picked up?), but any solution will need to support selecting...

I think the best of both worlds here would be to change the api node rendering in the graph to include their service context. Strictly changing to service name is...

There's already a dashboard persistence service that would be the place to start looking for this, I believe the current implementation uses local storage, so swapping in a different store...

@akashmane2209 - that's what the persistence service already does, everything you're describing is already built with the exception of remote persistence. `NavigableDashboardComponent` takes in a nav location (and optionally a...

> Currently, most of the attributes are calculated at ingestion time. Doing this at ingestion time will be complex as we need the information of the prior hour (predefined window)...

> The logic for explorer dashboard as well as navigation on click of the filter is based upon the same attributes. I think this is the fundamental misunderstanding. The attributes...

Thanks for putting together the list @jaywalker21 . So the options I see and their pros/cons: 1. Keep a map in the UI to support the conversion for those 4...

My thoughts - first propose and settle on what the dashboard JSON would look like. That usually looks like a shared parent that handles it, or a shared identifier that...