From 1b0e642788de06f41bfade098667d0ce56884429 Mon Sep 17 00:00:00 2001 From: Hannah Troisi Date: Wed, 22 Jun 2022 13:52:15 -0700 Subject: [PATCH] Clarify HTTP2 support. Signed-off-by: Hannah Troisi --- content/en/01-about-pixie/02-data-sources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/01-about-pixie/02-data-sources.md b/content/en/01-about-pixie/02-data-sources.md index b6bf6549..9337f2c5 100644 --- a/content/en/01-about-pixie/02-data-sources.md +++ b/content/en/01-about-pixie/02-data-sources.md @@ -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 | |