Skip to content

Commit

Permalink
Add drm collector to start having metrics from AMD GPUs (#190)
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 authored Oct 18, 2024
1 parent 09e390c commit 51df185
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 51df185

Please sign in to comment.