Package 

Class Span


  • @JsonClass(generateAdapter = true) 
    public final class Span
    
                        

    A span represents a single unit of work done in the app. It can be a network request, a database query, a view transition, etc. It has a start time, an end time, and attributes that describe it.