JohnNiang commented on a change in pull request #4344: supprt gRPC alarm hook.
URL: https://github.com/apache/skywalking/pull/4344#discussion_r377652539
 
 

 ##########
 File path: 
oap-server/server-alarm-plugin/src/main/java/org/apache/skywalking/oap/server/core/alarm/provider/grpc/GRPCAlarmSetting.java
 ##########
 @@ -27,4 +28,20 @@
 public class GRPCAlarmSetting extends ModuleConfig {
     private String targetHost;
     private int targetPort;
+
+    @Override
+    public boolean equals(final Object o) {
 
 Review comment:
   `equals` and `hashCode` methods could be replaced by Lombok annotation: 
`@EqualsAndHashCode(callSuper = false)`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to