nvidia_gpu_exporter copilot-instructions.md

nvidia_gpu_exporter copilot-instructions.md is an instructions file for GitHub Copilot from utkuozdemir/nvidia_gpu_exporter. It costs 341 tokens per session, scanned A, original, MIT.

Repository instructions for kube2iam, a tool that gives Kubernetes containers AWS access credentials based on their annotations. They cover development, testing, releases, and rules for preserving metric and dashboard compatibility.

In plain words
What is it for?
Use them when modifying kube2iam, its tests, Helm chart, dashboards, metrics, or automated release checks.
Why use it?
They explain the project’s important compatibility contracts and prevent generated files, public metrics, and dashboards from being changed incorrectly.

Instructions file for GitHub Copilot

About the project

nvidia_gpu_exporter is a monitoring exporter that reads NVIDIA GPU measurements through the nvidia-smi program or the NVML driver library and exposes them to Prometheus. It is used to monitor GPU utilization, memory, power, and temperature on machines, containers, Kubernetes clusters, and other supported setups. The catalogue instructions cover deploying or configuring this exporter.

utkuozdemir/nvidia_gpu_exporter · 1,550 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/utkuozdemir/nvidia_gpu_exporter/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/utkuozdemir/nvidia_gpu_exporter

Made for: GitHub Copilot.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for nvidia_gpu_exporter copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/utkuozdemir/nvidia_gpu_exporter/copilot-instructions.svg)](https://agentmods.dev/instructions/utkuozdemir/nvidia_gpu_exporter/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/utkuozdemir/nvidia_gpu_exporter/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/utkuozdemir/nvidia_gpu_exporter/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 341 This file is loaded in full into every session.
When invoked 341 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00341 $0.00341
Opus 5 $0.00170 $0.00170
Sonnet 5 $0.00068 $0.00068
Haiku 4.5 $0.00034 $0.00034

Measured yesterday against content hash 3905079de9b6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

nvidia_gpu_exporter copilot-instructions.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.github/copilot-instructions.md · 11 lines

What it actually says

Copilot instructions

Read AGENTS.md in the repository root first. It is the project guide, and everything below is only the short version for when you have not opened it.

  • This exporter's metric names and labels are a public contract. Renaming or relabeling an established series silently breaks users' dashboards and alerts, so treat existing names as frozen.
  • The expected .metrics files under internal/integration/testdata/ are generated, not hand-edited. Regenerate them with the integration suite's -update flag and review the diff.
  • The Helm chart's README.md is generated and must never be edited directly: its prose lives in README.md.gotmpl, and its values reference comes from the comments in values.yaml. Regenerate with helm-docs after changing either. A new key in values.yaml also needs an entry in values.schema.json, which rejects unknown keys.
  • The Grafana dashboards under docs/grafana/ are the source of truth; the copies shipped in the chart must stay byte-identical, and CI enforces it. See docs/grafana/README.md for the query conventions, several of which fail silently when violated.
  • Verify with go test ./... and the task lint:* target relevant to what you changed; CI runs the full task lint set.
  • Commits follow the conventional-commit format (type(scope): imperative description) with a body explaining what changed and why, and carry a DCO sign-off. Do not add AI attribution of any kind, such as "generated with" lines or AI co-author trailers.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 11 lines · 341 tokens per session scan A 3905079de9b6

Subscribe to this mod's changes

nvidia_gpu_exporter copilot-instructions.md is an instructions file published in the GitHub repository utkuozdemir/nvidia_gpu_exporter (1,550 stars, last pushed yesterday), licensed MIT. It adds 341 tokens to every session, about $0.0017 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.