Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev-itpro/administration/telemetry-database-locks-trace.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Database Lock Timeout Trace Telemetry | Microsoft Docs
description: Learn about the database lock timeout Trace Telemetry telemetry in Business Central
description: Learn about the database lock timeout telemetry in Business Central
author: jswymer
ms.topic: how-to
ms.devlang: al
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@ Occurs when the operation to move the environment to a different Entra tenant st

|Dimension|Description or value|
|---------|-----|
|message|**Environment move to {destinationAadTenantId} AAD tenant operation operation started: {sourceEnvironmentName}** <br /><br /> `{sourceEnvironmentName}` indicates the name of the environment to be moved.<br /><br /> `{destinationAadTenantId}` indicates the destination Entra tenant.|
|message|**Environment move to {destinationAadTenantId} AAD tenant operation started: {sourceEnvironmentName}** <br /><br /> `{sourceEnvironmentName}` indicates the name of the environment to be moved.<br /><br /> `{destinationAadTenantId}` indicates the destination Entra tenant.|

### Custom dimensions

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ traces

## Financial report definition imported: {Report Definition Code}

Occurs when a user imports a financial report report definition.
Occurs when a user imports a financial report definition.

### General dimensions

Expand Down Expand Up @@ -649,7 +649,7 @@ traces

## Financial report definition exported: {Report Definition Code}

Occurs when a user exports a financial report report definition.
Occurs when a user exports a financial report definition.

### General dimensions

Expand Down Expand Up @@ -688,7 +688,7 @@ traces

## Financial report definition modified: {Report Definition Code}

Occurs when a user modifies a financial report report definition.
Occurs when a user modifies a financial report definition.

### General dimensions

Expand Down Expand Up @@ -727,7 +727,7 @@ traces

## Financial report definition deleted: {Report Definition Code}

Occurs when a user deletes a financial report report definition.
Occurs when a user deletes a financial report definition.

### General dimensions

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ In the table below, you can read more about the scenarios and get sample KQL cod
| Condition | Area | Relevant for | Description | Event Id(s) | KQL sample code (*CTRL+click* to open in new page) |
| --------- | -----| ------------ | ----------- | --------------- | ------------ |
| Job queue errors | Errors | VAR | Get alerted on job queue entries fail. | AL0000E26 | [JobQueueFailures.kql](https://github.com/microsoft/BCTech/blob/master/samples/AppInsights/Alerts/AlertingKQLSamples/JobQueueFailures.kql) |
| Job queue stopped due to errors errors | Errors | VAR | Get alerted on job queue entries that are stopped due to recurring errors (because they have failed for all retry attempts). | AL0000JRG | [JobQueueFailures.kql](https://github.com/microsoft/BCTech/blob/master/samples/AppInsights/Alerts/AlertingKQLSamples/JobQueueFailures.kql) |
| Job queue stopped due to errors | Errors | VAR | Get alerted on job queue entries that are stopped due to recurring errors (because they have failed for all retry attempts). | AL0000JRG | [JobQueueFailures.kql](https://github.com/microsoft/BCTech/blob/master/samples/AppInsights/Alerts/AlertingKQLSamples/JobQueueFailures.kql) |
| Job queue not running | Errors | VAR | Get alerted if no job queue entries have been started in a given time period. | AL0000E26 | [NoJobQueueRuns.kql](https://github.com/microsoft/BCTech/blob/master/samples/AppInsights/Alerts/AlertingKQLSamples/NoJobQueueRuns.kql) |


Expand Down