aws-lambda-power-tuning-ui icon indicating copy to clipboard operation
aws-lambda-power-tuning-ui copied to clipboard

Improve cost readability

Open alexcasalboni opened this issue 4 years ago • 3 comments

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 avatar Jul 21 '20 16:07 alexcasalboni

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

alexcasalboni avatar May 20 '22 07:05 alexcasalboni

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

uglow avatar May 20 '22 12:05 uglow

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.

alexcasalboni avatar May 20 '22 14:05 alexcasalboni