[PR #138] [MERGED] feat(exporter): add dashboard example #172

Closed
opened 2026-05-05 03:27:12 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/XuehaiPan/nvitop/pull/138
Author: @XuehaiPan
Created: 10/27/2024
Status: Merged
Merged: 12/29/2024
Merged by: @XuehaiPan

Base: mainHead: dashboard


📝 Commits (8)

  • 96c9751 feat(exporter): add dashboard example
  • 25b6d61 chore(pre-commit): update pre-commit hooks
  • ad8a454 feat(exporter): add process info
  • f89e990 feat(exporter): update dashboard example
  • ff6e8d6 feat(exporter): update dashboard example
  • f0ff1ec feat(exporter): update dashboard example
  • b955e6f feat(exporter): update dashboard example
  • 5340840 docs(README): update README.md for nvitop-exporter

📊 Changes

6 files changed (+2677 additions, -13 deletions)

View changed files

📝 .editorconfig (+1 -1)
📝 .pre-commit-config.yaml (+2 -2)
📝 README.md (+9 -0)
📝 nvitop-exporter/README.md (+28 -3)
nvitop-exporter/dashboard.json (+2602 -0)
📝 nvitop-exporter/nvitop_exporter/exporter.py (+35 -7)

📄 Description

Issue Type

  • Improvement/feature implementation

Description

Add an example JSON model for grafana dashboard.

Motivation and Context

Resolves #122

Images / Videos


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/XuehaiPan/nvitop/pull/138 **Author:** [@XuehaiPan](https://github.com/XuehaiPan) **Created:** 10/27/2024 **Status:** ✅ Merged **Merged:** 12/29/2024 **Merged by:** [@XuehaiPan](https://github.com/XuehaiPan) **Base:** `main` ← **Head:** `dashboard` --- ### 📝 Commits (8) - [`96c9751`](https://github.com/XuehaiPan/nvitop/commit/96c97514a117b960b1840b55e80d14072cdba3db) feat(exporter): add dashboard example - [`25b6d61`](https://github.com/XuehaiPan/nvitop/commit/25b6d6180bd298b755a104b5102076acb1dd4598) chore(pre-commit): update pre-commit hooks - [`ad8a454`](https://github.com/XuehaiPan/nvitop/commit/ad8a4540fa8758e406c88d0061ac4092cadc633d) feat(exporter): add process info - [`f89e990`](https://github.com/XuehaiPan/nvitop/commit/f89e9908f837c33b6a3940cdb34b06c5ba23a58e) feat(exporter): update dashboard example - [`ff6e8d6`](https://github.com/XuehaiPan/nvitop/commit/ff6e8d68a2628e9f4411fcd8e3548882b40c75b0) feat(exporter): update dashboard example - [`f0ff1ec`](https://github.com/XuehaiPan/nvitop/commit/f0ff1ec466775240d0168f1b0758ad5517873ca2) feat(exporter): update dashboard example - [`b955e6f`](https://github.com/XuehaiPan/nvitop/commit/b955e6f0ef42d456c5077671383f462e74863647) feat(exporter): update dashboard example - [`5340840`](https://github.com/XuehaiPan/nvitop/commit/5340840559d5e07bead0c14a770c1a44f0f59c5c) docs(README): update README.md for `nvitop-exporter` ### 📊 Changes **6 files changed** (+2677 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `.editorconfig` (+1 -1) 📝 `.pre-commit-config.yaml` (+2 -2) 📝 `README.md` (+9 -0) 📝 `nvitop-exporter/README.md` (+28 -3) ➕ `nvitop-exporter/dashboard.json` (+2602 -0) 📝 `nvitop-exporter/nvitop_exporter/exporter.py` (+35 -7) </details> ### 📄 Description <!-- Provide a descriptive summary of the changes in the title above --> #### Issue Type <!-- Pick relevant types and delete the rest --> - Improvement/feature implementation #### Description <!-- Describe the changes in detail --> Add an example JSON model for grafana dashboard. #### Motivation and Context <!-- Why are these changes required? --> <!-- What problems do these changes solve? --> <!-- Link to relevant issues --> Resolves #122 #### Images / Videos <!-- Only if relevant --> <!-- Link or embed images and videos of screenshots, sketches etc. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:27:12 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/nvitop#172
No description provided.