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

[processorhelper] use mdatagen level and noop meter #10235

Merged
merged 5 commits into from
May 30, 2024

Commits on May 27, 2024

  1. mdatagen: support setting telemetry level in telemetry builder

    This allows components to set the minimum level needed for them to produce telemetry. By default, this is set to configtelemetryLevelBasic. If the telemetry level is below that minimum level, then the noop meter is used for metrics.
    
    Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
    codeboten committed May 27, 2024
    Configuration menu
    Copy the full SHA
    9ea4007 View commit details
    Browse the repository at this point in the history
  2. changelog + schema update

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

    Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
    codeboten committed May 27, 2024
    Configuration menu
    Copy the full SHA
    34c10ff View commit details
    Browse the repository at this point in the history
  4. [processorhelper] use mdatagen level and noop meter

    This cleans up the need to have a level in the ObsReport struct. Added test to validate the change as none existed before
    
    Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
    codeboten committed May 27, 2024
    Configuration menu
    Copy the full SHA
    32ed17c View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

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