You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OpenTelemetry Protocol (OTLP) underlying gRPC is one of general-purpose telemetry data delivery protocol designed in the scope of the OpenTelemetry project.
228
+
Add OTLP configs in `.env` file, your .env will be updated to
229
+
230
+
```dotenv
231
+
# ... no change in other env variables
232
+
233
+
# tracing configs
234
+
TRACE_EXPORTER=otlp
235
+
TRACER_URL=localhost:4317
236
+
```
237
+
225
238
Open {% new-tab-link title="zipkin" href="http://localhost:16686/trace/" /%} and search by TraceID (correlationID) to see the trace.
0 commit comments