grpc
configUpdate
Property name | Value |
---|---|
Application name | grpc |
Event name | configUpdate |
Default severity | informational |
Message format string | gRPC server name configuration updated. |
Cause | A configuration change has been made in the mentioned grpc server, resulting in gRPC server configuration being regenerated. |
Effect | May result in gRPC server start or stop depending on the configuration change. |
grpcServerStart
Property name | Value |
---|---|
Application name | grpc |
Event name | grpcServerStart |
Default severity | informational |
Message format string | gRPC server name started for network instance network_instance source address source_address port number grpc_socket. |
Cause |
gRPC server has started for the mentioned network instance, source address and port number. |
Effect | gRPC server is ready to receive and process requests for the mentioned network instance, source address and port number. |
grpcServerStop
Property name | Value |
---|---|
Application name | grpc |
Event name | grpcServerStop |
Default severity | informational |
Message format string | gRPC server name stopped for network network_instance source address source_address port number grpc_socket. |
Cause |
gRPC server has stopped for the mentioned network instance, source address and port number. |
Effect | gRPC server is not ready to receive and process requests for the mentioned network instance, source address and port number. |
subscriptionEnd
Property name | Value |
---|---|
Application name | grpc |
Event name | subscriptionEnd |
Default severity | informational |
Message format string | Subscription for path(s) paths requested by peer_address:socket has finished. |
Cause | A subscription has finished based on the request from mentioned peer. |
Effect | none. |
subscriptionRequestReceived
Property name | Value |
---|---|
Application name | grpc |
Event name | subscriptionRequestReceived |
Default severity | informational |
Message format string | Subscription request from peer peer_address:socket is received. |
Cause | A subscription request is received from the mentioned peer. |
Effect | gRPC server will process the request. |
subscriptionStart
Property name | Value |
---|---|
Application name | grpc |
Event name | subscriptionStart |
Default severity | informational |
Message format string | Subscription for path(s) paths requested by peer_address:socket has started. |
Cause | A subscription has started based on the request from mentioned peer. |
Effect | none. |
unixSocketGrpcOperDown
Property name | Value |
---|---|
Application name | grpc |
Event name | unixSocketGrpcOperDown |
Default severity | critical |
Message format string | Unix domain socket of gRPC server name is no longer operational. |
Cause |
The Unix domain socket of gRPC server has transitioned from any other operational state to the down state. |
Effect | Unix domain socket of gRPC server is now down. |
unixSocketGrpcOperUp
Property name | Value |
---|---|
Application name | grpc |
Event name | unixSocketGrpcOperUp |
Default severity | warning |
Message format string | Unix domain socket of gRPC server name is operational. |
Cause |
The Unix domain socket of gRPC server has transitioned from any other operational state to the up state. |
Effect | Unix domain socket of gRPC server is now up. |