How is HttpContext TraceIdentifier (aka Correlation-Id) generated?
I request a page through controller which gives me the following TraceId: 0HLEACIU86PT6:00000
0HLEACIU86PT6:00000
It is DateTime.UtcNow.Ticks base32 encoded.
DateTime.UtcNow.Ticks
https://github.com/aspnet/HttpAbstractions/blob/87cd79d6fc54bb4abf07c1e380cd7a9498a78612/src/Microsoft.AspNetCore.Http/Features/HttpRequestIdentifierFeature.cs