We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 402a95c commit cd8aae3Copy full SHA for cd8aae3
11.distributed-tracing/readme.md
@@ -0,0 +1,39 @@
1
+# Distributed Tracing
2
+
3
+GET -> `http://localhost:8091/customer/500/contactdetails`
4
5
+Response
6
7
+```json
8
+{
9
+ "contactId": "500",
10
+ "contactName": "Alexis Rose",
11
+ "postalCode": "30010"
12
+}
13
+```
14
15
+GET -> `http://localhost:8092/customer/500/vehicledetails`
16
17
18
19
20
21
+ "customerId": "500",
22
+ "carType": "Lincoln Contential",
23
+ "licensePlate": "SNUG30"
24
25
26
27
+GET -> `http://localhost:9090/customer/500`
28
29
30
31
32
33
34
35
+ "postalCode": "30010",
36
37
38
39
0 commit comments