Skip to content

Commit

Permalink
add configurable throughput + client params to http logs
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Oviedo <mikeovi@amazon.com>
  • Loading branch information
OVI3D0 committed Sep 25, 2024
1 parent 39de781 commit 8de81d5
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 464 deletions.
4 changes: 2 additions & 2 deletions http_logs/operations/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
]
},
{
"name": "200s-in-range",
"name": "status-200s-in-range",
"operation-type": "search",
"index": "logs-*",
"body": {
Expand Down Expand Up @@ -175,7 +175,7 @@
]
},
{
"name": "400s-in-range",
"name": "status-400s-in-range",
"operation-type": "search",
"index": "logs-*",
"body": {
Expand Down
Loading

0 comments on commit 8de81d5

Please sign in to comment.