@@ -5,7 +5,7 @@ aliases: [manual_span_attributes, ../manual-span-attributes]
5
5
6
6
This page lists the manual Span Attributes used throughout the demo:
7
7
8
- ## Ad Service
8
+ ## Ad
9
9
10
10
| Name | Type | Description |
11
11
| --------------------------- | ------ | ------------------------------------- |
@@ -16,7 +16,7 @@ This page lists the manual Span Attributes used throughout the demo:
16
16
| ` app.ads.ad_request_type ` | string | Either ` targeted ` or ` not_targeted ` |
17
17
| ` app.ads.ad_response_type ` | string | Either ` targeted ` or ` random ` |
18
18
19
- ## Cart Service
19
+ ## Cart
20
20
21
21
| Name | Type | Description |
22
22
| ---------------------- | ------ | ------------------------------ |
@@ -25,7 +25,7 @@ This page lists the manual Span Attributes used throughout the demo:
25
25
| ` app.product.quantity ` | string | Quantity for cart item |
26
26
| ` app.user.id ` | string | User ID |
27
27
28
- ## Checkout Service
28
+ ## Checkout
29
29
30
30
| Name | Type | Description |
31
31
| ---------------------------- | ------ | ------------------------------- |
@@ -39,14 +39,14 @@ This page lists the manual Span Attributes used throughout the demo:
39
39
| ` app.user.currency ` | string | User currency |
40
40
| ` app.user.id ` | string | User ID |
41
41
42
- ## Currency Service
42
+ ## Currency
43
43
44
44
| Name | Type | Description |
45
45
| ------------------------------ | ------ | ----------------------------- |
46
46
| ` app.currency.conversion.from ` | string | Currency code to convert from |
47
47
| ` app.currency.conversion.to ` | string | Currency code to convert to |
48
48
49
- ## Email Service
49
+ ## Email
50
50
51
51
| Name | Type | Description |
52
52
| --------------------- | ------ | --------------------------------- |
@@ -77,7 +77,7 @@ This page lists the manual Span Attributes used throughout the demo:
77
77
| -------- | ---- | ----------- |
78
78
| None yet | | |
79
79
80
- ## Payment Service
80
+ ## Payment
81
81
82
82
| Name | Type | Description |
83
83
| ------------------------ | ------- | ----------------------------------------------------- |
@@ -86,7 +86,7 @@ This page lists the manual Span Attributes used throughout the demo:
86
86
| ` app.payment.card_valid ` | boolean | Was the card used valid |
87
87
| ` app.payment.charged ` | boolean | Was the charge successful (false with load generator) |
88
88
89
- ## Product Catalog Service
89
+ ## Product Catalog
90
90
91
91
| Name | Type | Description |
92
92
| --------------------------- | ------ | ------------------------------------- |
@@ -95,14 +95,14 @@ This page lists the manual Span Attributes used throughout the demo:
95
95
| ` app.products.count ` | number | Number of products in catalog |
96
96
| ` app.products_search.count ` | number | Number of products returned in search |
97
97
98
- ## Quote Service
98
+ ## Quote
99
99
100
100
| Name | Type | Description |
101
101
| ----------------------- | ------ | -------------------- |
102
102
| ` app.quote.items.count ` | number | Total items to ship |
103
103
| ` app.quote.cost.total ` | number | Total shipping quote |
104
104
105
- ## Recommendation Service
105
+ ## Recommendation
106
106
107
107
| Name | Type | Description |
108
108
| -------------------------------- | ------- | --------------------------------------- |
@@ -111,7 +111,7 @@ This page lists the manual Span Attributes used throughout the demo:
111
111
| ` app.products_recommended.count ` | number | Number of recommended products returned |
112
112
| ` app.cache_hit ` | boolean | If cache was accessed or not |
113
113
114
- ## Shipping Service
114
+ ## Shipping
115
115
116
116
| Name | Type | Description |
117
117
| -------------------------- | ------ | ----------------------------- |
0 commit comments