Expand description
Span normalization logic.
Modules§
- ai
- AI cost calculation.
- country_
subregion - Mapping betwwen country code and subregion code
- description
- Span description scrubbing logic.
- exclusive_
time - Span attribute materialization.
- tag_
extraction - Logic for persisting items into
span.sentry_tagsandspan.measurementsfields. These are then used for metrics extraction.
Statics§
- TABLE_
NAME_ REGEX - Regex used to scrub hex IDs and multi-digit numbers from table names and other identifiers.
Functions§
- normalize_
app_ start_ spans - Replaces snake_case app start spans op with dot.case op.
- normalize_
dsc_ for_ event_ spans - Writes DSC attributes needed for dynamic sampling into the spans’
data. - normalize_
dsc_ for_ span_ data - Writes DSC attributes needed for dynamic sampling into
span_data.