From cba50db9400cfea6b9b7e67aa3d2551fdf213641 Mon Sep 17 00:00:00 2001 From: morde08 Date: Tue, 16 Jul 2024 07:55:13 -0700 Subject: [PATCH] fix nightly performance tests and push metrics into pushgateway (#2488) --- .github/actions/performance-tests/art.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/actions/performance-tests/art.yaml b/.github/actions/performance-tests/art.yaml index 35f79a788f..f854e93d13 100644 --- a/.github/actions/performance-tests/art.yaml +++ b/.github/actions/performance-tests/art.yaml @@ -1,5 +1,5 @@ config: - target: "-=http_request_protocol=-://-=endpoint_to_test=-" + target: "http://localhost:9545" phases: - duration: 300 arrivalRate: 400 @@ -14,6 +14,11 @@ config: ensure: - type: "failure" threshold: 1 + publish-metrics: + - type: prometheus + pushgateway: 'https://pushgateway.dev-zetachain-internal.com' + tags: + - 'type:loadtest' summary: true reports: - type: "html"