Skip to content

Commit

Permalink
Add list of all manual attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
julianocosta89 committed Jul 2, 2022
1 parent e7d1812 commit af2b5e9
Showing 1 changed file with 82 additions and 0 deletions.
82 changes: 82 additions & 0 deletions docs/manual_span_attributes.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit af2b5e9

Please sign in to comment.