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

Op telemetry point improvement #7983

Closed
Tracked by #8687
curtisman opened this issue Oct 25, 2021 · 2 comments
Closed
Tracked by #8687

Op telemetry point improvement #7983

curtisman opened this issue Oct 25, 2021 · 2 comments

Comments

@curtisman
Copy link
Member

curtisman commented Oct 25, 2021

Currently we have OpRoundtripTime and InboundOpsProcessingTime to measure the op perf lifecycle (sent from client -> server -> back to client, and processing)

  • We should synchronize the sampling of these so we can have correlated samples (and probably a single telemetry point for them)
  • In addition to the overall time and inbound ops processing time, we should measure when the op got back to the delta queue to measure the actual round trip of the ops.
  • Including the reference sequence number will also tell us and segregate whether the ops roundtrip is delayed by other ops.
@vladsud
Copy link
Contributor

vladsud commented Nov 4, 2021

#7312 suggests that measuring latency at DeltaManager level ("raw") and at container runtime level (what we have today) would be advantageous to both have accurate numbers, but also to learn where in whole pipeline we have issues. For example, it's pretty clear that many issues that we see with latencies (as measured today) for op processing, and join op processing in particular are due to container runtime pausing op processing

@ghost
Copy link

ghost commented May 4, 2022

This issue has been automatically marked as stale because it has had no activity for 180 days. It will be closed if no further activity occurs within 8 days of this comment. Thank you for your contributions to Fluid Framework!

@ghost ghost closed this as completed May 12, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants