| 37 | TYsonTraceConsumer::~TYsonTraceConsumer() = default; |
| 38 | |
| 39 | TString TYsonTraceConsumer::GetCurrentJobId() { |
| 40 | return GetEnv("YT_JOB_ID"); |
| 41 | } |
| 42 | |
| 43 | void TYsonTraceConsumer::AddEvent(const TDurationCompleteEvent& event, const TEventArgs* args) { |
| 44 | BeginEvent('X', event.Origin); |