Exceptions are not automatically collected to Errors Inbox in gRPC servers #2589
Labels
community
To tag external issues and PRs
feature request
To tag an issue after triage that is a feature instead of TD
When an exception is thrown in a gRPC server's request, it is not automatically collected and sent to Errors Inbox.
Description
When an exception is thrown in a gRPC server's request, it is not automatically collected and sent to Errors Inbox. This is in contrast with Rest API when any unhandled exceptions are automatically collected by the agent and sent to NR in Errors Inbox. We are currently creating Alerts based on percentage of errors and have noticed no errors are reported for gRPC servers.
Expected Behavior
Unhandled gRPC exceptions should also be collected to Errors Inbox, similar to how exceptions in REST API.
Troubleshooting or NR Diag results
[NOTE]: # ( Provide any other relevant log data such as the agent and/or profiler logs, preferably at DEBUG level or higher. )
[TIP]: # ( Scrub logs and diagnostic information for sensitive information )
Steps to Reproduce
Your Environment
.NET Core on Linux
Additional context
[TIP]: # ( Add any other context about the problem here. For example, relevant community posts or support tickets. )
For Maintainers Only or Hero Triaging this bug
Suggested Priority (P1,P2,P3,P4,P5):
Suggested T-Shirt size (S, M, L, XL, Unknown):
The text was updated successfully, but these errors were encountered: