Skip to content

[aws_cloudwatch_input_otel] add recently_active option - #19790

Merged
jakubgalecki0 merged 2 commits into
elastic:mainfrom
jakubgalecki0:aws_cloudwatch_input_recently_active
Jun 26, 2026
Merged

[aws_cloudwatch_input_otel] add recently_active option#19790
jakubgalecki0 merged 2 commits into
elastic:mainfrom
jakubgalecki0:aws_cloudwatch_input_recently_active

Conversation

@jakubgalecki0

Copy link
Copy Markdown
Contributor

Proposed commit message

Add recently_active option to awscloudwatch receiver config (elastic/opentelemetry-collector-contrib#19)

    ? awscloudwatch/otelcol-aws-lambda/....
    :   credentials_provider: awscredentialsprovider/...
        metrics:
            collection_interval: 1m
            delay: 5m
            discovery:
                filters:
                    namespace: AWS/Lambda
                limit: 100
                recently_active: true <<<
                stats:
                    - Maximum
                    - Average
                    - Sum
            period: 1m
        region: us-east-1
    ? awscloudwatch/otelcol-aws-rds/....
    :   credentials_provider: awscredentialsprovider/...
        metrics:
            collection_interval: 1m
            delay: 5m
            discovery:
                filters:
                    namespace: AWS/RDS
                limit: 100
                recently_active: true  <<<
                stats:
                    - Average
                    - Maximum
            period: 1m
        region: us-east-1
    ? awscloudwatch/otelcol-aws-sqs/....
    :   credentials_provider: awscredentialsprovider/...
        metrics:
            collection_interval: 1m
            delay: 5m
            discovery:
                filters:
                    namespace: AWS/SQS
                limit: 100
                recently_active: true  <<< 
                stats:
                    - Maximum
                    - Sum
            period: 1m

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

image
@jakubgalecki0
jakubgalecki0 requested a review from a team as a code owner June 26, 2026 08:02
@github-actions

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.

@elastic-vault-github-plugin-prod

Copy link
Copy Markdown
Contributor

✅ All changelog entries have the correct PR link.

@infra-vault-gh-plugin-prod

Copy link
Copy Markdown

💚 Build Succeeded

@mergify

mergify Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request
@andrewkroh andrewkroh added Integration:aws_cloudwatch_input_otel AWS CloudWatch (OpenTelemetry) Team:Obs-InfraObs Observability Infrastructure Monitoring team [elastic/obs-infraobs-integrations] labels Jun 26, 2026
@jakubgalecki0
jakubgalecki0 merged commit 721dd23 into elastic:main Jun 26, 2026
9 checks passed
@elastic-vault-github-plugin-prod

Copy link
Copy Markdown
Contributor

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

jakubgalecki0 added a commit that referenced this pull request Jun 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Integration:aws_cloudwatch_input_otel AWS CloudWatch (OpenTelemetry) Team:Obs-InfraObs Observability Infrastructure Monitoring team [elastic/obs-infraobs-integrations]

3 participants