Skip to content

Commit cf4fe44

Browse files
committed
Simplify instrumentation XML.
All the other methods eventually delegate to this one.
1 parent 7ca9c2c commit cf4fe44

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

contrib/NewRelic/MySqlConnector.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,7 @@
99
<tracerFactory name="SqlCommandTracerAsync">
1010
<!-- MySqlConnector -->
1111
<match assemblyName="MySqlConnector" className="MySql.Data.MySqlClient.MySqlCommand">
12-
<exactMethodMatcher methodName="ExecuteReaderAsync" parameters="System.Data.CommandBehavior,System.Threading.CancellationToken" />
13-
<exactMethodMatcher methodName="ExecuteNonQueryAsync" parameters="System.Threading.CancellationToken" />
14-
<exactMethodMatcher methodName="ExecuteScalarAsync" parameters="System.Threading.CancellationToken" />
1512
<exactMethodMatcher methodName="ExecuteReaderAsync" parameters="System.Data.CommandBehavior,MySqlConnector.Protocol.Serialization.IOBehavior,System.Threading.CancellationToken" />
16-
<exactMethodMatcher methodName="ExecuteNonQueryAsync" parameters="MySqlConnector.Protocol.Serialization.IOBehavior,System.Threading.CancellationToken" />
17-
<exactMethodMatcher methodName="ExecuteScalarAsync" parameters="MySqlConnector.Protocol.Serialization.IOBehavior,System.Threading.CancellationToken" />
1813
</match>
1914
</tracerFactory>
2015

0 commit comments

Comments
 (0)