mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[PR #159] [MERGED] feat(exporter): add Dockerfile and docker-compose template for nvitop-exporter #179
Labels
No labels
api
bug
bug
cli / tui
dependencies
documentation
documentation
documentation
duplicate
enhancement
exporter
invalid
pull-request
pynvml
question
question
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/nvitop#179
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/XuehaiPan/nvitop/pull/159
Author: @gianfranco-s
Created: 4/10/2025
Status: ✅ Merged
Merged: 5/26/2025
Merged by: @XuehaiPan
Base:
main← Head:nvitop-exporter-dockerfile📝 Commits (10+)
254716fAdd exporter Dockerfilebc1f5feUse newest syntax for docker buildx build8d7a312Clarify use of --network=hostc93ee29Improve grammar host network usagef5b915bAdd grafana deploymenta8be71bImport from NVIDIA4fc2b3eRemove old comment from exporter README5e19aefImprove instructionsae6d8ccMove dashboard to nvitop-grafana/5ba34d6Add instructions to import dashboard rather than provision it📊 Changes
11 files changed (+124 additions, -15 deletions)
View changed files
📝
CHANGELOG.md(+1 -1)📝
Dockerfile(+5 -10)📝
README.md(+9 -3)➕
nvitop-exporter/Dockerfile(+21 -0)📝
nvitop-exporter/README.md(+8 -1)➕
nvitop-exporter/grafana/Dockerfile(+10 -0)📝
nvitop-exporter/grafana/dashboard.json(+0 -0)➕
nvitop-exporter/grafana/dashboard.yml(+9 -0)➕
nvitop-exporter/grafana/datasource.yml(+10 -0)➕
nvitop-exporter/grafana/docker-compose.yml(+43 -0)➕
nvitop-exporter/grafana/prometheus.yml(+8 -0)📄 Description
Issue Type
Runtime Environment
Not really necessary when using Docker.
nvitopversion or commit: main@254716f1aeaa656401e3978112ad64be6be007f4python-ml-pyversion: -Description
Motivation and Context
Changes required to start the exporter in a docker container, without interactive installs.
Testing
No other areas are affected.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
nvidia-ml-pyand prefernvitop[cudaXX]instead #188