Skip to content

Commit

Permalink
fix tag names (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
dagfinno authored Nov 27, 2024
1 parent 8bc3fc6 commit 9cc9d35
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions performance-tests/tax-report/src/tax-report.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ export const options = {
summaryTrendStats: ['avg', 'min', 'med', 'max', 'p(95)', 'p(99)', 'p(99.5)', 'p(99.9)', 'count'],
thresholds: {
http_req_failed: ['rate<0.01'],
'http_req_duration{group:create_instance}': [],
'http_req_duration{group:upload_data}': [],
'http_req_duration{group:trigger_callback_and_confirm}': [],
'http_req_duration{group:get_receipt_id}': [],
'http_req_duration{group:get_receipt}': [],
'http_reqs{group:create_instance}': [],
'http_reqs{group:upload_data}': [],
'http_reqs{group:trigger_callback_and_confirm}': [],
'http_reqs{group:get_receipt_id}': [],
'http_reqs{group:get_receipt}': [],
'http_req_duration{name:create_instance}': [],
'http_req_duration{name:upload_data}': [],
'http_req_duration{name:trigger_callback_and_confirm}': [],
'http_req_duration{name:get_receipt_id}': [],
'http_req_duration{name:get_receipt}': [],
'http_reqs{name:create_instance}': [],
'http_reqs{name:upload_data}': [],
'http_reqs{name:trigger_callback_and_confirm}': [],
'http_reqs{name:get_receipt_id}': [],
'http_reqs{name:get_receipt}': [],
},

};
Expand Down

0 comments on commit 9cc9d35

Please sign in to comment.