ni / ni/measurement-plugin-python
Support generating a client for a specific version of a measurement plug-in
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 21
- Forks
- 20
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 3
Description
Problem to Solve
Support for client versioning in #925 always generates a client for the latest version of each service. This is the most common use case, but some users may want to generate a client for a specific version.
Proposed Solution
Add a --measurement-service-version parameter. If specified, pass it to get_measurement_stub -> resolve_service.
It could also make sense for interactive mode to display multiple versions and let the user choose.
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.
Research direction
Start by reviewing the client versioning work in #925 and trace the existing path from get_measurement_stub to resolve_service. Inspect how command-line parameters and interactive mode are handled, then verify that a supplied measurement-service version reaches service resolution and that interactive selection behavior is defined.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100