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
228
229
+
Add OTLP configs in `.env` file, your .env will be updated to
230
230
```dotenv
231
231
# ... no change in other env variables
232
232
@@ -238,7 +238,7 @@ TRACER_URL=localhost:4317
238
238
Open {% new-tab-link title="zipkin" href="http://localhost:16686/trace/" /%} and search by TraceID (correlationID) to see the trace.
0 commit comments