Skip to main content

Publishes applipy metrics and logs to newrelic

Project 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.

# 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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

applipy_newrelic-0.3.0.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

applipy_newrelic-0.3.0-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page