Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor general instrument characteristics; add optional multi-instrument callback support #2355

Closed
wants to merge 54 commits into from

Conversation

jmacd
Copy link
Contributor

@jmacd jmacd commented Feb 16, 2022

Fixes #2280
Part of #2350

Changes

This PR is written to be applied after #2317. To read the diff between this PR and that PR, see this link.

There is a standing feature request to support async callbacks with multiple instruments. This introduces that option in the general characteristics section that applies to all asynchronous instruments. These sections were not headers in the TOC, so I made them into sections to clarify the document structure. General properties that had been duplicated for every instrument are now consolidated.

Adds example for use of multi-instrument callbacks.

jmacd and others added 30 commits January 18, 2022 12:23
Co-authored-by: Marc Pichler <marcpi@edu.aau.at>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
…lemetry-specification into jmacd/less_prob_sample_test
jmacd and others added 23 commits February 11, 2022 11:44
Co-authored-by: Marc Pichler <marcpi@edu.aau.at>
Co-authored-by: Aaron Abbott <aaronabbott@google.com>
Co-authored-by: Aaron Abbott <aaronabbott@google.com>
Co-authored-by: Aaron Abbott <aaronabbott@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
spec:metrics Related to the specification/metrics directory
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable multi-instrument callbacks in the metrics API
3 participants