Skip to content

Commit b137a4a

Browse files
committed
case insensititvity2
1 parent 4460933 commit b137a4a

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

articles/azure-monitor/essentials/prometheus-api-promql.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -204,12 +204,7 @@ The following limitations are in addition to those detailed in the Prometheus sp
204204

205205
For more information on Prometheus metrics limits, see [Prometheus metrics](../../azure-monitor/service-limits.md#prometheus-metrics)
206206

207-
> [!NOTE]
208-
> Azure managed Prometheus is **case insensitive**. If one time series differs from another only by the casing of a string - metric name, label name, label value etc, it is treated the same time series. This behavior differs from native open source Prometheus which is a case sensitive system. For example, the following two time series are threated as the same time series in Azure managed Prometheus:
209-
> `diskSize(cluster=”eastus”, node=”node1”, filesystem=”usr_mnt”)`
210-
> `diskSize(cluster=”eastus”, node=”node1”, filesystem=”usr_MNT”)`
211-
> For more information on scraping and case sensitivity, see [Customize scraping of Prometheus metrics in Azure Monitor](./prometheus-metrics-scrape-configuration.md#case-sensitivity)
212-
207+
[!INCLUDE [prometheus-case-sensitivity.md](..//includes/prometheus-case-sensitivity.md)]
213208

214209
## Next steps
215210

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ See [Azure Monitor service limits](../service-limits.md#prometheus-metrics) for
4747
- Metrics addon doesn't work on AKS clusters configured with HTTP proxy.
4848
- Scraping and storing metrics at frequencies less than 1 second isn't supported.
4949

50-
50+
[!INCLUDE [prometheus-case-sensitivity.md](..//includes/prometheus-case-sensitivity.md)]
5151
## Prometheus references
5252
Following are links to Prometheus documentation.
5353

0 commit comments

Comments
 (0)