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

Logstasher instrumentation #2559

Merged
merged 56 commits into from
Jul 11, 2024
Merged

Logstasher instrumentation #2559

merged 56 commits into from
Jul 11, 2024

Commits on Apr 15, 2024

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

Commits on Jun 11, 2024

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

Commits on Jun 13, 2024

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

Commits on Jun 21, 2024

  1. log decorator: support hashes

    if the log decorator is given a hash, merge the metadata into the hash
    fallwith committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    5531741 View commit details
    Browse the repository at this point in the history
  2. log decorator: return early for frozen hashes

    separate out the `return` logic and the `merge` logic to ensure that
    hashes always result in an early return
    fallwith committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    2485d79 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2729 from newrelic/mark_williams

    log decorator: support hashes
    hannahramadan authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    b1f3f0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b302925 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Instrumentation updates

    - Aggregator: check for LogStasher
    - Instrumentation: reurn data v log
    - Aggregator: don't alter original log
    hannahramadan committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    36f0a05 View commit details
    Browse the repository at this point in the history
  2. Rubocop: spacing

    hannahramadan committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    693a991 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Add tests

    hannahramadan committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    d0ad2d2 View commit details
    Browse the repository at this point in the history
  2. Rubocop

    hannahramadan committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    5cc4d09 View commit details
    Browse the repository at this point in the history
  3. Update lib/new_relic/agent/instrumentation/logstasher/instrumentation.rb

    Co-authored-by: James Bunch <fallwith@gmail.com>
    hannahramadan and fallwith authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b0816c6 View commit details
    Browse the repository at this point in the history
  4. Test updates

    hannahramadan committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    f00a319 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    acda525 View commit details
    Browse the repository at this point in the history
  6. test updates

    hannahramadan committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    4827fec View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Test updates

    hannahramadan committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    032e67d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0b714b View commit details
    Browse the repository at this point in the history
  3. Rubocop

    hannahramadan committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f8542b2 View commit details
    Browse the repository at this point in the history
  4. Envfile update

    hannahramadan committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    fce3e68 View commit details
    Browse the repository at this point in the history
  5. require ostruct

    hannahramadan committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    9ccd046 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b88ba6 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Test updates

    hannahramadan committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    6ad0e5f View commit details
    Browse the repository at this point in the history
  2. rubocop beep beep

    hannahramadan committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c3f3089 View commit details
    Browse the repository at this point in the history
  3. More tests

    hannahramadan committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    ba44298 View commit details
    Browse the repository at this point in the history
  4. metrics enabled test

    hannahramadan committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    072e97c View commit details
    Browse the repository at this point in the history
  5. message change

    hannahramadan committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    20304b0 View commit details
    Browse the repository at this point in the history
  6. test updates

    hannahramadan committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    df672a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c8a7d04 View commit details
    Browse the repository at this point in the history
  8. beep beep rubocop

    hannahramadan committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    df447d6 View commit details
    Browse the repository at this point in the history
  9. Apply suggestions from code review

    Co-authored-by: James Bunch <fallwith@gmail.com>
    hannahramadan and fallwith authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    7462d5e View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Apply suggestions from code review

    Co-authored-by: Kayla Reopelle (she/her) <87386821+kaylareopelle@users.noreply.github.com>
    hannahramadan and kaylareopelle authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    de96a74 View commit details
    Browse the repository at this point in the history
  2. Create shared methods

    hannahramadan committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    4fabc5b View commit details
    Browse the repository at this point in the history
  3. Monitoring conditions?

    hannahramadan committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    229c7d1 View commit details
    Browse the repository at this point in the history
  4. Update pin

    hannahramadan committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    278c972 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45e6bc4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f689fb7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    84c64b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Upcase severity levels

    hannahramadan committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3546a3c View commit details
    Browse the repository at this point in the history
  2. Fix name

    hannahramadan committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    6eef9a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32036e5 View commit details
    Browse the repository at this point in the history
  4. Small cleanups

    hannahramadan committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    559ecd4 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Use initialize value

    hannahramadan committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    02d09b3 View commit details
    Browse the repository at this point in the history
  2. Use singletone class

    hannahramadan committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    29a78c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18ca504 View commit details
    Browse the repository at this point in the history
  4. remove required file

    hannahramadan committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    1ab9aa2 View commit details
    Browse the repository at this point in the history
  5. Use *args

    hannahramadan committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    1a70059 View commit details
    Browse the repository at this point in the history
  6. All keys are strings

    hannahramadan committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    3168617 View commit details
    Browse the repository at this point in the history
  7. revert to_s

    hannahramadan committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    6dc33a4 View commit details
    Browse the repository at this point in the history
  8. up ruby version

    hannahramadan committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    fecf021 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Trigger ci run

    hannahramadan committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    07353c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    752c1f2 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    hannahramadan authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c8e2d8e View commit details
    Browse the repository at this point in the history
  4. Add comment

    hannahramadan committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9e2fa2d View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: James Bunch <fallwith@gmail.com>
    hannahramadan and fallwith authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    015d13b View commit details
    Browse the repository at this point in the history
  6. add envfile comment

    hannahramadan committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    068acc3 View commit details
    Browse the repository at this point in the history
  7. Use less than 7.1

    hannahramadan committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    cf27f6c View commit details
    Browse the repository at this point in the history