Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago

On-premises data gateway Monotoring

I need to create a report based on the logs of the gateways using Microsoft Template and I'm trying to change the property of two settings of the gateway : DisableQueryExecutionReport and DisableSystemCounterReport.

I need to :

- set "DisableQueryExecutionReport" to True

- set "DisableSystemCounterReport" to True

 

But when I search in the: On-premises data gateway\Microsoft.PowerBI.DataMovement.Pipeline.GatewayCore.dll.config

I can't find them

A

 

Anyone have an idea where to find them

2 Replies

  • v-cazheng-msft's avatar
    v-cazheng-msft
    Community Support

    Hi Anonymous,

     

    You may try manually add these two properties to this configure file. After the configuration, please don’t forget to restart the gateway.

    Here is a blog may help you: Monitor and optimize on-premises data gateway performance | by dataninja | Medium

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let me know. Thanks a lot!

     

    Best Regards,

    Community Support Team _ Caiyun

    • Anonymous's avatar
      Anonymous
      Not applicable

      Thank you