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

Remove the unneeded Observe method from the async instruments #3586

Merged
merged 22 commits into from
Jan 25, 2023

Commits on Jan 11, 2023

  1. Update RegisterCallback and Callback decls

    RegisterCallback accept variadic Asynchronous instruments instead of a
    slice.
    
    Callback accept an observation result recorder to ensure instruments
    that are observed by a callback.
    MrAlias committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    14a7c30 View commit details
    Browse the repository at this point in the history
  2. Update global impl

    MrAlias committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    4a0d32f View commit details
    Browse the repository at this point in the history
  3. Update noop impl

    MrAlias committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    7110c78 View commit details
    Browse the repository at this point in the history
  4. Update SDK impl

    MrAlias committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    e87ea5f View commit details
    Browse the repository at this point in the history
  5. Fix prometheus example

    MrAlias committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    68d8224 View commit details
    Browse the repository at this point in the history
  6. Fix metric API example_test

    MrAlias committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    8c88dea View commit details
    Browse the repository at this point in the history
  7. Remove unused registerabler

    MrAlias committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    93a5d85 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0a23626 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d0947fb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f576781 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    3193531 View commit details
    Browse the repository at this point in the history
  2. Revert to iface for Observers

    MrAlias committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    a0bde7d View commit details
    Browse the repository at this point in the history
  3. Fix async inst docs

    MrAlias committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    616d89c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c57c756 View commit details
    Browse the repository at this point in the history
  5. Restore removed observe doc

    MrAlias committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    c7be9f3 View commit details
    Browse the repository at this point in the history
  6. Remove TODO

    MrAlias committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    b29c236 View commit details
    Browse the repository at this point in the history
  7. Remove stale comment

    MrAlias committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    df48d9c View commit details
    Browse the repository at this point in the history
  8. Update changelog

    MrAlias committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    c9f0fb5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1a0370d View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    da8e5c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    94864f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    c16ee58 View commit details
    Browse the repository at this point in the history