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

add basic functionality for server and client stats #3

Merged
merged 3 commits into from
Jun 14, 2022

Conversation

cyinma
Copy link
Contributor

@cyinma cyinma commented Jun 10, 2022

fixes TCN-162

this add the basic stats tracking functionality for both server and client

tags that are untracked currently:

  1. status for server completed RPC
  2. method for client round trip latency
  3. method and status for client completed RPC

we might need to additionally track the latency ourselves to track the above tags (which we are using the latency data from ochttp currently)

@linear
Copy link

linear bot commented Jun 10, 2022

Copy link

@doriable doriable left a comment

Choose a reason for hiding this comment

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

This looks good to me, I just have one nit, but approving :)

occonnect.go Outdated Show resolved Hide resolved
@cyinma cyinma merged commit 6084dfd into main Jun 14, 2022
@cyinma cyinma deleted the cyinma/basic-functionality branch June 14, 2022 23:27
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.

2 participants