Skip to content

Commit

Permalink
Update monitoring_prometheus/models/psutils_helpers.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Fayolle <[email protected]>
  • Loading branch information
vrenaville and gurneyalex authored Aug 2, 2024
1 parent b479442 commit c9433a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitoring_prometheus/models/psutils_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

MEMORY_USAGE_VMS = Gauge("memory_user_vms_mb", "Memory usage in MB", ["process", "pid"])

MEMORY_USAGE_RSS = Gauge("memory_user_rss_mb", "Memory usage in MB", ["process", "pid"])
MEMORY_USAGE_RSS = Gauge("odoo_worker_memory_user_rss_mb", "Memory usage in MB", ["process", "pid"])


def get_process_info():
Expand Down

0 comments on commit c9433a3

Please sign in to comment.