From af2b5e9de8773b53523f444ad94be6d06f36f1ac Mon Sep 17 00:00:00 2001 From: Juliano Costa Date: Sat, 2 Jul 2022 19:48:12 +0200 Subject: [PATCH] Add list of all manual attributes --- docs/manual_span_attributes.md | 82 ++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 docs/manual_span_attributes.md diff --git a/docs/manual_span_attributes.md b/docs/manual_span_attributes.md new file mode 100644 index 0000000000..efeb40ff94 --- /dev/null +++ b/docs/manual_span_attributes.md @@ -0,0 +1,82 @@ +# List of manual span attributes + +This document contains the list of manual Span Attributes used throughout the demo-webstore: + +## AdService + +* `app.ads.category` +* `app.ads.contextKeys` +* `app.ads.contextKeys.count` +* `app.ads.count` + +## CartService + +* None yet + +## CheckoutService + +* `app.cart.items.count` +* `app.order.id` +* `app.order.shipping.cost` +* `app.order.total.cost` +* `app.order.tracking.id` +* `app.order.items.count` +* `app.user.currency` +* `app.user.id` + +## CurrencyService + +* None yet + +## EmailService + +* `app.email.sent` +* `app.order.id` +* `app.shipping.cost.currency` +* `app.shipping.cost.total` +* `app.shipping.tracking.id` + +## FeatureFlagService + +* None yet + +## Frontend + +* `app.cart.size` +* `app.cart.items.count` +* `app.cart.shipping.cost` +* `app.cart.total.price` +* `app.currency` +* `app.currency.new` +* `app.order.total` +* `app.product.id` +* `app.product.quantity` +* `app.products.count` +* `app.request.id` +* `app.session.id` +* `app.user.id` + +## LoadGenerator + +* None yet + +## PaymentService + +* `app.payment.cost` +* `app.payment.currency` + +## ProductCatalogService + +* `app.product.id` +* `app.product.name` +* `app.products.count` + +## RecommendationService + +* `app.products_recommended.count` +* `app.products.count` +* `app.filtered_products.count` + +## ShippingService + +* None yet