-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtopology.yaml
43 lines (43 loc) · 951 Bytes
/
topology.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
services:
- name: frontend
methods:
- method: POST
path: /composepost
computeAmount: 20
computeDuration: 100
calls:
- name: posts
method: POST
path: /posts
size: 5242880
- name: users
method: GET
path: /users
size: 0
- method: GET
path: /posts/feed
computeAmount: 0
computeDuration: 0
calls:
- name: posts
method: GET
path: /posts
size: 5120
- name: posts
methods:
- method: GET
path: /posts
computeAmount: 0
computeDuration: 0
returnSize: 10240
- method: POST
path: /posts
computeAmount: 0
computeDuration: 0
- name: users
methods:
- method: GET
path: /users
computeAmount: 0
computeDuration: 0
returnSize: 5120