Skip to content

Commit 7ed4f2d

Browse files
committed
Errata from Kazuki Suda
1 parent 85a71a8 commit 7ed4f2d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

8/8-20-prometheus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ scrape_configs:
33
consul_sd_configs:
44
- server: 'localhost:8500'
55
relabel_configs:
6-
- source_labels: [__meta_consul_tag]
6+
- source_labels: [__meta_consul_tags]
77
regex: '.*,prod,.*'
88
action: keep

8/8-21-prometheus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ scrape_configs:
33
consul_sd_configs:
44
- server: 'localhost:8500'
55
relabel_configs:
6-
- source_labels: [__meta_consul_tag]
6+
- source_labels: [__meta_consul_tags]
77
regex: '.*,(prod|staging|dev),.*'
88
target_label: env

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

22
This repository contains example code and files that go with the book
33
[Prometheus Up &
4-
Running](http://shop.oreilly.com/product/0636920147343.do).
4+
Running](https://www.safaribooksonline.com/library/view/prometheus-up/9781492034131/).
55

0 commit comments

Comments
 (0)