Skip to content

Commit

Permalink
Add drm collector to start having metrics from AMD GPUs
Browse files Browse the repository at this point in the history
Even that not all servers have AMD GPUs the impact in terms of
performance for time of collecting metrics is not considerable.
  • Loading branch information
gabrielcocenza committed Sep 25, 2024
1 parent 699e3d7 commit 6e35ff0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ def _additional_integrations(self) -> Dict[str, Any]:
else "/var/lib/snapd/hostfs",
"enabled": True,
"enable_collectors": [
"drm",
"logind",
"systemd",
"mountstats",
Expand Down

0 comments on commit 6e35ff0

Please sign in to comment.