Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Update rootfs/etc/prometheus/scrape-configs/dockerswarm-services-endp…
Browse files Browse the repository at this point in the history
…oints-host.yml & rootfs/etc/prometheus/scrape-configs/dockerswarm-services-endpoints-ingress.yml
  • Loading branch information
socheatsok78 committed Jul 6, 2024
1 parent 7e63e86 commit 7f57193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ scrape_configs:
- source_labels: [__address__]
target_label: __param_target
- target_label: __address__
replacement: blackbox-exporter.svc.cluster.local:9115
replacement: tasks.blackbox-exporter.svc.cluster.local:9115
- source_labels: [__param_target]
target_label: instance

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ scrape_configs:
- source_labels: [__address__]
target_label: __param_target
- target_label: __address__
replacement: blackbox-exporter.svc.cluster.local:9115
replacement: tasks.blackbox-exporter.svc.cluster.local:9115
- source_labels: [__param_target]
target_label: instance

Expand Down

0 comments on commit 7f57193

Please sign in to comment.