Add span attributes manually
Overview
You can add attributes to your spans for more visibility. Attributes can be added to a span at any time before the span is finished.
All keys will get a prefix of
aspecto.extra
Example: add an attribute to an Express endpoint span
After a successful run:
Go to Trace Search -> select the relevant trace -> select the span you added attributes to -> click the 'raw data' tab.
Last updated