From 6a8cf3e9d84806bb60bc3a38a8614ecfceffa93f Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Thu, 13 Oct 2022 09:12:02 +0300 Subject: [PATCH] chore: fix examples --- example_instrumentation_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/example_instrumentation_test.go b/example_instrumentation_test.go index e03956e..a392133 100644 --- a/example_instrumentation_test.go +++ b/example_instrumentation_test.go @@ -64,6 +64,8 @@ func ExamplePipeline_instrumentation() { return nil }) // Output: pipeline starting processing: [ping: ping: ] + // dialing tcp :6379 + // finished dialing tcp :6379 // pipeline finished processing: [ping: PONG ping: PONG] } @@ -80,6 +82,8 @@ func ExampleClient_Watch_instrumentation() { }, "foo") // Output: // starting processing: + // dialing tcp :6379 + // finished dialing tcp :6379 // finished processing: // starting processing: // finished processing: