Vojta Hordějčuk
Vojta Hordějčuk
Interesting. Do you have any example of a use case? When I would like to get an alarm?
We have to decide whether we want to always show these metrics (e.g. in an extra row) or add a flag to show them (e.g. enableDetailedMetrics?). We already know the...
Maybe we can start with something similar to ElastiCache monitoring.
I agree that this is the right way to do it. But we have to handle this in a backwards-compatible way. Internally, I believe we already have a separation for...
I think we could consider some way to specify this layout in monitoring props. For example, something like `new SomethingMonitoring(facade, {something, layout: new WidgetRowLayout(latencyWidgets, errorWidgets)})`. Not sure how customizable to...
We can also create a simple prepend/append widgets methods. Either fully customized, or using the CustomMonitoring types.
I see two possible approaches: 1) Come up with some Layout object (either generic or monitoring-specific), that would get some abstract high-level widget definitions, and the goal would be too...
Hello! Great idea, can you please give us a specific example? It this more related about Aspects, or the monitoring in general?
Let me know if I got it right. So, instead of using `.monitorEcs(ecs1)` and `.monitorEcs(ecs2)`, you would prefer to call something like `monitorEcsWithTag(tag1)`, which would iterate over all tagged ECS...
OK, got the idea. I like it very much to be honest and would like to implement it. I just need to think about how to balance between this, monitoring,...