Add statsd metrics addon

This commit is contained in:
Guewen Baconnier
2016-11-04 10:30:10 +01:00
parent 23634feb46
commit d53ef3de37
6 changed files with 152 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# -*- coding: utf-8 -*-
# Copyright 2016 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{'name': 'Monitoring: Statsd Metrics',
'version': '9.0.1.0.0',
'author': 'Camptocamp',
'license': 'AGPL-3',
'category': 'category',
'depends': ['base',
'web',
'server_environment',
],
'website': 'http://www.camptocamp.com',
'data': [],
'external_dependencies': {
'python': ['statsd'],
},
'installable': True,
}