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)
- Nothing yet
1.0.0 (2020-05-12)
Initial release
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file udata_metrics-1.0.1.dev53-py2.py3-none-any.whl
.
File metadata
- Download URL: udata_metrics-1.0.1.dev53-py2.py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d85ff2350ab4e7e3e24bbf6d9fa8a291a7c4842a819711626f7b846b4620ac7a |
|
MD5 | 1144b9b8041a266de287f4b6bcee5411 |
|
BLAKE2b-256 | 7fb39b7c197a4dd1ba7d9a4a450b6326074fd831ed5e1d8c2a72058fe97b0221 |