Skip to content

Commit 91c496c

Browse files
authored
Merge pull request #188251 from spelluru/sbehmetrics0210
Dimensions are not exported
2 parents 306c937 + bce30a4 commit 91c496c

20 files changed

+40
-17
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
"source_path_from_root": "/articles/application-insights/app-insights-performance-counters.md",
1010
"redirect_url": "/azure/azure-monitor/app/performance-counters",
1111
"redirect_document_id": true
12+
},
13+
{
14+
"source_path_from_root": "/articles/azure-monitor/insights/service-bus-insights.md",
15+
"redirect_url": "/azure/service-bus-messaging/service-bus-insights",
16+
"redirect_document_id": false
1217
}
1318
]
1419
}

articles/azure-monitor/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,8 +1224,6 @@ items:
12241224
href: insights/cosmosdb-insights-overview.md
12251225
- name: Azure Data Explorer
12261226
href: insights/data-explorer.md
1227-
- name: Azure Service Bus
1228-
href: insights/service-bus-insights.md
12291227
- name: Log Analytics workspace
12301228
href: logs/log-analytics-workspace-insights-overview.md
12311229
- name: Networks

articles/azure-monitor/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ This article lists significant changes to Azure Monitor documentation.
175175

176176
**New articles**
177177

178-
- [Azure Monitor - Service Bus insights](insights/service-bus-insights.md)
178+
- [Azure Monitor - Service Bus insights](../service-bus-messaging/service-bus-insights.md)
179179

180180
**Updated articles**
181181

articles/event-hubs/monitor-event-hubs-reference.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@ title: Monitoring Azure Event Hubs data reference
33
description: Important reference material needed when you monitor Azure Event Hubs.
44
ms.topic: reference
55
ms.custom: subject-monitoring
6-
ms.date: 01/20/2022
6+
ms.date: 02/10/2022
77
---
88

99

1010
# Monitoring Azure Event Hubs data reference
1111
See [Monitoring Azure Event Hubs](monitor-event-hubs.md) for details on collecting and analyzing monitoring data for Azure Event Hubs.
1212

13+
> [!NOTE]
14+
> Azure Monitor doesn't include dimensions in the exported metrics data that's sent to a destination (Azure Storage, Azure Event Hubs, or Log Analytics).
15+
1316
## Metrics
1417
This section lists all the automatically collected platform metrics collected for Azure Event Hubs. The resource provider for these metrics is **Microsoft.EventHub/clusters** or **Microsoft.EventHub/clusters**.
1518

@@ -138,6 +141,9 @@ Name | Description
138141
## Azure Monitor Logs tables
139142
Azure Event Hubs uses Kusto tables from Azure Monitor Logs. You can query these tables with Log Analytics. For a list of Kusto tables the service uses, see [Azure Monitor Logs table reference](/azure/azure-monitor/reference/tables/tables-resourcetype#event-hubs).
140143

144+
> [!IMPORTANT]
145+
> Dimensions aren't exported to a Log Analytics workspace.
146+
141147

142148
## Next steps
143149
- For details on monitoring Azure Event Hubs, see [Monitoring Azure Event Hubs](monitor-event-hubs.md).

articles/event-hubs/monitor-event-hubs.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Monitoring Azure Event Hubs
33
description: Learn how to use Azure Monitor to view, analyze, and create alerts on metrics from Azure Event Hubs.
44
ms.topic: conceptual
55
ms.custom: subject-monitoring
6-
ms.date: 01/20/2022
6+
ms.date: 02/10/2022
77
---
88

99
# Monitor Azure Event Hubs
@@ -37,10 +37,16 @@ Resource Logs aren't collected and stored until you create a diagnostic setting
3737

3838
See [Create diagnostic setting to collect platform logs and metrics in Azure](../azure-monitor/essentials/diagnostic-settings.md) for the detailed process for creating a diagnostic setting using the Azure portal, CLI, or PowerShell. When you create a diagnostic setting, you specify which categories of logs to collect. The categories for Azure Event Hubs are listed in [Azure Event Hubs monitoring data reference](monitor-event-hubs-reference.md#resource-logs).
3939

40+
> [!NOTE]
41+
> Azure Monitor doesn't include dimensions in the exported metrics data that's sent to a destination (Azure Storage, Azure Event Hubs, or Log Analytics).
42+
43+
### Azure Storage
4044
If you use **Azure Storage** to store the diagnostic logging information, the information is stored in containers named **insights-logs-operationlogs** and **insights-metrics-pt1m**. Sample URL for an operation log: `https://<Azure Storage account>.blob.core.windows.net/insights-logs-operationallogs/resourceId=/SUBSCRIPTIONS/<Azure subscription ID>/RESOURCEGROUPS/<Resource group name>/PROVIDERS/MICROSOFT.SERVICEBUS/NAMESPACES/<Namespace name>/y=<YEAR>/m=<MONTH-NUMBER>/d=<DAY-NUMBER>/h=<HOUR>/m=<MINUTE>/PT1H.json`. The URL for a metric log is similar.
4145

46+
### Azure Event Hubs
4247
If you use **Azure Event Hubs** to store the diagnostic logging information, the information is stored in Event Hubs instances named **insights-logs-operationlogs** and **insights-metrics-pt1m**. You can also select your own event hub.
4348

49+
### Log Analytics
4450
If you use **Log Analytics** to store the diagnostic logging information, the information is stored in tables named **AzureDiagnostics** and **AzureMetrics**.
4551

4652
> [!IMPORTANT]

articles/service-bus-messaging/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@
220220
href: service-bus-end-to-end-tracing.md
221221
- name: Monitoring Azure Service Bus
222222
href: monitor-service-bus.md
223+
- name: Azure Monitor - Service Bus insights
224+
href: service-bus-insights.md
223225
- name: Integrate
224226
items:
225227
- name: Integrate with RabbitMQ
31.2 KB
Loading
16.2 KB
Loading
34.6 KB
Loading
12.3 KB
Loading

0 commit comments

Comments
 (0)