Skip to content

Commit fce239c

Browse files
authored
Merge pull request #218454 from cmcclister/cm-linkfix-20221115-1
LinkFix: azure-docs-pr (2022-11) - 1
2 parents f393699 + f3b4985 commit fce239c

File tree

45 files changed

+160
-166
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+160
-166
lines changed

articles/azure-monitor/essentials/prometheus-metrics-overview.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The only requirement to enable Azure Monitor managed service for Prometheus is t
3232
The primary method for visualizing Prometheus metrics is [Azure Managed Grafana](../../managed-grafana/overview.md). [Connect your Azure Monitor workspace to a Grafana workspace](azure-monitor-workspace-overview.md#link-a-grafana-workspace) so that it can be used as a data source in a Grafana dashboard. You then have access to multiple prebuilt dashboards that use Prometheus metrics and the ability to create any number of custom dashboards.
3333

3434
## Rules and alerts
35-
Azure Monitor managed service for Prometheus supports recording rules and alert rules using PromQL queries. Metrics recorded by recording rules are stored back in the Azure Monitor workspace and can be queried by dashboard or by other rules. Alerts fired by alert rules can trigger actions or notifications, as defined in the [action groups](/azure/azure-monitor/alerts/action-groups) configured for the alert rule. You can also view fired and resolved Prometheus alerts in the Azure portal along with other alert types. For your AKS cluster, a set of [predefined Prometheus alert rules](/azure/azure-monitor/containers/container-insights-metric-alerts) and [recording rules ](/azure/azure-monitor/essentials/prometheus-metrics-scrape-default#recording-rules)is provided to allow easy quick start.
35+
Azure Monitor managed service for Prometheus supports recording rules and alert rules using PromQL queries. Metrics recorded by recording rules are stored back in the Azure Monitor workspace and can be queried by dashboard or by other rules. Alerts fired by alert rules can trigger actions or notifications, as defined in the [action groups](../alerts/action-groups.md) configured for the alert rule. You can also view fired and resolved Prometheus alerts in the Azure portal along with other alert types. For your AKS cluster, a set of [predefined Prometheus alert rules](../containers/container-insights-metric-alerts.md) and [recording rules ](./prometheus-metrics-scrape-default.md#recording-rules)is provided to allow easy quick start.
3636

3737
## Limitations
3838
See [Azure Monitor service limits](../service-limits.md#prometheus-metrics) for performance related service limits for Azure Monitor workspaces.
@@ -58,5 +58,4 @@ Following are links to Prometheus documentation.
5858
- [Enable Azure Monitor managed service for Prometheus](prometheus-metrics-enable.md).
5959
- [Collect Prometheus metrics for your AKS cluster](../containers/container-insights-prometheus-metrics-addon.md).
6060
- [Configure Prometheus alerting and recording rules groups](prometheus-rule-groups.md).
61-
- [Customize scraping of Prometheus metrics](prometheus-metrics-scrape-configuration.md).
62-
61+
- [Customize scraping of Prometheus metrics](prometheus-metrics-scrape-configuration.md).

articles/azure-monitor/faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ sections:
184184
- question: |
185185
Can I view my Prometheus metrics in Azure Monitor Metrics explorer?
186186
answer: |
187-
Metrics explorer in Azure Monitor does not currently support visualizing Prometheus metric data. Please look at using [Azure Managed Grafana](/azure/managed-grafana/) to visualize your metrics in Azure Monitor managed service for Prometheus.
187+
Metrics explorer in Azure Monitor does not currently support visualizing Prometheus metric data. Please look at using [Azure Managed Grafana](../managed-grafana/index.yml) to visualize your metrics in Azure Monitor managed service for Prometheus.
188188
- question: |
189189
Can I use Azure Managed Grafana in a different region than my Azure Monitor workspace and Managed Prometheus?
190190
answer: |
@@ -1229,4 +1229,4 @@ additionalContent: |
12291229
- [Log Analytics](/answers/topics/azure-monitor.html)
12301230
- [Application Insights](/answers/topics/azure-monitor.html)
12311231
1232-
For general feedback on Azure Monitor please visit the [feedback forum](https://feedback.azure.com/d365community/forum/79b1327d-d925-ec11-b6e6-000d3a4f06a4).
1232+
For general feedback on Azure Monitor please visit the [feedback forum](https://feedback.azure.com/d365community/forum/79b1327d-d925-ec11-b6e6-000d3a4f06a4).

articles/azure-monitor/monitor-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This article is a reference of the different applications and services that are
1515

1616
Azure Monitor data is collected and stored based on resource provider namespaces. Each resource in Azure has a unique ID. The resource provider namespace is part of all unique IDs. For example, a key vault resource ID would be similar to `/subscriptions/d03b04c7-d1d4-eeee-aaaa-87b6fcb38b38/resourceGroups/KeyVaults/providers/Microsoft.KeyVault/vaults/mysafekeys ` . *Microsoft.KeyVault* is the resource provider namespace. *Microsoft.KeyVault/vaults/* is the resource provider.
1717

18-
For a list of Azure resource provider namespaces, see [Resource providers for Azure services](/azure/azure-resource-manager/management/azure-services-resource-providers).
18+
For a list of Azure resource provider namespaces, see [Resource providers for Azure services](../azure-resource-manager/management/azure-services-resource-providers.md).
1919

2020
For a list of resource providers that support Azure Monitor
2121

@@ -86,4 +86,4 @@ Azure Monitor can collect data from resources outside of Azure by using the meth
8686
- Read more about the [Azure Monitor data platform that stores the logs and metrics collected by insights and solutions](data-platform.md).
8787
- Complete a [tutorial on monitoring an Azure resource](essentials/tutorial-resource-logs.md).
8888
- Complete a [tutorial on writing a log query to analyze data in Azure Monitor Logs](essentials/tutorial-resource-logs.md).
89-
- Complete a [tutorial on creating a metrics chart to analyze data in Azure Monitor Metrics](essentials/tutorial-metrics.md).
89+
- Complete a [tutorial on creating a metrics chart to analyze data in Azure Monitor Metrics](essentials/tutorial-metrics.md).

0 commit comments

Comments
 (0)