Skip to content

Commit 09f154a

Browse files
committed
edit pass: app-articles-batch-14
1 parent 747f69e commit 09f154a

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

articles/azure-monitor/app/data-model-trace-telemetry.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,34 @@
11
---
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.
44
ms.topic: conceptual
55
ms.date: 04/25/2017
66
---
77

88
# Trace telemetry: Application Insights data model
99

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.
1111

1212
## Message
1313

1414
Trace message.
1515

16-
Max length: 32768 characters
16+
**Maximum length**: 32,768 characters
1717

1818
## Severity level
1919

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`
2123

2224
## Custom properties
2325

2426
[!INCLUDE [application-insights-data-model-properties](../../../includes/application-insights-data-model-properties.md)]
2527

2628
## Next steps
2729

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).
3032
- 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).
3234
- Check out [platforms](./app-insights-overview.md#supported-languages) supported by Application Insights.
33-

includes/application-insights-data-model-properties.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: include
55
ms.date: 11/09/2018
66
ms.author: mbullwin
77
---
8-
Name-value collection of custom properties. This collection is used to extend standard telemetry with the custom dimensions. Examples are deployment slot that produced telemetry or telemetry-item specific property like order number.
8+
Name-value collection of custom properties: This collection is used to extend standard telemetry with the custom dimensions. Examples are the deployment slot that produced telemetry or the telemetry-item specific property like the order number.
99

10-
Max key length: 150
11-
Max value length: 8192
10+
- **Maximum key length**: 150
11+
- **Maximum value length**: 8,192

0 commit comments

Comments
 (0)