forked from elastic/apm-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move labels and timestamp to model.APMEvent (elastic#5840) (elastic#5847
) * Remove event-specific Labels fields Remove Transaction.Labels, Span.Labels, etc., and combine global labels ("metadata labels") with event-specific labels at decoding and model construction time. * model: move Timestamp to APMEvent * model/modeldecoder: adapt to APMEvent.Timestamp Remove modeldecoder.Input.RequestTime. Instead, we will have processor/stream initialise the base event's timestamp to the request time and leave it unmodified in the event that no timestamp is specified for the event. * processor/otel: adapt to APMEvent.Timestamp * aggregation: adapt to APMEvent.Timestamp (cherry picked from commit c041e85) Co-authored-by: Andrew Wilkins <[email protected]>
- Loading branch information
1 parent
fc9f9c9
commit 3836710
Showing
42 changed files
with
629 additions
and
681 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.