elastic / integrations

Elastic Integrations
https://www.elastic.co/integrations
Other
194 stars 421 forks source link

[O11y][AWS] Need to do analysis on dashboard panels #10695

Open harnish-elastic opened 1 month ago

harnish-elastic commented 1 month ago

The error count, total count, and throttled count appear with decimal places. Is there any issue with the formula? Need to do further analysis.

image
anil-elastic commented 4 weeks ago

Hi @agithomas

Regarding the Decimal values:

  1. 4xx and 5xx Errors: These errors are considered as average values in s3_request.
  2. Cloudwatch Lambda: Lambda Errors, Throttles and Invocations are defined as average. So, the values are shows on the UI in the decimal.

These are expected behavior if you want then I can make it to show in Integer values.

agithomas commented 3 weeks ago

Going with the above-mentioned explanation, i guess, it would be best to change the title of the panel to HTTP 4xx errors(Avg) and HTTP 5xx errors (Avg)

This task is added to the backlog for consideration in the upcoming sprints, after review.

agithomas commented 3 weeks ago

@lalit-satapathy, you may review and prioritise.

agithomas commented 3 weeks ago

My preference would be to show a new two panels to represent

When it comes to errors, sum of errors is more useful than Avg.