Skip to content

Commit dd3f3d3

Browse files
committed
updated list of span attributes for product reviews service
1 parent f66f747 commit dd3f3d3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

content/en/docs/demo/telemetry-features/manual-span-attributes.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,12 @@ This page lists the manual Span Attributes used throughout the demo:
9797

9898
## Product Reviews
9999

100-
| Name | Type | Description |
101-
| --------------------------- | ------ | ------------------------------ |
102-
| `app.product.id` | string | Product ID |
103-
| `app.product_reviews.count` | string | Number of product reviews |
104-
| `app.product.question` | number | Question asked about a product |
100+
| Name | Type | Description |
101+
|-------------------------------------|--------|--------------------------------|
102+
| `app.product.id` | string | Product ID |
103+
| `app.product_reviews.count` | number | Number of product reviews |
104+
| `app.product_reviews.average_score` | number | Average product review score |
105+
| `app.product.question` | string | Question asked about a product |
105106

106107
## Quote
107108

0 commit comments

Comments
 (0)