Replies: 1 comment 8 replies
-
What kinds of errors are you seeing/expect to see as a failed invocation? SqlClient errors or something else? And then are you using SQL input/output bindings, SQL trigger bindings, or both? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are having issues logging filesystem errors to Application Insights. When streaming filesystem logs, we clearly see errors in the output, but we have not found a way to monitor them.
We are also not seeing the failed invocation count go up when errors are reported in filesystem logs. The invocation success count is going up, but not the error count.
To summarize, when things work well, all the successes are logged to Application Insights, but not the errors. What can we do to solve that?
Beta Was this translation helpful? Give feedback.
All reactions