Skip to content

Commit

Permalink
Default thresholds are still too high
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo committed Mar 9, 2023
1 parent b389aa1 commit 8b31884
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"journeyName": "POST /api/telemetry/v2/clusters/_stats - no cache - 1600 dataviews",
"scalabilitySetup": {
"responseTimeThreshold": {
"threshold1": 1000,
"threshold2": 3000,
"threshold3": 5000
},
"warmup": [
{
"action": "constantUsersPerSec",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"journeyName": "POST /api/telemetry/v2/clusters/_stats - no cache",
"scalabilitySetup": {
"responseTimeThreshold": {
"threshold1": 1000,
"threshold2": 3000,
"threshold3": 5000
},
"warmup": [
{
"action": "constantUsersPerSec",
Expand Down

0 comments on commit 8b31884

Please sign in to comment.