Skip to content

Instantly share code, notes, and snippets.

View bobend's full-sized avatar
📺
streaming

Bo Bendtsen bobend

📺
streaming
View GitHub Profile
@nickfloyd
nickfloyd / newrelic_mongoDB.xml
Last active August 29, 2015 13:56
New Relic Extension xml MongoDB for the 10gen driver
<?xml version="1.0" encoding="utf-8"?>
<extension xmlns="urn:newrelic-extension">
<instrumentation>
<!-- instrument MongoDB.Driver.Collection -->
<tracerFactory metricName="Mongo">
<match assemblyName="MongoDB.Driver" className="MongoDB.Driver.Collection">
<exactMethodMatcher methodName="Count" />
<exactMethodMatcher methodName="Count" parameters="MongoDB.Driver.Document" />
<exactMethodMatcher methodName="FindAll" />
<exactMethodMatcher methodName="FindOne" parameters="MongoDB.Driver.Document" />