rappen / PluginTraceViewer

Investigate the Microsoft Dataverse Plugin Trace Log with easy filtering and display possibilities
https://JonasR.app/PTV
GNU General Public License v3.0
12 stars 5 forks source link

Quick stats of trace log #87

Open rappen opened 4 years ago

rappen commented 4 years ago

Ask this query to get some quick overview of log range:

<fetch aggregate='true' >
  <entity name='plugintracelog' >
    <attribute name='plugintracelogid' alias='Count' aggregate='count' />
    <attribute name='performanceexecutionstarttime' alias='First' aggregate='min' />
    <attribute name='performanceexecutionstarttime' alias='Last' aggregate='max' />
  </entity>
</fetch>