File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,8 @@ func ExamplePipeline_instrumentation() {
7878 // finished dialing tcp :6379
7979 // starting processing: <[hello 3]>
8080 // finished processing: <[hello 3]>
81+ // starting processing: <[client maint_notifications on moving-endpoint-type external-ip]>
82+ // finished processing: <[client maint_notifications on moving-endpoint-type external-ip]>
8183 // pipeline finished processing: [[ping] [ping]]
8284}
8385
@@ -99,6 +101,8 @@ func ExampleClient_Watch_instrumentation() {
99101 // finished dialing tcp :6379
100102 // starting processing: <[hello 3]>
101103 // finished processing: <[hello 3]>
104+ // starting processing: <[client maint_notifications on moving-endpoint-type external-ip]>
105+ // finished processing: <[client maint_notifications on moving-endpoint-type external-ip]>
102106 // finished processing: <[watch foo]>
103107 // starting processing: <[ping]>
104108 // finished processing: <[ping]>
You can’t perform that action at this time.
0 commit comments