Skip to main content

Connexion handler to metrics service for udata

Project description

udata-metrics

This plugin handles the connexion to an InfluxDB service for udata. It provides a client to store and to retrieve views and hits generated by users before injecting them in udata's objects metrics.

Installation

Install udata.
Install udata-piwik.

Remain in the same virtual environment (for Python).

Install udata-metrics:

pip install udata-metrics

Modify your local configuration file of udata (typically, udata.cfg) as following:

PLUGINS = ['metrics']
METRICS_DSN = {
    'host': 'localhost',
    'port': '8086',
    'username': 'johndoe',
    'password': 'youwillneverguess',
    'database': 'metrics_db'
}

Changelog

Current (in progress)

Initial release

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

udata_metrics-0.1.1.dev46-py2.py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 2 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