Skip to content

Commit d8ce40a

Browse files
committed
more
1 parent 238d9ff commit d8ce40a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/sql-database/sql-database-metrics-diag-logging.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ You can enable and manage metrics and diagnostics telemetry logging by using one
4242

4343
When you enable metrics and diagnostics logging, you need to specify the Azure resource destination for collecting the diagnostics telemetry. Available options include:
4444

45-
- [Azure SQL Analytics](#stream-into-sql-analytics)
46-
- [Azure Event Hubs](#stream-into-event-hubs)
47-
- [Azure Storage](#stream-into-storage)
45+
- [Azure SQL Analytics](#stream-diagnostic-telemetry-into-sql-analytics)
46+
- [Azure Event Hubs](#stream-diagnostic-telemetry-into-event-hubs)
47+
- [Azure Storage](#stream-diagnostic-telemetry-into-azure-storage)
4848

4949
You can provision a new Azure resource or select an existing resource. After you choose a resource by using the **Diagnostic settings** option, specify which data to collect.
5050

@@ -310,7 +310,7 @@ Read about how to [enable diagnostics settings at resource creation by using a R
310310

311311
---
312312

313-
## Stream into SQL Analytics
313+
## Stream diagnostic telemetry into SQL Analytics
314314

315315
Azure SQL Analytics is a cloud solution that monitors the performance of single databases, elastic pools and pooled databases, and managed instances and instance databases at scale and across multiple subscriptions. It can help you collect and visualize Azure SQL Database performance metrics, and it has built-in intelligence for performance troubleshooting.
316316

@@ -353,7 +353,7 @@ You can use SQL Analytics as a hierarchical dashboard to view your SQL database
353353
- To learn how to use Azure SQL Analytics, see [Monitor SQL Database by using SQL Analytics](../log-analytics/log-analytics-azure-sql.md).
354354
- To learn how to set up alerts for in SQL Analytics, see [Creating alerts for database, elastic pools, and managed instances](../azure-monitor/insights/azure-sql.md#analyze-data-and-create-alerts).
355355

356-
## Stream into Event Hubs
356+
## Stream diagnostic telemetry into Event Hubs
357357

358358
You can stream SQL Database metrics and diagnostics logs into Event Hubs by using the built-in **Stream to an event hub** option in the Azure portal. You also can enable the Service Bus rule ID by using diagnostics settings via PowerShell cmdlets, the Azure CLI, or the Azure Monitor REST API.
359359

@@ -378,7 +378,7 @@ You can use streamed metrics in Event Hubs to:
378378

379379
Do you already have a custom-built telemetry platform or are considering building one? The highly scalable publish-subscribe nature of Event Hubs allows you to flexibly ingest diagnostics logs. See [Dan Rosanova's guide to using Event Hubs in a global-scale telemetry platform](https://azure.microsoft.com/documentation/videos/build-2015-designing-and-sizing-a-global-scale-telemetry-platform-on-azure-event-Hubs/).
380380

381-
## Stream into Storage
381+
## Stream diagnostic telemetry into Azure Storage
382382

383383
You can store metrics and diagnostics logs in Azure Storage by using the built-in **Archive to a storage account** option in the Azure portal. You can also enable Storage by using diagnostics settings via PowerShell cmdlets, the Azure CLI, or the Azure Monitor REST API.
384384

0 commit comments

Comments
 (0)