Skip to content

Commit b3d603f

Browse files
update note
1 parent 7b8b5cc commit b3d603f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -457,12 +457,10 @@ metric_relabel_configs:
457457
regex: '.+'
458458
```
459459
460-
---
461-
462460
### Note
463461
> [!NOTE]
464462
>
465-
> If you wish to add labels to all the jobs in your custom configuration, explicitly add labels using metrics_relabel_config for each job. Global external labels are not supported via configmap based prometheus configuration.
463+
> If you wish to add labels to all the jobs in your custom configuration, explicitly add labels using metrics_relabel_configs for each job. Global external labels are not supported via configmap based prometheus configuration.
466464
> ```yaml
467465
> relabel_configs:
468466
> - source_labels: [__address__]
@@ -471,6 +469,10 @@ metric_relabel_configs:
471469
> ```
472470
>
473471

472+
---
473+
474+
475+
474476
### Basic Authentication
475477
### [Scrape Configs using Config file](#tab/ConfigFileScrapeConfigBasicAuth)
476478

0 commit comments

Comments
 (0)