AppendTrace adds the given trace to the block. This method must be safe for concurrent use with read operations. Parameters: - id: The ID of the trace. - tr: The trace object. - start: The start time of the trace. - end: The end time of the trace. - adjustIngestionSlack: If true, adjusts the ingesti
(id ID, tr *tempopb.Trace, start, end uint32, adjustIngestionSlack bool)
| 123 | // - adjustIngestionSlack: If true, adjusts the ingestion slack based on the current time (now()). |
| 124 | // Returns an error if the append operation fails. |
| 125 | AppendTrace(id ID, tr *tempopb.Trace, start, end uint32, adjustIngestionSlack bool) error |
| 126 | |
| 127 | // IngestionSlack returns the duration of the ingestion slack. |
| 128 | IngestionSlack() time.Duration |
no outgoing calls