Skip to content

Commit aabfdaa

Browse files
committed
update example tests
1 parent a938edb commit aabfdaa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

example_instrumentation_test.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ func Example_instrumentation() {
5757
// finished dialing tcp :6379
5858
// starting processing: <[hello 3]>
5959
// finished processing: <[hello 3]>
60+
// starting processing: <[client maint_notifications on moving-endpoint-type external-ip]>
61+
// finished processing: <[client maint_notifications on moving-endpoint-type external-ip]>
6062
// finished processing: <[ping]>
6163
}
6264

@@ -78,6 +80,8 @@ func ExamplePipeline_instrumentation() {
7880
// finished dialing tcp :6379
7981
// starting processing: <[hello 3]>
8082
// finished processing: <[hello 3]>
83+
// starting processing: <[client maint_notifications on moving-endpoint-type external-ip]>
84+
// finished processing: <[client maint_notifications on moving-endpoint-type external-ip]>
8185
// pipeline finished processing: [[ping] [ping]]
8286
}
8387

@@ -99,6 +103,8 @@ func ExampleClient_Watch_instrumentation() {
99103
// finished dialing tcp :6379
100104
// starting processing: <[hello 3]>
101105
// finished processing: <[hello 3]>
106+
// starting processing: <[client maint_notifications on moving-endpoint-type external-ip]>
107+
// finished processing: <[client maint_notifications on moving-endpoint-type external-ip]>
102108
// finished processing: <[watch foo]>
103109
// starting processing: <[ping]>
104110
// finished processing: <[ping]>

0 commit comments

Comments
 (0)