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

[chore] introduce prometheus load test #305

Open
wants to merge 22 commits into
base: main
Choose a base branch
from

Commits on Sep 23, 2024

  1. poc of prometheus data sender in performance test

    Signed-off-by: Florian Bacher <[email protected]>
    bacherfl committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f800c70 View commit details
    Browse the repository at this point in the history
  2. adjust ram limit

    Signed-off-by: Florian Bacher <[email protected]>
    bacherfl committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    0db262e View commit details
    Browse the repository at this point in the history
  3. increase scrape job frequency

    Signed-off-by: Florian Bacher <[email protected]>
    bacherfl committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a9adb4d View commit details
    Browse the repository at this point in the history
  4. increase scrape job frequency

    Signed-off-by: Florian Bacher <[email protected]>
    bacherfl committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    ff98610 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. reduce scrape interval

    Signed-off-by: Florian Bacher <[email protected]>
    bacherfl committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    083be4c View commit details
    Browse the repository at this point in the history
  2. make scrape interval configurable

    Signed-off-by: Florian Bacher <[email protected]>
    bacherfl committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1ce55b4 View commit details
    Browse the repository at this point in the history
  3. add additional test scenarios with multiple prometheus endpoints

    Signed-off-by: Florian Bacher <[email protected]>
    bacherfl committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b307b53 View commit details
    Browse the repository at this point in the history
  4. add more scenarios

    Signed-off-by: Florian Bacher <[email protected]>
    bacherfl committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1d2ad6b View commit details
    Browse the repository at this point in the history
  5. remove one of the scenarios for now

    Signed-off-by: Florian Bacher <[email protected]>
    bacherfl committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    59664d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    727fa45 View commit details
    Browse the repository at this point in the history
  7. re-enable multi prometheus load test scenario

    Signed-off-by: Florian Bacher <[email protected]>
    bacherfl committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7ea68ea View commit details
    Browse the repository at this point in the history
  8. reduce number of scrape jobs

    Signed-off-by: Florian Bacher <[email protected]>
    bacherfl committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5eb1e6d View commit details
    Browse the repository at this point in the history
  9. reduce number of scrape jobs

    Signed-off-by: Florian Bacher <[email protected]>
    bacherfl committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e5cc767 View commit details
    Browse the repository at this point in the history
  10. increase number of scrape jobs

    Signed-off-by: Florian Bacher <[email protected]>
    bacherfl committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    f5f7af8 View commit details
    Browse the repository at this point in the history
  11. additional scenario

    Signed-off-by: Florian Bacher <[email protected]>
    bacherfl committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b65cc9d View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. increase memory limit

    Signed-off-by: Florian Bacher <[email protected]>
    bacherfl committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2cc4441 View commit details
    Browse the repository at this point in the history
  2. adapt memory limit

    Signed-off-by: Florian Bacher <[email protected]>
    bacherfl committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    9f83a5a View commit details
    Browse the repository at this point in the history
  3. adapt memory limit

    Signed-off-by: Florian Bacher <[email protected]>
    bacherfl committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    396819d View commit details
    Browse the repository at this point in the history
  4. adapt memory limit for OTLP metric test

    Signed-off-by: Florian Bacher <[email protected]>
    bacherfl committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    18fe9aa View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    c37f40d View commit details
    Browse the repository at this point in the history
  2. exchange order of processors

    Signed-off-by: Florian Bacher <[email protected]>
    bacherfl committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    874a693 View commit details
    Browse the repository at this point in the history
  3. move helper function

    Signed-off-by: Florian Bacher <[email protected]>
    bacherfl committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    40144b0 View commit details
    Browse the repository at this point in the history