Prometheus exporter built on top of `nvitop`.
Project description
nvitop-exporter
Prometheus exporter built on top of nvitop.
Quickstart
Start the exporter with the following command:
uvx nvitop-exporter --bind-address 0.0.0.0 --port 5050
# or
pipx run nvitop-exporter --bind-address 0.0.0.0 --port 5050
Then you can access the metrics at http://localhost:5050/metrics.
You will need to configure Prometheus to scrape the metrics from the exporter.
scrape_configs:
- job_name: 'nvitop-exporter'
static_configs:
- targets: ['localhost:5050']
Grafana Dashboard
A Grafana dashboard is provided to visualize the metrics collected by the exporter.
The source of the dashboard is dashboard.json.
The Grafana dashboard can also be imported as by ID 22589.
If you are using docker-compose, you can start a dashboard at http://localhost:3000 with the following command:
cd nvitop-exporter/grafana
docker compose up --build --detach
The Grafana dashboard for the exporter.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nvitop_exporter-1.6.2.tar.gz.
File metadata
- Download URL: nvitop_exporter-1.6.2.tar.gz
- Upload date:
- Size: 14.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e546cee83aac786d37045670d9b0b0d672a8a2752c41edecfdabb3a452691adc
|
|
| MD5 |
61f46600fe32cb991b9eafbe2203b182
|
|
| BLAKE2b-256 |
8a3a20331c1bb1a92a95c24b20a3210bfbb7e59566f350ce4bcfeedbc0eb7802
|
File details
Details for the file nvitop_exporter-1.6.2-py3-none-any.whl.
File metadata
- Download URL: nvitop_exporter-1.6.2-py3-none-any.whl
- Upload date:
- Size: 16.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97a6ef012524ebf8ff8794933cc17aed6d45c41d373b6c61fea843ba45dff1d4
|
|
| MD5 |
3e841e840af26dbcd6fe9957086725a0
|
|
| BLAKE2b-256 |
d8b24fb1298132e05cb1d6282f99b12702140f5fe165894b69cf51c0f478a133
|