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

Emit all OTel signals by default #609

Merged
merged 2 commits into from
Sep 9, 2024
Merged

Commits on Sep 9, 2024

  1. Emit all OTel signals by default

    The OpenTelemetry Collector release now sets up noop pipelines to
    consume these signals and prevent error messages if no pipelines for the
    signal have been configured by the operator.
    
    Signed-off-by: Carson Long <12767276+ctlong@users.noreply.github.com>
    mkocher authored and ctlong committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    feef623 View commit details
    Browse the repository at this point in the history
  2. Fix gosec linting errors

    - safe to assume timestamps will be positive or else you've got way
      worse problems
    
    Signed-off-by: Matthew Kocher <matthew.kocher@broadcom.com>
    ctlong authored and mkocher committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    49353fa View commit details
    Browse the repository at this point in the history