-
Notifications
You must be signed in to change notification settings - Fork 525
[statsd_input] [airflow] [envoyproxy] [vsphere] flaky test: increase initial delay before sending statsd (UDP) to elastic-agent #16895
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
mykola-elastic
merged 5 commits into
elastic:main
from
mykola-elastic:statsd-airflow-test-increase-delay
Jan 9, 2026
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…nding statsd (UDP) to elastic-agent
Linu-Elias
approved these changes
Jan 8, 2026
mykola-elastic
commented
Jan 8, 2026
mykola-elastic
commented
Jan 8, 2026
Decreased delay from 15s to 10s
shmsr
reviewed
Jan 8, 2026
shmsr
requested changes
Jan 8, 2026
shmsr
approved these changes
Jan 8, 2026
5df0f9c to
c1852fc
Compare
🚀 Benchmarks reportTo see the full report comment with |
💚 Build Succeeded
History
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
flaky-test
Unstable or unreliable test cases.
Integration:airflow
Airflow
Integration:envoyproxy
Envoyproxy
Integration:statsd_input
StatsD Input
Integration:vsphere
VMware vSphere
Team:Obs-InfraObs
Observability Infrastructure Monitoring team [elastic/obs-infraobs-integrations]
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Increasing delay to send UDP to elastic-agent from
5sto10sas sometimes it takes longer than 5s for the elastic-agent to start listening (I was able to reproduce when it took 6 seconds, and the "service" container which emits statsd(UDP) experiencedconnection refusedwhen trying to reachelastic-agent:8125)Probably related to some of the receivers running in the otel collector: https://github.com/elastic/elastic-agent/blob/f684ab33d7f09ea685910dbafe4b814ee0a92db4/pkg/component/component.go#L76
Proposed commit message
See title.
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'schangelog.ymlfile.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 practicesRelated issues