Monitoring: Statsd Metrics
by Camptocamp http://www.camptocamp.com , Odoo Community Association (OCA) http://www.camptocamp.com
Odoo
Included Dependencies | Show |
Technical Name |
monitoring_statsd |
License | AGPL-3 |
Website | http://www.camptocamp.com |
Also available in version | v 10.0 v 12.0 |
Monitoring: Statsd metrics
Send metrics to a Statsd (or Statsd compatible) server.
- Currently, it sends:
- time taken to process a click on a button
- time taken to process a workflow signal
- time taken by other requests
Configuration
Activate with the environment variable:
- ODOO_STATSD=1
Configure Statsd:
- STATSD_HOST=host
- STATSD_PORT=port
Configure differentiator:
- STATSD_CUSTOMER must contain the name of the client
- STATSD_ENVIRONMENT might contain the name of the environment, by default, it will use the server_environment's one
Please log in to comment on this module