You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/synapse-analytics/known-issues.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn about the currently known issues with Azure Synapse Analytics
5
5
author: charithdilshan
6
6
ms.author: ccaldera
7
7
ms.reviewer: wiassaf, joanpo
8
-
ms.date: 02/20/2024
8
+
ms.date: 03/14/2024
9
9
ms.service: synapse-analytics
10
10
ms.subservice: overview
11
11
ms.topic: conceptual
@@ -21,6 +21,7 @@ To learn more about Azure Synapse Analytics, see the [Azure Synapse Analytics Ov
21
21
22
22
|Azure Synapse Component|Status|Issue|
23
23
|:---------|:---------|:---------|
24
+
|Azure Synapse dedicated SQL pool|[Customers are unable to monitor their usage of Dedicated SQL Pool by using metrics](#customers-are-unable-to-monitor-their-usage-of-dedicated-sql-pool-by-using-metrics)|Has Workaround|
24
25
|Azure Synapse dedicated SQL pool|[Query failure when ingesting a parquet file into a table with AUTO_CREATE_TABLE='ON'](#query-failure-when-ingesting-a-parquet-file-into-a-table-with-auto_create_tableon)|Has Workaround|
25
26
|Azure Synapse dedicated SQL pool|[Queries failing with Data Exfiltration Error](#queries-failing-with-data-exfiltration-error)|Has Workaround|
26
27
|Azure Synapse dedicated SQL pool|[UPDATE STATISTICS statement fails with error: "The provided statistics stream is corrupt."](#update-statistics-failure)|Has Workaround|
@@ -36,6 +37,12 @@ To learn more about Azure Synapse Analytics, see the [Azure Synapse Analytics Ov
36
37
37
38
## Azure Synapse Analytics dedicated SQL pool active known issues summary
38
39
40
+
### Customers are unable to monitor their usage of Dedicated SQL Pool by using metrics
41
+
42
+
An internal upgrade of our telemetry emission logic, which was meant to enhance the performance and reliability of our telemetry data, caused an unexpected issue that affected some customers' ability to monitor their Dedicated SQL Pool, `tempdb`, and DW Data IO metrics.
43
+
44
+
**Workaround**: Upon identifying the issue, our team took action to identify the root cause and update the configuration in our system. Customers can fix the issue by pausing and resuming their instance, which will restore the normal state of the instance and the telemetry data flow.
45
+
39
46
### Query failure when ingesting a parquet file into a table with AUTO_CREATE_TABLE='ON'
40
47
41
48
Customers who try to ingest a parquet file into a hash distributed table with `AUTO_CREATE_TABLE='ON'` may receive the following error:
0 commit comments