Application Insights traces come out of the box in several shapes: structured JSON lines with numeric severityLevel, the traditional on-prem prefix (timestamp followed by a role), and Analytics query output. Azure Application Insights Formatter detects the shape, resolves numeric severities to names, and lines each trace up into time | severity | role | operation | message columns.
A severity histogram, roles breakdown, and per-operation volume complete the picture — enough to jump straight from paste to “The webapp started 4xxing orders at 14:00.”