ni / ni/measurement-plugin-python

Support generating a client for a specific version of a measurement plug-in

Open
#928 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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.

AB#2865966

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.