Skip to content

Conversation

@jj22ee
Copy link
Contributor

@jj22ee jj22ee commented Jul 15, 2025

Issue description:
Main build for ADOT Python GenAi test case is flaky, failing most of the time:

This is because metrics are not generated for most of these tests. We know that the conditions to send metrics to CloudWatch is to generate a metric after 60s have passed since the last metric was generated.

Currently, we generate a metrics in a max 50 second interval, which could possibly extend to 60s if the CURL request takes too long. So this PR will change this to generate metrics over 90 seconds instead of 50 seconds to ensure we trigger sending metrics to CloudWatch.

Description of changes:

Rollback procedure:

We can safely revert this commit if needed.

@jj22ee jj22ee merged commit 830910a into aws-observability:main Jul 15, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants