Metadata-Version: 2.1
Name: django-newrelic-plugin-agent
Version: 0.5.0
Summary: Publish arbitrary metrics to New Relic from within Django application
Home-page: https://github.com/ambitioninc/django-newrelic-plugin-agent
Author: Ryan Bales
Author-email: opensource@ambition.com
License: MIT
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.0
Classifier: Framework :: Django :: 4.1
Classifier: Framework :: Django :: 4.2
License-File: LICENSE

.. image:: https://travis-ci.org/ambitioninc/django-newrelic-plugin-agent.png
   :target: https://travis-ci.org/ambitioninc/django-newrelic-plugin-agent

.. image:: https://coveralls.io/repos/github/ambitioninc/django-newrelic-plugin-agent/badge.svg?branch=master
    :target: https://coveralls.io/github/ambitioninc/django-newrelic-plugin-agent?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)
