1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

TRACING-4106: add note that tempo gateway service only supports OTLP/gRPC

Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>
This commit is contained in:
Andreas Gerstmayr
2024-04-22 13:43:40 +02:00
committed by openshift-cherrypick-robot
parent 1e6ca4f4c0
commit b385fd6c22

View File

@@ -9,6 +9,11 @@
Multitenancy with authentication and authorization is provided in the Tempo Gateway service.
The authentication uses OpenShift OAuth and the Kubernetes `TokenReview` API. The authorization uses the Kubernetes `SubjectAccessReview` API.
[NOTE]
====
The Tempo Gateway service supports ingestion of traces only via the OTLP/gRPC. The OTLP/HTTP is not supported.
====
.Sample Tempo CR with two tenants, `dev` and `prod`
[source,yaml]
----