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

fix: update attribute_keys to include type #111

Merged

Commits on Aug 19, 2024

  1. fix: update attribute_keys to include type

    This updates the stream's `attribute_keys` configuration to an include/exclude style object that
    currently only supports `included`. This is in hope to support `excluded` in the future once the
    specification allows it.
    
    Fixes open-telemetry#98
    
    Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
    codeboten committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    387251b View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    codeboten committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    d63bb1a View commit details
    Browse the repository at this point in the history
  3. Update examples/kitchen-sink.yaml

    Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
    codeboten and MrAlias committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c1671c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    5e27946 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7086cf View commit details
    Browse the repository at this point in the history