Skip to content

fix(core): allowed metrics interval up to 600s - #2713

Draft
kirrg001 wants to merge 1 commit into
mainfrom
fix-poll-rate-limitation
Draft

fix(core): allowed metrics interval up to 600s#2713
kirrg001 wants to merge 1 commit into
mainfrom
fix-poll-rate-limitation

Conversation

@kirrg001

@kirrg001 kirrg001 commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

refs https://jsw.ibm.com/browse/INSTA-102260

before: 5s
after: 600s

@aryamohanan aryamohanan left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kirrg001 kirrg001 changed the title fix(core): allowed metrics interval up to 60s fix(core): allowed metrics interval up to 600s Aug 21, 2026
const allowedSecretMatchers = ['equals', 'equals-ignore-case', 'contains', 'contains-ignore-case', 'regex', 'none'];

const transmissionDelayMaxValue = 5000;
const transmissionDelayMaxValue = 60 * 1000;

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be 600s. There was a spec change.

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