Skip to content

[aws_sqs_otel] add SLOs and alerts for aws sqs otel - #19483

Merged
ishleenk17 merged 6 commits into
elastic:mainfrom
jakubgalecki0:aws_sqs_otel
Jun 17, 2026
Merged

[aws_sqs_otel] add SLOs and alerts for aws sqs otel#19483
ishleenk17 merged 6 commits into
elastic:mainfrom
jakubgalecki0:aws_sqs_otel

Conversation

@jakubgalecki0

Copy link
Copy Markdown
Contributor

Proposed commit message

Checklist

  • I have reviewed tips for building integrations and this pull request is aligned with them.
  • I have verified that all data streams collect metrics or logs.
  • I have added an entry to my package's changelog.yml file.
  • I have verified that Kibana version constraints are current according to guidelines.
  • I have verified that any added dashboard complies with Kibana's Dashboard good practices

Author's Checklist

  • [ ]

How to test this PR locally

Related issues

Screenshots

@github-actions

github-actions Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

✅ 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.

@jakubgalecki0
jakubgalecki0 marked this pull request as ready for review June 16, 2026 15:32
@jakubgalecki0
jakubgalecki0 requested a review from a team as a code owner June 16, 2026 15:32
@github-actions

Copy link
Copy Markdown
Contributor

TL;DR

Check integrations aws_sqs_otel failed during elastic-package lint because the new package is missing the required packages/aws_sqs_otel/docs/ directory. Add package docs (at minimum packages/aws_sqs_otel/docs/README.md) and rerun the package check.

Remediation

  • Add packages/aws_sqs_otel/docs/README.md describing the AWS SQS OpenTelemetry assets and collection/setup expectations, following the nearby aws_elb_otel content-package pattern.
  • Validate with .buildkite/scripts/test_one_package.sh packages/aws_sqs_otel origin/main 4fb54b8b727602caec042e8595861d1177931e03 or elastic-package lint from packages/aws_sqs_otel.
Investigation details

Root Cause

The PR adds packages/aws_sqs_otel/manifest.yml as a content package, but the package tree does not include packages/aws_sqs_otel/docs/. elastic-package lint requires that folder for packages, so validation stops before running tests.

Evidence

Error: checking package failed: linting package failed: found 1 validation error:

   1. expecting to find [docs] folder in folder [/opt/buildkite-agent/builds/.../elastic/integrations/packages/aws_sqs_otel]
  • PR contents for packages/aws_sqs_otel currently list LICENSE.txt, changelog.yml, img/, kibana/, and manifest.yml; a direct lookup of packages/aws_sqs_otel/docs returns not found.
  • Comparable existing content package packages/aws_elb_otel includes packages/aws_elb_otel/docs/README.md.

Verification

  • Not run locally: this checkout does not contain the PR package tree, so I used the Buildkite log plus GitHub PR contents to verify the missing directory.

What is this? | From workflow: PR Buildkite Detective

Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.

@andrewkroh andrewkroh added New Integration Issue or pull request for creating a new integration package. Team:Obs-InfraObs Observability Infrastructure Monitoring team [elastic/obs-infraobs-integrations] labels Jun 16, 2026
@jakubgalecki0
jakubgalecki0 requested a review from a team as a code owner June 17, 2026 12:15
@elastic-vault-github-plugin-prod

Copy link
Copy Markdown
Contributor

✅ All changelog entries have the correct PR link.

@elasticmachine

Copy link
Copy Markdown

💚 Build Succeeded

History

@ishleenk17
ishleenk17 merged commit 106aa3c into elastic:main Jun 17, 2026
9 checks passed
@elastic-vault-github-plugin-prod

Copy link
Copy Markdown
Contributor

Package aws_sqs_otel - 0.2.0 containing this change is available at https://epr.elastic.co/package/aws_sqs_otel/0.2.0/

@andrewkroh andrewkroh added Integration:aws_sqs_otel AWS SQS Metrics OpenTelemetry Assets and removed New Integration Issue or pull request for creating a new integration package. labels Jun 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Integration:aws_sqs_otel AWS SQS Metrics OpenTelemetry Assets Team:Obs-InfraObs Observability Infrastructure Monitoring team [elastic/obs-infraobs-integrations]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants