Forum Discussion
Performance counter data for on Prem Analysis services is not populating
- Dec 18, 2019
Your issue is similar to this one:
Performance counters for SQL Analysis services are different based on the version and instance name. As described in the answer from the link you have to either add each counter for each version in your data source perf counters configuration in Log Analytics or you can use wild cards (*). For example: MSAS*:Memory(*)\Memory Limit High KB . That should allow gather the counter no matter what is the version. In case you have named instance that counter should look like this: MSOLAP$*:Memory(*)\Memory Limit High KB in order to get that counter no matter the instance name.
Your issue is similar to this one:
Performance counters for SQL Analysis services are different based on the version and instance name. As described in the answer from the link you have to either add each counter for each version in your data source perf counters configuration in Log Analytics or you can use wild cards (*). For example: MSAS*:Memory(*)\Memory Limit High KB . That should allow gather the counter no matter what is the version. In case you have named instance that counter should look like this: MSOLAP$*:Memory(*)\Memory Limit High KB in order to get that counter no matter the instance name.