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

editoast: remove payloads from DB telemetry #7450

Merged
merged 3 commits into from
May 17, 2024

Conversation

woshilapin
Copy link
Contributor

Remove the payloads from the telemetry. It's creating too much noise in the terminal in the logging.

Follow-up of #7389

The payload might be too big, and it's especially noisy for the
terminal's logging.
The macro was doing the job of collecting. However, most of the
objects sent are already collected before calling the macro
which creates twice the allocations.
@woshilapin woshilapin requested a review from a team as a code owner May 17, 2024 11:23
@codecov-commenter
Copy link

codecov-commenter commented May 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 29.38%. Comparing base (c231679) to head (7fdc4ce).
Report is 2 commits behind head on dev.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff              @@
##                dev    #7450      +/-   ##
============================================
- Coverage     29.39%   29.38%   -0.01%     
  Complexity     2012     2012              
============================================
  Files          1173     1173              
  Lines        145280   145283       +3     
  Branches       2828     2828              
============================================
- Hits          42707    42694      -13     
- Misses       100907   100923      +16     
  Partials       1666     1666              
Flag Coverage Δ
core 75.19% <ø> (ø)
editoast 72.41% <100.00%> (-0.06%) ⬇️
front 9.81% <ø> (ø)
gateway 2.41% <ø> (ø)
railjson_generator 87.49% <ø> (ø)
tests 83.96% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Copy link
Contributor

@flomonster flomonster left a comment

Choose a reason for hiding this comment

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

LGTM

@woshilapin woshilapin added this pull request to the merge queue May 17, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks May 17, 2024
@woshilapin woshilapin added this pull request to the merge queue May 17, 2024
Merged via the queue into dev with commit 8bcaee1 May 17, 2024
17 checks passed
@woshilapin woshilapin deleted the wsl/fix/editoast/remove-payload-from-telemetry branch May 17, 2024 16:09
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.

3 participants