From f16c3a7feeccec94f71f902b9e3a4122ef6435b3 Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Sun, 16 Oct 2022 11:28:12 +0300 Subject: [PATCH] chore: update example --- example/otel/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/example/otel/README.md b/example/otel/README.md index 03a6ff67..f2883207 100644 --- a/example/otel/README.md +++ b/example/otel/README.md @@ -40,6 +40,9 @@ UPTRACE_DSN=http://project2_secret_token@localhost:14317/2 go run client.go trace: http://localhost:14318/traces/ee029d8782242c8ed38b16d961093b35 ``` +You can also open Uptrace UI at [http://localhost:14318](http://localhost:14318) to view available +spans, logs, and metrics. + ## Links - [Uptrace open-source APM](https://uptrace.dev/get/open-source-apm.html)