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() {
78
78
// finished dialing tcp :6379
79
79
// starting processing: <[hello 3]>
80
80
// 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]>
81
83
// pipeline finished processing: [[ping] [ping]]
82
84
}
83
85
@@ -99,6 +101,8 @@ func ExampleClient_Watch_instrumentation() {
99
101
// finished dialing tcp :6379
100
102
// starting processing: <[hello 3]>
101
103
// 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]>
102
106
// finished processing: <[watch foo]>
103
107
// starting processing: <[ping]>
104
108
// finished processing: <[ping]>
You can’t perform that action at this time.
0 commit comments