Skip to content

Commit bf5620f

Browse files
committed
Minor edits addressing PR comments
1 parent 2b0af0b commit bf5620f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ relabelings:
249249
```
250250

251251
> [!NOTE]
252-
> If you have relabeling configs, ensure that the relabeling does not filter out the targets, and the labels configured correctly matches the targets.
252+
> If you have relabeling configs, ensure that the relabeling does not filter out the targets, and the labels configured correctly match the targets.
253253

254254
### Metric Relabelings
255255

articles/azure-monitor/containers/prometheus-metrics-troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ If the pods are running as expected, the next place to check is the container lo
5757

5858
## Check for relabeling configs
5959

60-
If metrics are missing, you can also check if you have relabeling configs. With relabeling configs, ensure that the relabeling does not filter out the targets, and the labels configured correctly matches the targets. Refer to [Prometheus relabel config documentation](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config) for more details.
60+
If metrics are missing, you can also check if you have relabeling configs. With relabeling configs, ensure that the relabeling does not filter out the targets, and the labels configured correctly match the targets. Refer to [Prometheus relabel config documentation](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config) for more details.
6161

6262
## Container logs
6363
View the container logs with the following command:

0 commit comments

Comments
 (0)