electrolux-oss / infrawallet

Backstage plugin that controls your cloud costs just in the way how you control your bank accounts
https://demo.infrawallet.io
Apache License 2.0
55 stars 4 forks source link

#60 feat: support yaxis grouping for metrics #71

Closed gluckzhang closed 2 weeks ago

gluckzhang commented 3 weeks ago

This PR addresses #60 and enables users to group business metrics.

When creating a metric, users can assign a value under the Group column. The value is optional. If it is not set, the metric uses a separate y-axis. If it is set, all the metrics that use the same value, share the same y-axis.

image image
gluckzhang commented 2 weeks ago

@emillg Based on our discussions, I renamed yaxis_group to group and also made showMetrics false by default. Not the PR is ready for the review :)