Help trace worker crash in Kusto. (#450)

* Help trace worker crash in Kusto.

* more

* feedback.
This commit is contained in:
Tingluo Huang
2020-04-27 23:44:17 -04:00
committed by GitHub
parent 1470a3b6e2
commit 70729fb3c4
3 changed files with 10 additions and 3 deletions

View File

@@ -137,6 +137,9 @@ namespace GitHub.Runner.Common
public const int RunnerUpdating = 3;
public const int RunOnceRunnerUpdating = 4;
}
public static readonly string InternalTelemetryIssueDataKey = "_internal_telemetry";
public static readonly string WorkerCrash = "WORKER_CRASH";
}
public static class RunnerEvent