Ви переглядаєте англійську версію сторінки, тому що її ще не було повністю перекладеною українською. Бажаєте допомогти? Дивіться як взяти Участь.
PS. Неофіційний український переклад (не перевірений і не ухвалений OpenTelemetry) доступний на сайті члена спільноти, створеному на основі PR #5891. Ми надаємо це посилання як тимчасовий захід підтримки українських читачів та потенційних учасників, доки не буде готовий офіційний переклад.
This page lists the manual Span Attributes used throughout the demo:
Ad
Name
Type
Description
app.ads.category
string
Category for returned ad
app.ads.contextKeys
string
Context keys used to find related ads
app.ads.contextKeys.count
number
Count of unique context keys used
app.ads.count
number
Count of ads returned to user
app.ads.ad_request_type
string
Either targeted or not_targeted
app.ads.ad_response_type
string
Either targeted or random
Cart
Name
Type
Description
app.cart.items.count
number
Number of unique items in cart
app.product.id
string
Product ID for cart item
app.product.quantity
string
Quantity for cart item
app.user.id
string
User ID
Checkout
Name
Type
Description
app.cart.items.count
number
Total number of items in cart
app.order.amount
number
Order amount
app.order.id
string
Order ID
app.order.items.count
number
Number of unique items in order
app.payment.transaction.id
string
Payment transaction ID
app.shipping.amount
number
Shipping amount
app.shipping.tracking.id
string
Shipping tracking ID
app.user.currency
string
User currency
app.user.id
string
User ID
Currency
Name
Type
Description
app.currency.conversion.from
string
Currency code to convert from
app.currency.conversion.to
string
Currency code to convert to
Email
Name
Type
Description
app.email.recipient
string
Email used for order confirmation
app.order.id
string
Order ID
Frontend
Name
Type
Description
app.cart.size
number
Total number of items in cart
app.cart.items.count
number
Count of unique items in cart
app.cart.shipping.cost
number
Cart shipping cost
app.cart.total.price
number
Cart total price
app.currency
string
User currency
app.currency.new
string
New currency to set
app.order.total
number
Order total cost
app.product.id
string
Product ID
app.product.quantity
number
Product quantity
app.products.count
number
Total products displayed
app.request.id
string
Request ID
app.session.id
string
Session ID
app.user.id
string
User ID
Load Generator
Name
Type
Description
None yet
Payment
Name
Type
Description
app.payment.amount
number
Total payment amount
app.payment.card_type
string
Type of card used for payment
app.payment.card_valid
boolean
Was the card used valid
app.payment.charged
boolean
Was the charge successful (false with load generator)