Expand description
Computation of breakdowns from event data.
Breakdowns are product-defined numbers that are indirectly reported by the client, and are materialized during ingestion. They are usually an aggregation over data present in the event.
Structs§
- Breakdowns
Config - Configuration for computing breakdowns from data in the event.
- Span
Operations Config - Configuration to define breakdowns based on span operation name.
- Time
Window Span - A time window declared by its start and end timestamp.
Enums§
- Breakdown
Config - Configuration to define breakdown to be generated based on properties and breakdown type.
Functions§
- normalize_
breakdowns - Computes breakdowns for an event based on the given configuration.