Skip to content

Commit 8e73688

Browse files
committed
update example tests
1 parent a938edb commit 8e73688

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

example_instrumentation_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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]>

0 commit comments

Comments
 (0)