You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: guard against zero or negative DYN_HTTP_SVC_CONFIG_METRICS_POLL_INTERVAL_SECS
- Add validation to ensure poll interval is greater than 0
- Use filter() to reject zero or negative values
- Update documentation to clarify validation requirement
- Prevents potential issues with zero-duration polling intervals
Signed-off-by: Keiven Chang <keivenchang@users.noreply.github.com>
0 commit comments