Skip to content

Commit e0d8936

Browse files
committed
change
1 parent 137a58a commit e0d8936

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/azure-monitor/essentials/prometheus-metrics-scrape-configuration.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ In Azure managed Prometheus the follow time series are considered the same:
1919
`diskSize(cluster=”eastus”, node=”node1”, filesystem=”usr_mnt”)`
2020
`diskSize(cluster=”eastus”, node=”node1”, filesystem=”usr_MNT”)`
2121

22-
The above examples are a single time series in time series database.
23-
- Any samples ingested against them will be stored as if they are scraped/ingested against a single time series.
24-
- If the examples above are ingested with the same timestamp, one of them will be dropped randomly.
25-
- The casing that will be stored in the time series database and returned in query, is unpredictable. Different casing at different times for the same time series may be returned.
26-
- Any metric name or label name/value matcher present in the query, will be retrieved from time series database by making a case-insensitive comparison. If there is a case sensitive matcher in a query, it is automatically treated as a case-insensitive matcher when making string comparisons.
22+
The above examples are a single time series in time series database.
23+
- Any samples ingested against them are be stored as if they're scraped/ingested against a single time series.
24+
- If the examples above are ingested with the same timestamp, one of them is randomly dropped.
25+
- The casing that's stored in the time series database and returned in query, is unpredictable. Different casing may be returned at different times for the same time series.
26+
- 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 is a case sensitive matcher in a query, it's automatically treated as a case-insensitive matcher when making string comparisons.
2727

28-
It is best practice to insure that a time series is produced/scraped only in 1 unique casing.
28+
It is best practice to insure that a time series is produced or scraped using a single consistent case.
2929

30-
In OSS Prometheus the above time series are treated as two different time series. Any samples scraped/ingested against them will be stored separately.
30+
In OSS Prometheus the above time series are treated as two different time series. Any samples scraped/ingested against them are stored separately.
3131

3232
## Configmaps
3333

0 commit comments

Comments
 (0)