Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 552 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 552 Bytes

###RavenRelic Add RavenDb profiling data to your New Relic stats.

NuGet package coming soon

Once built and referenced in your web application, attaching the logging to your instance is as simple as.

var store = new DocumentStore();  
store.Initialize();  
RavenRelic.Monitor.AttachTo(store);

To access the logged data in your New Relic console, you will need to add a "Custom View".
See SampleView.txt for an example to get you started.

####Links