Skip to content

Commit 85b64e5

Browse files
authored
Clarify HTTP2 support. (#204)
Signed-off-by: Hannah Troisi <htroisi@pixielabs.ai>
1 parent e204a33 commit 85b64e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/01-about-pixie/02-data-sources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Pixie automatically traces the following protocols:
3434
| Protocol | Support | Notes |
3535
| :------------ | :------------------ | :----------------------------- |
3636
| HTTP | Supported | |
37-
| HTTP2/gRPC | Partially Supported | Currently only for Golang apps with [debug information](/reference/admin/debug-info). |
37+
| 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). |
3838
| DNS | Supported | |
3939
| NATS | Supported | Requires a NATS build with [debug information](/reference/admin/debug-info). |
4040
| MySQL | Supported | |

0 commit comments

Comments
 (0)