mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[PR #92] [MERGED] feat(exporter): add Prometheus exporter #157
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#157
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/92
Author: @XuehaiPan
Created: 8/18/2023
Status: ✅ Merged
Merged: 8/26/2023
Merged by: @XuehaiPan
Base:
main← Head:prometheus📝 Commits (10+)
fc32f65feat(exporter): add support for Prometheus exporter2c309ccchore(workflows): update lint workflows5f8013cchore(workflows): update build workflows3165124chore(api/device): update process utilization delay interval08d0eeechore: update classisfiersdf01f6cchore(workflows): update build workflowsfd681c3chore(exporter/cli): print more information336196dchore(exporter/cli): print more information0019393docs(CHANGELOG): update CHANGELOG3283567chore(exporter): allowNaNfor int values📊 Changes
24 files changed (+1475 additions, -37 deletions)
View changed files
📝
.github/workflows/build.yaml(+31 -11)📝
.github/workflows/lint.yaml(+27 -0)📝
.pre-commit-config.yaml(+4 -0)📝
.pylintrc(+2 -1)📝
CHANGELOG.md(+1 -0)📝
docs/source/spelling_wordlist.txt(+2 -0)➕
nvitop-exporter/LICENSE(+202 -0)➕
nvitop-exporter/MANIFEST.in(+1 -0)➕
nvitop-exporter/README.md(+11 -0)➕
nvitop-exporter/nvitop_exporter/__init__.py(+24 -0)➕
nvitop-exporter/nvitop_exporter/__main__.py(+25 -0)➕
nvitop-exporter/nvitop_exporter/cli.py(+240 -0)➕
nvitop-exporter/nvitop_exporter/exporter.py(+608 -0)➕
nvitop-exporter/nvitop_exporter/utils.py(+38 -0)➕
nvitop-exporter/nvitop_exporter/version.py(+54 -0)➕
nvitop-exporter/pyproject.toml(+83 -0)➕
nvitop-exporter/requirements.txt(+2 -0)➕
nvitop-exporter/setup.py(+44 -0)📝
nvitop/api/__init__.py(+51 -7)📝
nvitop/api/device.py(+5 -5)...and 4 more files
📄 Description
Issue Type
Description
Add a new separate PyPI package
nvitop-exporterbuilt on top ofnvitopAPIs.Motivation and Context
Resolves #72
Images / Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
nvitop.callbacksas officially unmaintained #178