Skip to content

Commit dee5f59

Browse files
authored
added documentation that we only support gRPC endpoints (tensorzero#5043)
1 parent b04a5f8 commit dee5f59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/operations/export-opentelemetry-traces.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ export.otlp.traces.enabled = true
4646

4747
Set the `OTEL_EXPORTER_OTLP_TRACES_ENDPOINT` environment variable in the gateway container to the endpoint of your OpenTelemetry service.
4848

49+
<Note>
50+
TensorZero only supports gRPC endpoints for OTLP trace export. HTTP endpoints are not supported.
51+
</Note>
52+
4953
<Accordion title="Example: TensorZero Gateway and Jaeger with Docker Compose">
5054

5155
For example, if you're deploying the TensorZero Gateway and Jaeger in Docker Compose, you can set the following environment variable:

0 commit comments

Comments
 (0)