From 517938a6b083b8d4ffbc9d46c0bd9df19f10ffaf Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Wed, 19 Oct 2022 15:30:35 +0300 Subject: [PATCH] chore: update example --- example/otel/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/otel/client.go b/example/otel/client.go index 458fe5c6..97cec2cb 100644 --- a/example/otel/client.go +++ b/example/otel/client.go @@ -22,7 +22,7 @@ func main() { uptrace.ConfigureOpentelemetry( // copy your project DSN here or use UPTRACE_DSN env var - // uptrace.WithDSN("https://AQDan_E_EPe3QAF9fMP0PiVr5UWOu4q5@uptrace.dev/1"), + // uptrace.WithDSN("http://project2_secret_token@localhost:14317/2"), uptrace.WithServiceName("myservice"), uptrace.WithServiceVersion("v1.0.0"),