django-newrelic-plugin-agent

Publish arbitrary metrics to New Relic from within Django application


License
MIT
Install
pip install django-newrelic-plugin-agent==0.3.0

Documentation

https://travis-ci.org/ambitioninc/django-newrelic-plugin-agent.png https://coveralls.io/repos/github/ambitioninc/django-newrelic-plugin-agent/badge.svg?branch=master

Django New Relic Plugin Agent

Publish arbitrary metrics to New Relic without having to build plugins with the New Relic SDK (Java, .NET)

https://docs.newrelic.com/docs/plugins/plugin-developer-resources/developer-reference/plugin-api-specification

Installation

To install the latest release, type:

pip install django-newrelic-plugin-agent

To install the latest code directly from source, type:

pip install git+git://github.com/ambitioninc/django-newrelic-plugin-agent.git

Documentation

Full documentation is available at http://django-newrelic-plugin-agent.readthedocs.org

License

MIT License (see LICENSE)