mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 06:06:12 -06:00
[PR #107] [MERGED] feat(exporter): remove metrics if process is gone #161
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#161
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/107
Author: @XuehaiPan
Created: 11/22/2023
Status: ✅ Merged
Merged: 11/23/2023
Merged by: @XuehaiPan
Base:
main← Head:exporter-remove-gone-process📝 Commits (3)
c9a7447feat(exporter): remove metrics if process is gone0e8881dchore(pre-commit): update pre-commit hooks1b7c98ddocs(CHANGELOG): update CHANGELOG.md📊 Changes
6 files changed (+42 additions, -9 deletions)
View changed files
📝
.pre-commit-config.yaml(+1 -1)📝
CHANGELOG.md(+1 -1)📝
nvitop-exporter/nvitop_exporter/exporter.py(+35 -2)📝
nvitop/api/device.py(+2 -2)📝
nvitop/cli.py(+2 -2)📝
nvitop/select.py(+1 -1)📄 Description
Issue Type
Description
Remove gauge entries for gone processes.
Motivation and Context
Resolves #106
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.