prometheus / test-infra

Prometheus E2E benchmarking tool
Apache License 2.0
156 stars 67 forks source link

chore: Generate dashboard configmap from separate json files #667

Closed ArthurSens closed 2 weeks ago

ArthurSens commented 6 months ago

While doing the release for v2.52, I wanted to extend the prombench dashboard with more information that was needed to evaluate the release.

In the process of doing the contribution here, I realized how painful it is to contribute code to a json nested inside a configmap yaml.

I want to make this process easier first, and contribute the new dashboard panel after :)

Fix #420

ArthurSens commented 4 months ago

Anyone up for a review? 😬