Skip to content
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

chore: send sample event to reporting in async destinations #5396

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

sanpj2292
Copy link
Contributor

@sanpj2292 sanpj2292 commented Dec 24, 2024

Description

As of today, the destinations operating at batch router do not posess the capability of sending sample event to the reporting service. This is making it very difficult to debug in case of failures.

We are planning add sampleEvent data for batch router(async) destinations.

Linear Ticket

Resolves INT-3077

Security

  • The code changed/added as part of this pull request won't create any security issues with how the software is being used.

@sanpj2292 sanpj2292 marked this pull request as ready for review January 6, 2025 12:06
@sanpj2292 sanpj2292 self-assigned this Jan 6, 2025
@sanpj2292 sanpj2292 changed the title chore: async destination reporting chore: send sample event to reporting in async destinations Jan 6, 2025
Copy link

codecov bot commented Jan 6, 2025

Codecov Report

Attention: Patch coverage is 84.53608% with 15 lines in your changes missing coverage. Please review.

Project coverage is 74.77%. Comparing base (d29eb14) to head (0892679).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
router/batchrouter/handle_async.go 83.87% 15 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5396   +/-   ##
=======================================
  Coverage   74.76%   74.77%           
=======================================
  Files         439      439           
  Lines       61378    61432   +54     
=======================================
+ Hits        45890    45935   +45     
- Misses      12943    12953   +10     
+ Partials     2545     2544    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

router/batchrouter/handle_async.go Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants