Skip to content

Prometheus/OpenMetrics endpoint series generator for load testing.

License

Notifications You must be signed in to change notification settings

yomek33/avalanche

 
 

Repository files navigation

avalanche

Avalanche is a load-testing binary capable of generating metrics that can be either:

This allows load testing services that can scrape (e.g. Prometheus, OpenTelemetry Collector and so), as well as, services accepting data via Prometheus remote_write API such as Thanos, Cortex, M3DB, VictoriaMetrics and other services listed here.

Metric names and unique series change over time to simulate series churn.

Checkout the blog post.

configuration flags

avalanche --help

run Docker image

docker run quay.io/prometheuscommunity/avalanche:main --help

Endpoints

Two endpoints are available :

  • /metrics - metrics endpoint
  • /health - healthcheck endpoint

build and run go binary

go get github.com/prometheus-community/avalanche/cmd/...
avalanche --help

About

Prometheus/OpenMetrics endpoint series generator for load testing.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.8%
  • Other 1.2%