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

[mdatagen] add support for async instruments #10159

Merged

Commits on May 15, 2024

  1. [mdatagen] add support for async instruments

    This PR adds the ability to configure asynchronous (observable) instruments via mdatagen. This requires providing a mechanism
    to set options to pass in the callbacks that will be called at the time of the observation.
    
    Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
    codeboten committed May 15, 2024
    Configuration menu
    Copy the full SHA
    82a4799 View commit details
    Browse the repository at this point in the history
  2. remove file that will be added in the next PR for service

    Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
    codeboten committed May 15, 2024
    Configuration menu
    Copy the full SHA
    11131b6 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. add minimal test for telemetry builder

    Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
    codeboten committed May 16, 2024
    Configuration menu
    Copy the full SHA
    035a4f4 View commit details
    Browse the repository at this point in the history