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

fix: add compress mechanism + fix the trace length + support New Relic APM #17

Merged
merged 5 commits into from
Jan 20, 2023

Conversation

VineyAT
Copy link
Contributor

@VineyAT VineyAT commented Jan 18, 2023

Description

  • support New Relic APM
  • add compress mechanism for Marshal() and Unmarshal() function
  • fix the trace length is ~10x times of the cache size

@codecov
Copy link

codecov bot commented Jan 18, 2023

Codecov Report

Merging #17 (17823cb) into master (8d7a414) will decrease coverage by 3.84%.
The diff coverage is 48.14%.

❗ Current head 17823cb differs from pull request most recent head 7ad28fc. Consider uploading reports for the commit 7ad28fc to get more accurate results

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
- Coverage   90.23%   86.40%   -3.84%     
==========================================
  Files          11       12       +1     
  Lines         553      603      +50     
==========================================
+ Hits          499      521      +22     
- Misses         30       56      +26     
- Partials       24       26       +2     
Impacted Files Coverage Δ
marshaler.go 44.00% <44.00%> (ø)
redis.go 92.06% <100.00%> (ø)
tinylfu.go 88.52% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@viney-shih viney-shih changed the title fix: multiple patches fix: add compress mechanism + fix the trace length + support New Relic APM Jan 20, 2023
@viney-shih viney-shih merged commit 49fc89b into master Jan 20, 2023
@viney-shih viney-shih deleted the fix/several-patches branch January 20, 2023 10:23
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.

None yet

2 participants