Simple ways to attach rich, query-able tags to your traces.
tags
dictionary to the first span you create, every child span automatically gets the same tags. That means you set them once and they flow down the entire call-stack.
tags
argument on that specific decorator or context manager.