Technical documentation for ArchivesSpace
View the Project on GitHub archivesspace/tech-docs
New Relic is an application performance monitoring tool (amongst other things).
To use with ArchivesSpace you must:
newrelic
pluginFor example, in config.rb:
## You may have other plugins
AppConfig[:plugins] = ['local', 'newrelic']
AppConfig[:newrelic_key] = "enteryourkeyhere"
AppConfig[:newrelic_app_name] = "ArchivesSpace"
## For Linux/OSX
$ scripts/initialize-plugin.sh newrelic
## For Windows
% scripts\initialize-plugin.bat newrelic
Within a few minutes the application should be visible in the New Relic dashboard with data being collected.