-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Heartbeat] Generate check_group for individual journeys inside zip_urls bundle #33698
Labels
Comments
emilioalvap
added
bug
Team:obs-ds-hosted-services
Label for the Observability Hosted Services team
v8.4.0
labels
Nov 16, 2022
Pinging @elastic/uptime (Team:Uptime) |
andrewvc
added a commit
to andrewvc/beats
that referenced
this issue
Nov 18, 2022
emilioalvap
added a commit
that referenced
this issue
Nov 21, 2022
* [Heartbeat] Fix zip monitors by changing the check group after summary docs Fixes #33698 * Add null chuck * More robust check groups * Add nil check * Make linter happy * Remove accidental config * Fix heartbeat.yml * Update x-pack/heartbeat/monitors/browser/synthexec/enrich.go Co-authored-by: Emilio Alvarez Piñeiro <[email protected]> * Add changelog Co-authored-by: Emilio Alvarez Piñeiro <[email protected]>
mergify bot
pushed a commit
that referenced
this issue
Nov 21, 2022
* [Heartbeat] Fix zip monitors by changing the check group after summary docs Fixes #33698 * Add null chuck * More robust check groups * Add nil check * Make linter happy * Remove accidental config * Fix heartbeat.yml * Update x-pack/heartbeat/monitors/browser/synthexec/enrich.go Co-authored-by: Emilio Alvarez Piñeiro <[email protected]> * Add changelog Co-authored-by: Emilio Alvarez Piñeiro <[email protected]> (cherry picked from commit 453dfcb)
mergify bot
pushed a commit
that referenced
this issue
Nov 21, 2022
* [Heartbeat] Fix zip monitors by changing the check group after summary docs Fixes #33698 * Add null chuck * More robust check groups * Add nil check * Make linter happy * Remove accidental config * Fix heartbeat.yml * Update x-pack/heartbeat/monitors/browser/synthexec/enrich.go Co-authored-by: Emilio Alvarez Piñeiro <[email protected]> * Add changelog Co-authored-by: Emilio Alvarez Piñeiro <[email protected]> (cherry picked from commit 453dfcb)
emilioalvap
pushed a commit
that referenced
this issue
Nov 21, 2022
* [Heartbeat] Fix zip monitors by changing the check group after summary docs Fixes #33698 * Add null chuck * More robust check groups * Add nil check * Make linter happy * Remove accidental config * Fix heartbeat.yml * Update x-pack/heartbeat/monitors/browser/synthexec/enrich.go Co-authored-by: Emilio Alvarez Piñeiro <[email protected]> * Add changelog Co-authored-by: Emilio Alvarez Piñeiro <[email protected]> (cherry picked from commit 453dfcb) Co-authored-by: Andrew Cholakian <[email protected]>
emilioalvap
pushed a commit
that referenced
this issue
Nov 21, 2022
* [Heartbeat] Fix zip monitors by changing the check group after summary docs Fixes #33698 * Add null chuck * More robust check groups * Add nil check * Make linter happy * Remove accidental config * Fix heartbeat.yml * Update x-pack/heartbeat/monitors/browser/synthexec/enrich.go Co-authored-by: Emilio Alvarez Piñeiro <[email protected]> * Add changelog Co-authored-by: Emilio Alvarez Piñeiro <[email protected]> (cherry picked from commit 453dfcb) Co-authored-by: Andrew Cholakian <[email protected]>
chrisberkhout
pushed a commit
that referenced
this issue
Jun 1, 2023
* [Heartbeat] Fix zip monitors by changing the check group after summary docs Fixes #33698 * Add null chuck * More robust check groups * Add nil check * Make linter happy * Remove accidental config * Fix heartbeat.yml * Update x-pack/heartbeat/monitors/browser/synthexec/enrich.go Co-authored-by: Emilio Alvarez Piñeiro <[email protected]> * Add changelog Co-authored-by: Emilio Alvarez Piñeiro <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Summary
Due to the change to stream enrichers, heartbeat is only generating a check group uuid once for each
zip_url
iterations, instead of once for each journey. This causes all journeys to be grouped together into a single summary.How to reproduce
In a cluster with an enrolled agent:
https://github.com/elastic/synthetics/archive/refs/heads/master.zip
examples/todos
The text was updated successfully, but these errors were encountered: