I am trying to add a dashboard to demonstrate the success percentage graph and error percentage graph in the dashboard in azure app insight. What is the best option to do this?
I try to use metric to keep track of error count and request count and I think I can use error count/request count to get the dashboard. How, app insight doesn’t allow me to make query based on custom metric. What is the best options? Our traffic could be huge. What are the best practices?