File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
content/en/docs/demo/telemetry-features Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments