grafana / pyroscope

Continuous Profiling Platform. Debug performance issues down to a single line of code
https://grafana.com/oss/pyroscope/
GNU Affero General Public License v3.0
9.97k stars 597 forks source link

Make Rideshare examples use k6 #3387

Open bryanhuhta opened 3 months ago

bryanhuhta commented 3 months ago

As a continuation of the work to integrate Pyroscope and k6, we need to modify Rideshare to

Since the Rideshare example doesn't expose itself to the public internet, we need a way to execute load tests from within a Kubernetes cluster. It seems like we can use the k6 k8s operator to accomplish this.