feat: add memory monitoring for prometheus (#481)

This commit is contained in:
Vincent Renaville
2025-02-04 10:54:34 +01:00
committed by GitHub
co-authored by GitHub
parent 28afe2dfae
commit 5fe59ffae3
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,
}