Skip to content

Commit f128492

Browse files
committed
add new line and change order number
1 parent 52cffda commit f128492

File tree

1 file changed

+2
-2
lines changed
  • docs/quick-start/observability

1 file changed

+2
-2
lines changed

docs/quick-start/observability/page.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ TRACER_URL=localhost:14317
225225
#### 3. [OpenTelemetry Protocol](https://opentelemetry.io/docs/specs/otlp/):
226226

227227
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
229228

229+
Add OTLP configs in `.env` file, your .env will be updated to
230230
```dotenv
231231
# ... no change in other env variables
232232
@@ -238,7 +238,7 @@ TRACER_URL=localhost:4317
238238
Open {% new-tab-link title="zipkin" href="http://localhost:16686/trace/" /%} and search by TraceID (correlationID) to see the trace.
239239
{% figure src="/jaeger-traces.png" alt="Jaeger traces" /%}
240240

241-
#### 3. [GoFr Tracer](https://tracer.gofr.dev/):
241+
#### 4. [GoFr Tracer](https://tracer.gofr.dev/):
242242

243243
GoFr tracer is GoFr's own custom trace exporter as well as collector. You can search a trace by its TraceID (correlationID)
244244
in GoFr's own tracer service available anywhere, anytime.

0 commit comments

Comments
 (0)