tech-docs

Technical documentation for ArchivesSpace

View the Project on GitHub archivesspace/tech-docs

Application monitoring with New Relic

New Relic is an application performance monitoring tool (amongst other things).

To use with ArchivesSpace you must:

For example, in config.rb:

## You may have other plugins
AppConfig[:plugins] = ['local', 'newrelic']

AppConfig[:newrelic_key] = "enteryourkeyhere"
AppConfig[:newrelic_app_name] = "ArchivesSpace"

Within a few minutes the application should be visible in the New Relic dashboard with data being collected.