Learn how to export traces from the TensorZero Gateway to an external OpenTelemetry-compatible observability system.
export.otlp.traces.enabled
in the [gateway]
section of the tensorzero.toml
configuration file:OTEL_EXPORTER_OTLP_TRACES_ENDPOINT
environment variable in the gateway container to the endpoint of your OpenTelemetry service.Example: TensorZero Gateway and Jaeger with Docker Compose
/metrics
.
This endpoint includes metrics about the gateway itself rather than the data processed by the gateway.
See Auxiliary Endpoints for more details.