sarthaksin1857 opened a new pull request, #131: URL: https://github.com/apache/otava/pull/131
https://github.com/apache/otava/issues/24 ## What - Change example image to alpine and install bash/curl (datagen was not working when curl was uncommented) - Make all fields optional with default values in GraphiteEvent ## Proof it works Now we see ``` time run branch version commit throughput response_time cpu_usage ------------------------- ----- ----------- --------- -------- ------------ --------------- ----------- 2026-02-22 18:51:10 +0000 null new-feature 0.0.1 p7q8r9 61160 87 0.2 2026-02-22 18:52:10 +0000 null new-feature 0.0.1 m4n5o6 60160 85 0.3 2026-02-22 18:53:10 +0000 null new-feature 0.0.1 j1k2l3 60960 89 0.1 ············ ··········· -5.6% +300.0% ············ ··········· 2026-02-22 18:54:10 +0000 null new-feature 0.0.1 g7h8i9 57123 88 0.8 2026-02-22 18:55:10 +0000 null new-feature 0.0.1 d4e5f6 57980 87 0.9 2026-02-22 18:56:10 +0000 null new-feature 0.0.1 a1b2c3 56950 85 0.7 ``` Which makes sense as we do not set `run` but we do set everything else -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
