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

Replace load-generator with Go implementation #748

Merged
merged 4 commits into from
Sep 21, 2024
Merged

Replace load-generator with Go implementation #748

merged 4 commits into from
Sep 21, 2024

Commits on Sep 3, 2024

  1. Merge pull request #742 from prometheus/bwplotka-patch-1

    Signed-off-by: Harshit Nagpal <[email protected]>
    kakkoyun authored and HarshitNagpal2901 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    7a2f7c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Update tools/load-generator/main.go

    Co-authored-by: Ben Kochie <[email protected]>
    Signed-off-by: Harshit Nagpal <[email protected]>
    HarshitNagpal2901 and SuperQ authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    183a6ef View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. load-generator: Avoid crashing on empty duration string

    Instant queries typically have empty start and end times.
    
    Also use Prometheus ParseDuration to give more flexibility.
    
    Signed-off-by: Bryan Boreham <[email protected]>
    bboreham committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c22e2ad View commit details
    Browse the repository at this point in the history
  2. Revert change to 6_loadgen.yaml

    Signed-off-by: Bryan Boreham <[email protected]>
    bboreham committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    58a195b View commit details
    Browse the repository at this point in the history