From 3659b934329534b27ff7292f1f57d8c0596686a6 Mon Sep 17 00:00:00 2001 From: Joe Elliott Date: Wed, 15 Nov 2023 09:57:45 -0500 Subject: [PATCH] undeprecate gprc streaming (#3142) Signed-off-by: Joe Elliott --- docs/sources/tempo/api_docs/_index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/sources/tempo/api_docs/_index.md b/docs/sources/tempo/api_docs/_index.md index db0cd7c9a41..41668032376 100644 --- a/docs/sources/tempo/api_docs/_index.md +++ b/docs/sources/tempo/api_docs/_index.md @@ -573,8 +573,6 @@ Exposes the build information in a JSON object. The fields are `version`, `revis ## Tempo GRPC API -**Deprecated** - Tempo uses GRPC to internally communicate with itself, but only has one externally supported client. The query-frontend component implements the streaming querier interface defined below. [See here](https://github.com/grafana/tempo/blob/main/pkg/tempopb/) for the complete proto definition and generated code.