Skip to content

Commit 52cffda

Browse files
committed
update otlp trace export doc
1 parent b11588e commit 52cffda

File tree

1 file changed

+13
-0
lines changed
  • docs/quick-start/observability

1 file changed

+13
-0
lines changed

docs/quick-start/observability/page.md

+13
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,19 @@ TRACE_EXPORTER=jaeger
222222
TRACER_URL=localhost:14317
223223
```
224224

225+
#### 3. [OpenTelemetry Protocol](https://opentelemetry.io/docs/specs/otlp/):
226+
227+
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+
225238
Open {% new-tab-link title="zipkin" href="http://localhost:16686/trace/" /%} and search by TraceID (correlationID) to see the trace.
226239
{% figure src="/jaeger-traces.png" alt="Jaeger traces" /%}
227240

0 commit comments

Comments
 (0)