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

Adding aws-s3 metric for sqs worker utilization #34793

Merged
merged 30 commits into from
Apr 3, 2023

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    d91dc32 View commit details
    Browse the repository at this point in the history
  2. little tweaks

    kgeller committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    8ac5ec2 View commit details
    Browse the repository at this point in the history
  3. changelog

    kgeller committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    998f694 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f1bda6 View commit details
    Browse the repository at this point in the history
  5. fixing args for test

    kgeller committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    d365873 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f46a5c7 View commit details
    Browse the repository at this point in the history
  7. more test param fixes

    kgeller committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    6a9f132 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. review feedback updates

    kgeller committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    a5d12aa View commit details
    Browse the repository at this point in the history
  2. cleanup and fix

    kgeller committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    a3d0669 View commit details
    Browse the repository at this point in the history
  3. null check

    kgeller committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    092065c View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Update x-pack/filebeat/input/awss3/input.go

    Co-authored-by: Dan Kortschak <90160302+efd6@users.noreply.github.com>
    kgeller and efd6 authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    223434b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68d507e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eba0271 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78a1c0e View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. adapting chan logic

    kgeller committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    1bd00ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f81bf2 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    48a5edc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdd616b View commit details
    Browse the repository at this point in the history
  3. poke

    kgeller committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    4657e0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e53261 View commit details
    Browse the repository at this point in the history
  5. formatting

    kgeller committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    84127c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Update x-pack/filebeat/input/awss3/metrics_test.go

    Co-authored-by: Andrew Kroh <andrew.kroh@elastic.co>
    kgeller and andrewkroh authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    a26f275 View commit details
    Browse the repository at this point in the history
  2. Update x-pack/filebeat/input/awss3/metrics_test.go

    Co-authored-by: Andrew Kroh <andrew.kroh@elastic.co>
    kgeller and andrewkroh authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    045277d View commit details
    Browse the repository at this point in the history
  3. tweak naming

    kgeller committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    23368f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8c6a97 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb6a17d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e41f19 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

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

Commits on Mar 30, 2023

  1. Track running time of SQS worker routines

    Track the running time of each SQS worker in order to
    accurately compute the utilization of the workers after
    each 5 second period.
    andrewkroh committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    32034e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

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