|
1 | 1 | ---
|
2 |
| -title: Azure Application Insights Data Model - Trace Telemetry |
3 |
| -description: Application Insights data model for trace telemetry |
| 2 | +title: 'Application Insights data model: Trace telemetry' |
| 3 | +description: Application Insights data model for trace telemetry. |
4 | 4 | ms.topic: conceptual
|
5 | 5 | ms.date: 04/25/2017
|
6 | 6 | ---
|
7 | 7 |
|
8 | 8 | # Trace telemetry: Application Insights data model
|
9 | 9 |
|
10 |
| -Trace telemetry (in [Application Insights](./app-insights-overview.md)) represents `printf` style trace statements that are text-searched. `Log4Net`, `NLog`, and other text-based log file entries are translated into instances of this type. The trace does not have measurements as an extensibility. |
| 10 | +Trace telemetry in [Application Insights](./app-insights-overview.md) represents `printf`-style trace statements that are text searched. `Log4Net`, `NLog`, and other text-based log file entries are translated into instances of this type. The trace doesn't have measurements as an extensibility. |
11 | 11 |
|
12 | 12 | ## Message
|
13 | 13 |
|
14 | 14 | Trace message.
|
15 | 15 |
|
16 |
| -Max length: 32768 characters |
| 16 | +**Maximum length**: 32,768 characters |
17 | 17 |
|
18 | 18 | ## Severity level
|
19 | 19 |
|
20 |
| -Trace severity level. Value can be `Verbose`, `Information`, `Warning`, `Error`, `Critical`. |
| 20 | +Trace severity level. |
| 21 | + |
| 22 | +**Values**: `Verbose`, `Information`, `Warning`, `Error`, and `Critical` |
21 | 23 |
|
22 | 24 | ## Custom properties
|
23 | 25 |
|
24 | 26 | [!INCLUDE [application-insights-data-model-properties](../../../includes/application-insights-data-model-properties.md)]
|
25 | 27 |
|
26 | 28 | ## Next steps
|
27 | 29 |
|
28 |
| -- [Explore .NET trace logs in Application Insights](./asp-net-trace-logs.md). |
29 |
| -- [Explore Java trace logs in Application Insights](./java-in-process-agent.md#autocollected-logs). |
| 30 | +- Explore [.NET trace logs in Application Insights](./asp-net-trace-logs.md). |
| 31 | +- Explore [Java trace logs in Application Insights](./java-in-process-agent.md#autocollected-logs). |
30 | 32 | - See [data model](data-model.md) for Application Insights types and data model.
|
31 |
| -- [Write custom trace telemetry](./api-custom-events-metrics.md#tracktrace) |
| 33 | +- Write [custom trace telemetry](./api-custom-events-metrics.md#tracktrace). |
32 | 34 | - Check out [platforms](./app-insights-overview.md#supported-languages) supported by Application Insights.
|
33 |
| - |
|
0 commit comments