Skip to content

Commit 51df185

Browse files
Add drm collector to start having metrics from AMD GPUs (#190)
Even that not all servers have AMD GPUs the impact in terms of performance for time of collecting metrics is not considerable.
1 parent 09e390c commit 51df185

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/charm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ def _additional_integrations(self) -> Dict[str, Any]:
418418
else "/var/lib/snapd/hostfs",
419419
"enabled": True,
420420
"enable_collectors": [
421+
"drm",
421422
"logind",
422423
"systemd",
423424
"mountstats",

0 commit comments

Comments
 (0)