Metadata-Version: 2.1
Name: applipy-newrelic
Version: 0.1.0
Summary: Publishes applipy metrics and logs to newrelic
Home-page: https://gitlab.com/applipy/applipy_newrelic
Author: Alessio Linares
Author-email: mail@alessio.cc
License: Apache 2.0
Project-URL: Source, https://gitlab.com/applipy/applipy_newrelic
Description: # Applipy New Relic
        
            pip install applipy_newrelic
        
        Send logs and metrics to New Relic.
        
        ## Usage
        
        Minimal applipy application definition using the New Relic module.
        
        ```yaml
        # dev.yaml
        
        app:
            name: demo
            modules:
                - applipy_newrelic.NewRelicModule
        
        newrelic:
          license: XXX  # required
          logs:
            enabled: true
            host: null
            port: 443
          metrics:
            enabled: true
            host: null
            port: 443
            report_interval: 60  # in seconds
            common_tags: {}
        ```
        
        Values in the example above are the default ones.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.6
Description-Content-Type: text/markdown
