Skip to content

Commit 6a8cf3e

Browse files
committed
chore: fix examples
1 parent 3e4ae80 commit 6a8cf3e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

example_instrumentation_test.go

+4
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ func ExamplePipeline_instrumentation() {
6464
return nil
6565
})
6666
// Output: pipeline starting processing: [ping: ping: ]
67+
// dialing tcp :6379
68+
// finished dialing tcp :6379
6769
// pipeline finished processing: [ping: PONG ping: PONG]
6870
}
6971

@@ -80,6 +82,8 @@ func ExampleClient_Watch_instrumentation() {
8082
}, "foo")
8183
// Output:
8284
// starting processing: <watch foo: >
85+
// dialing tcp :6379
86+
// finished dialing tcp :6379
8387
// finished processing: <watch foo: OK>
8488
// starting processing: <ping: >
8589
// finished processing: <ping: PONG>

0 commit comments

Comments
 (0)