feat(metering): add cluster_id and region to NVCF_Invocation metering event
Open
@shelleyshen-0 is already working on this.
Since Sep 1, 2026.
- Dominant language
- Go
- Stars
- 218
- Forks
- 72
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 427
Description
The NVCF_Invocation metering event currently does not include cluster_id or region. Adding these fields enables GPU consumption to be attributed per cluster and supports region-level reporting.
What needs to change
- Add
cluster_idto theNVCF_Invocationevent payload - Add
regionto theNVCF_Invocationevent payload NVCF_CLUSTER_IDis already injected by NVCA as an env var on the utils container pod and can serve as the source forcluster_id
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.