[13.0][ADD] monitoring_prometheus (#239)

[13.0][ADD] monitoring_prometheus
This commit is contained in:
Patrick Tombez
2021-08-04 11:16:46 +02:00
committed by GitHub
co-authored by GitHub
parent 636c824bd1
commit 6d5a6edd5c
8 changed files with 95 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# Copyright 2016-2019 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{
"name": "Monitoring: Prometheus Metrics",
"version": "13.0.1.0.0",
"author": "Camptocamp,Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "category",
"depends": [
"base",
"web",
"server_environment",
],
"website": "http://www.camptocamp.com",
"data": [],
"external_dependencies": {
"python": ["prometheus_client"],
},
"installable": True,
}