Skip to content

Commit

Permalink
Update the filters to match the description (#4242)
Browse files Browse the repository at this point in the history
According to the description the filters on duration should be set to 10000000 microseconds.
  • Loading branch information
IJeb Reitsma authored and potatoqualitee committed Oct 18, 2018
1 parent 50df11e commit 74e2a2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/XEtemplates/Long Running Queries.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<leaf>
<comparator name="greater_than_equal_uint64" package="package0" />
<event name="rpc_completed" package="sqlserver" field="duration" />
<value>1000000</value>
<value>10000000</value>
</leaf>
</and>
</predicate>
Expand Down Expand Up @@ -61,7 +61,7 @@
<leaf>
<comparator name="greater_than_equal_uint64" package="package0" />
<event name="sql_batch_completed" package="sqlserver" field="duration" />
<value>500000</value>
<value>10000000</value>
</leaf>
</and>
</predicate>
Expand All @@ -72,4 +72,4 @@
</target>
<target package="package0" name="ring_buffer" />
</event_session>
</event_sessions>
</event_sessions>

0 comments on commit 74e2a2b

Please sign in to comment.