Monitor grpc traffic via devtools
Open
from: survey
new feature
P2
screen: network
- Dominant language
- Dart
- Stars
- 1.7k
- Forks
- 404
- Avg merge
- 6d 17h
- Merged PRs (30d)
- 18
Description
Currently devtools can monitor HTTP traffic. Some transport implementations (in particular package:grpc) operate directly on dart:io Socket. The ideal goal of this would be:
- Monitor socket traffic.
- Be able to interpret and decode grpc traffic (protos) and show details about the payload in the tooling
@yohanln has mentioned this would be a good intern project.
Contributor guide
Assessment
This issue has not been assessed yet.