matteo-ronchetti / aws-lambda-power-tuning-ui

UI to visualize the results of https://github.com/alexcasalboni/aws-lambda-power-tuning
Apache License 2.0
98 stars 18 forks source link

Improve cost readability #11

Open alexcasalboni opened 4 years ago

alexcasalboni commented 4 years ago

Numbers related to cost are always in the order of 0.00000X and this makes comparing numbers much harder than it should be.

For example, the cost axis would plot values such as $0.000001, $0.000002, $0.000003, $0.000004, etc.

Maybe we could update the UI to always show the cost for 1M invocations? ($1, $2, $3, $4, etc.)

Ideally, this is also configurable - or maybe you can enable/disable it with a checkbox.

alexcasalboni commented 2 years ago

@uglow what you think of enabling the per-1M-invocations view with a simple checkbox?

uglow commented 2 years ago

That’s ok. Would a dropdown list also work?

alexcasalboni commented 2 years ago

I guess that would work too.

In the past, a few users have also shared that they'd like to easily see how much their system would cost per month, based on the total # of invocations. Eventually, this feature could evolve into a text box where you provide the # of monthly invocations, so you can see the total $$ directly on the chart.