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/azure-monitor/essentials/prometheus-metrics-overview.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: EdB-MSFT
5
5
ms.service: azure-monitor
6
6
ms-author: edbaynash
7
7
ms.topic: conceptual
8
-
ms.date: 05/10/2023
8
+
ms.date: 01/25/2024
9
9
---
10
10
11
11
# Azure Monitor managed service for Prometheus
@@ -45,13 +45,14 @@ See [Azure Monitor service limits](../service-limits.md#prometheus-metrics) for
45
45
## Limitations/Known issues - Azure Monitor managed Service for Prometheus
46
46
47
47
- Scraping and storing metrics at frequencies less than 1 second isn't supported.
48
-
- Metrics with the same label names but different cases are rejected during ingestion (ex;- `diskSize(cluster="eastus", node="node1", filesystem="usr_mnt", FileSystem="usr_opt")` is invalid due to `filesystem` and `FileSystem` labels, and are rejected).
49
48
- Microsoft Azure operated by 21Vianet cloud and Air gapped clouds aren't supported for Azure Monitor managed service for Prometheus.
50
49
- To monitor Windows nodes & pods in your cluster(s), follow steps outlined [here](../containers/kubernetes-monitoring-enable.md#enable-windows-metrics-collection-preview).
51
50
- Azure Managed Grafana isn't currently available in the Azure US Government cloud.
52
51
- Usage metrics (metrics under `Metrics` menu for the Azure Monitor workspace) - Ingestion quota limits and current usage for any Azure monitor Workspace aren't available yet in US Government cloud.
53
52
- During node updates, you might experience gaps lasting 1 to 2 minutes in some metric collections from our cluster level collector. This gap is due to a regular action from Azure Kubernetes Service to update the nodes in your cluster. This behavior is expected and occurs due to the node it runs on being updated. None of our recommended alert rules are affected by this behavior.
Azure managed Prometheus is a case insensitive system. If one time series differs from another only by a difference in the case of a string (metric name, label name, label value, etc), it's treated as the same time series. This behavior is different from native open source Prometheus, which is a case sensitive system.
10
+
Azure managed Prometheus is a case insensitive system. It treats strings, such as metric names, label names, or label values, as the same time series if they differ from another time series only by the case of the string.
11
+
12
+
> [!NOTE]
13
+
> This behavior is different from native open source Prometheus, which is a case sensitive system.
11
14
12
15
In Azure managed Prometheus the following time series are considered the same:
13
16
@@ -16,10 +19,10 @@ In Azure managed Prometheus the following time series are considered the same:
16
19
17
20
The above examples are a single time series in a time series database.
18
21
- Any samples ingested against them are stored as if they're scraped/ingested against a single time series.
19
-
- If the examples above are ingested with the same timestamp, one of them is randomly dropped.
22
+
- If the preceding examples are ingested with the same timestamp, one of them is randomly dropped.
20
23
- The casing that's stored in the time series database and returned by a query is unpredictable. Different casing may be returned at different times for the same time series.
21
24
- Any metric name or label name/value matcher present in the query is retrieved from time series database by making a case-insensitive comparison. If there's a case sensitive matcher in a query, it's automatically treated as a case-insensitive matcher when making string comparisons.
22
25
23
-
It is best practice to ensure that a time series is produced or scraped using a single consistent case.
26
+
It's best practice to ensure that a time series is produced or scraped using a single consistent case.
24
27
25
-
In OSS Prometheus, the above time series are treated as two different time series. Any samples scraped/ingested against them are stored separately.
28
+
In Open Source Prometheus, the above time series are treated as two different time series. Any samples scraped/ingested against them are stored separately.
Copy file name to clipboardExpand all lines: articles/azure-monitor/includes/prometheus-faq-i-am-missing-metrics-with-same-name-different-casing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,4 @@ author: EdB-MSFT
8
8
9
9
### Why am I missing metrics that have two labels with the same name but different casing?
10
10
11
-
Metrics that have two label names that are the same except for their casing will be treated as having duplicate label names. These time series will be dropped upon ingestion since the two labels are seen as the same. For example, the time series `my_metric{ExampleLabel="label_value_0", examplelabel="label_value_1}` will be dropped due to duplicate labels since `ExampleLabel` and `examplelabel` will be seen as the same label name.
11
+
Azure managed Prometheus is a case insensitive system. It treats strings, such as metric names, label names, or label values, as the sametime series if they differ from another time series only by the case of the string. For more information, see [Prometheus metrics overview](/azure/azure-monitor/essentials/prometheus-metrics-overview#case-sensitivity).
Copy file name to clipboardExpand all lines: includes/azure-monitor-limits-metrics.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ ms.custom: "include file"
12
12
13
13
### Ingestion
14
14
15
+
Azure managed Prometheus is a case insensitive system. It treats strings, such as metric names, label names, or label values, as the same time series if they differ from another time series only by the case of the string. For more information, see [Prometheus metrics overview](/azure/azure-monitor/essentials/prometheus-metrics-overview#case-sensitivity).
16
+
15
17
The following limits apply to the Azure Monitor workspace ingesting your Prometheus metrics.
0 commit comments