We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e4ae80 commit 6a8cf3eCopy full SHA for 6a8cf3e
example_instrumentation_test.go
@@ -64,6 +64,8 @@ func ExamplePipeline_instrumentation() {
64
return nil
65
})
66
// Output: pipeline starting processing: [ping: ping: ]
67
+ // dialing tcp :6379
68
+ // finished dialing tcp :6379
69
// pipeline finished processing: [ping: PONG ping: PONG]
70
}
71
@@ -80,6 +82,8 @@ func ExampleClient_Watch_instrumentation() {
80
82
}, "foo")
81
83
// Output:
84
// starting processing: <watch foo: >
85
86
87
// finished processing: <watch foo: OK>
88
// starting processing: <ping: >
89
// finished processing: <ping: PONG>
0 commit comments