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

Add evaluateAt support for probe instrumentations #4320

Merged
merged 3 commits into from
Nov 29, 2022

Commits on Nov 28, 2022

  1. Add evaluateAt support for probe instrumentations

     * Snapshot: indicates for method probe where conditions are evaluated
    before serializing data. Either at entry or exit of the method.
     * Metric: indicates for method probe where the metric is emitted and
    with which values. For example at Exit of the method you can emit
    the return value of the method.
     * Log: use the same mechanism than snapshot but can report for
    example at exit of the method the return value.
    jpbempel committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    22d12b6 View commit details
    Browse the repository at this point in the history
  2. Replace assert by exception

    jpbempel committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    1c9e94c View commit details
    Browse the repository at this point in the history
  3. Rename NONE -> DEFAULT

    jpbempel committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    b184e07 View commit details
    Browse the repository at this point in the history