Skip to content

Commit

Permalink
updated http samples
Browse files Browse the repository at this point in the history
  • Loading branch information
Peva Blanchard committed Nov 26, 2024
1 parent adf92f0 commit bb8a627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/trace_server.http
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Content-Type: application/json
},
"demand": {
"productName": "server",
"processName": "server",
"processName": "server_fn",
"quantity": {
"amount": 10.0,
"unit": "hour"
Expand Down
2 changes: 1 addition & 1 deletion samples/trace_vm.http
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Content-Type: application/json
"requestId": "r01",
"demand": {
"productName": "vm",
"processName": "vm",
"processName": "vm_fn",
"quantity": {
"amount": 1.0,
"unit": "hour"
Expand Down

0 comments on commit bb8a627

Please sign in to comment.