|
7 | 7 | "reportingResource": "frontend_instance",
|
8 | 8 | "attributes": {
|
9 | 9 | "http.method": "\"POST\"",
|
10 |
| - "http.url": "\"/checkout/\".concat(UUIDFromStringCounter(\"checkout\"))" |
| 10 | + "http.target": "\"/checkout/\".concat(UUIDFromStringCounter(\"checkout\"))", |
| 11 | + "user_agent.original": "\"openid-client/5.4.0 (https://github.com/panva/node-openid-client)\"", |
| 12 | + "http.client_ip": "IPv4Sequence(\"10.134.1.101\")", |
| 13 | + "http.scheme": "\"https\"", |
| 14 | + "net.host.name": "\"opentelemetry-demo.frontend-svc\"" |
11 | 15 | },
|
12 | 16 | "childSpans": [
|
13 | 17 | "doCheckout"
|
|
28 | 32 | ],
|
29 | 33 | "attributes": {
|
30 | 34 | "http.method": "\"POST\"",
|
31 |
| - "http.url": "\"/api/v1/checkout/\".concat(UUIDFromStringCounter(\"checkout\"))" |
| 35 | + "http.target": "\"/api/v1/checkout/\".concat(UUIDFromStringCounter(\"checkout\"))", |
| 36 | + "user_agent.original": "\"openid-client/5.4.0 (https://github.com/panva/node-openid-client)\"", |
| 37 | + "http.client_ip": "IPv4Sequence(\"10.134.1.101\")", |
| 38 | + "http.scheme": "\"https\"", |
| 39 | + "net.host.name": "\"opentelemetry-demo.checkout-svc\"" |
32 | 40 | }
|
33 | 41 | },
|
34 | 42 | {
|
|
37 | 45 | "spanKind": "SPAN_KIND_SERVER",
|
38 | 46 | "attributes": {
|
39 | 47 | "http.method": "\"POST\"",
|
40 |
| - "http.url": "\"/sendEmail\"" |
| 48 | + "http.target": "\"/sendEmail\"", |
| 49 | + "user_agent.original": "\"openid-client/5.4.0 (https://github.com/panva/node-openid-client)\"", |
| 50 | + "http.client_ip": "IPv4Sequence(\"10.134.1.101\")", |
| 51 | + "http.scheme": "\"https\"", |
| 52 | + "net.host.name": "\"opentelemetry-demo.email-svc\"" |
41 | 53 | }
|
42 | 54 | },
|
43 | 55 | {
|
|
47 | 59 | "spanKind": "SPAN_KIND_SERVER",
|
48 | 60 | "attributes": {
|
49 | 61 | "http.method": "\"GET\"",
|
50 |
| - "http.url": "\"/currency/convert/\".concat(roundRobin([\"YEN\",\"BZR\"])).concat(\"/\").concat(roundRobin([\"EUR\", \"USD\"]))" |
| 62 | + "http.target": "\"/currency/convert/\".concat(roundRobin([\"YEN\",\"BZR\"])).concat(\"/\").concat(roundRobin([\"EUR\", \"USD\"]))", |
| 63 | + "user_agent.original": "\"openid-client/5.4.0 (https://github.com/panva/node-openid-client)\"", |
| 64 | + "http.client_ip": "IPv4Sequence(\"10.134.1.101\")", |
| 65 | + "http.scheme": "\"https\"", |
| 66 | + "net.host.name": "\"opentelemetry-demo.currency-svc\"" |
51 | 67 | }
|
52 | 68 | }
|
53 | 69 | ]
|
|
0 commit comments