Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/01-about-pixie/02-data-sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Pixie automatically traces the following protocols:
| Protocol | Support | Notes |
| :------------ | :------------------ | :----------------------------- |
| HTTP | Supported | |
| HTTP2/gRPC | Partially Supported | Currently only for Golang apps with [debug information](/reference/admin/debug-info). |
| HTTP2 | Supported for [Golang gRPC](https://github.com/grpc/grpc-go) (with and without TLS). | Golang apps must have [debug information](/reference/admin/debug-info). |
| DNS | Supported | |
| NATS | Supported | Requires a NATS build with [debug information](/reference/admin/debug-info). |
| MySQL | Supported | |
Expand Down