Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat(spooler): Add metric to track serialization performance #4135

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

iambriccardo
Copy link
Member

@iambriccardo iambriccardo commented Oct 11, 2024

#skip-changelog

@iambriccardo iambriccardo marked this pull request as ready for review October 11, 2024 10:50
@iambriccardo iambriccardo requested a review from a team as a code owner October 11, 2024 10:50
@@ -538,6 +538,8 @@ pub enum RelayTimers {
BufferPop,
/// Timing in milliseconds for the time it takes for the buffer to drain its envelopes.
BufferDrain,
/// Timing in milliseconds for the time it takes for the envelopes to be serialized.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
/// Timing in milliseconds for the time it takes for the envelopes to be serialized.
/// Timing in milliseconds for the time it takes a batch of envelopes to be serialized.

@iambriccardo iambriccardo merged commit 2f2e7d0 into master Oct 11, 2024
25 checks passed
@iambriccardo iambriccardo deleted the riccardo/feat/add-metric-ser branch October 11, 2024 11:17
jan-auer added a commit that referenced this pull request Oct 21, 2024
* master:
  ref(server): Move project source into the source module (#4154)
  instr(buffer): Measure envelope size (#4153)
  ref(redis): Cleanup code around Redis (#4151)
  lint: Rust 1.82 (#4150)
  chore(server): Remove native placeholders from transaction processing (#4148)
  feat(eap): Extract user IP (#4144)
  Revert "ref(buffer): remove peek" (#4146)
  ref(buffer): remove peek (#4136)
  release: 24.10.0
  build(deps): bump tonic from 0.12.2 to 0.12.3 (#4143)
  instr(projects): Log fetch failure (#4142)
  ref(otel): Disable default features for otel schema (#4141)
  ref(server): Organize project services in nested modules (#4139)
  ref(redis): Update to redis client version 0.27.4 (#4132)
  feat(redis): Implement parallel cmd execution of Redis calls (#4118)
  feat(spooler): Add metric to track serialization performance (#4135)
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants