I have one cloud service running on the server. Here is what I want, first thing, I want Performance counters for that cloud service and second thing, I want the exceptions occurred for that cloud service. Currently, I am getting Performance counters when I go to Log Search in OMS using "Type=Perf" query. And exceptions data I am getting in Application Insights solution in OMS. But I want this both data Performance counters and exceptions in a single place in OMS, and they must be correlated with each other, like which cloud service is running on which server and what amount of CPU it is using and what exceptions are there for that service.
Its difficult to correlate this data for me, any help would be appreciated. Thanks.