Skip to content

Commit 8c53ae7

Browse files
authored
Add Javadoc since for GrpcObservationDocumentation.GrpcServerEvents.CANCELLED (#5483)
1 parent 3a60c3e commit 8c53ae7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

micrometer-core/src/main/java/io/micrometer/core/instrument/binder/grpc/GrpcObservationDocumentation.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ public String getName() {
122122
}
123123

124124
},
125+
/**
126+
* For a canceled event.
127+
* @since 1.14.0
128+
*/
125129
CANCELLED {
126130
@Override
127131
public String getName() {

0 commit comments

Comments
 (0)