grpc / grpc/grpc.io

Per transport endpoint stats for performance profiling

Open
#1,337 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
479
Forks
545
Avg merge
2d 7h
Merged PRs (30d)
5

Description

All the current stats provided by gRPC appear to be either per-stream or global. Stats about the underlying activity of the transport endpoint implementation (e.g. number of write syscalls, sizes of writes) would be helpful for consumers of gRPC to determine if they're using its facilities efficiently (e.g. comparing the number of messages sent on streams with the number of writes done on those streams, to determine if sufficient concurrent writes are being made to aggregate sends efficiently).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.