From 6e35ff00f5541e98b18b4d09f44ae6ee0c92b2f8 Mon Sep 17 00:00:00 2001 From: Gabriel Cocenza Date: Wed, 25 Sep 2024 16:02:23 -0300 Subject: [PATCH] Add drm collector to start having metrics from AMD GPUs Even that not all servers have AMD GPUs the impact in terms of performance for time of collecting metrics is not considerable. --- src/charm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/charm.py b/src/charm.py index 6cad16f..69c4a03 100755 --- a/src/charm.py +++ b/src/charm.py @@ -418,6 +418,7 @@ def _additional_integrations(self) -> Dict[str, Any]: else "/var/lib/snapd/hostfs", "enabled": True, "enable_collectors": [ + "drm", "logind", "systemd", "mountstats",