[AWS] [SQS] Add detail dashboard - #20974
Conversation
Each SQS document contains only one metric, so AND-ing two IS NOT NULL conditions in the same WHERE made the query match nothing. Drop the IS NOT NULL pre-filters and use COALESCE(metric, 0) in the EVAL so NULL time-buckets evaluate cleanly to Healthy.
|
Kindly include the updated dashboard screenshots |
✅ Elastic Docs Style Checker (Vale)No issues found on modified lines! The Vale linter checks documentation changes against the Elastic Docs style guide. To use Vale locally or report issues, refer to Elastic style guide for Vale. |
|
✅ All changelog entries have the correct PR link. |
💚 Build Succeeded
History
|
|
For the initial info panels, see if you have to add |
|
So, in one account you can have an SQS queue named otel-test-healthy in us-east-1 and another otel-test-healthy in eu-west-1 A message queue's name must be unique within an AWS account and region. So, either add the drill-down to the SQS URL. Alternatively, add an AWS region so that if there is a duplicate, there is a chance of filtering the specific SQS instance |
|
Primary metric: Oldest message age (s) Suggested ES|QL: Replaced the final aggregation logic: instead of AVG(v) |
|
Primary metric: Total queues Suggested ESQL Add the |
Proposed commit message
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots