feat: add memory monitoring for prometheus

This commit is contained in:
vrenaville
2025-02-03 13:43:26 +01:00
parent da9918aee0
commit db128bb0ba
4 changed files with 45 additions and 2 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
{
"name": "Monitoring: Prometheus Metrics",
"version": "17.0.1.0.0",
"version": "18.0.1.0.0",
"author": "Camptocamp,Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "category",
@@ -18,5 +18,5 @@
"external_dependencies": {
"python": ["prometheus_client"],
},
"installable": False,
"installable": True,
}