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

implement events v1.32 #1291

Merged
merged 15 commits into from
May 5, 2024
Merged

Commits on Apr 26, 2024

  1. implement events v1.32

    implement the events api + sdk per spec v1.32:
    - event logger is now only retrievable via an event logger provider
    - domain attribute for events is removed
    - events accept a subset of logrecord params, rather than an entire logrecord
    brettmc committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c46b009 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    4b9faac View commit details
    Browse the repository at this point in the history
  2. lint

    brettmc committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    fa034b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee1b360 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. make severity an enum only

    brettmc committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    7108229 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. event attributes to iterable

    brettmc committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    b7c1ddd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91ebc8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01652a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49724d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    829afad View commit details
    Browse the repository at this point in the history
  6. test coverage

    brettmc committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9b20ddb View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Revert "make severity an enum only"

    This reverts commit 7108229.
    Also, move PSR-3 mapping into the Severity enum.
    brettmc committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    fdff961 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15c7417 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. event attributes to iterable

    brettmc committed May 1, 2024
    Configuration menu
    Copy the full SHA
    d3cd1a8 View commit details
    Browse the repository at this point in the history
  2. apply review feedback

    brettmc committed May 1, 2024
    Configuration menu
    Copy the full SHA
    c04ce0b View commit details
    Browse the repository at this point in the history