Skip to content

Commit 35ab18d

Browse files
authored
Merge pull request #458 from bosh-prometheus/ensure-bpm-is-available-for-cf-exporter
Ensure BPM is available for cf_exporter
2 parents 1bfdffc + fd04621 commit 35ab18d

File tree

4 files changed

+11
-20
lines changed

4 files changed

+11
-20
lines changed

manifests/operators/enable-cf-route-registrar.yml

-10
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,10 @@
5454
uris:
5555
- grafana.((system_domain))
5656

57-
# Releases
58-
- type: replace
59-
path: /releases/-
60-
value:
61-
name: bpm
62-
version: 1.1.9
63-
url: https://bosh.io/d/github.com/cloudfoundry/bpm-release?v=1.1.9
64-
sha1: dcf0582d838a73de29da273552ae79ac3098ee8b
65-
6657
- type: replace
6758
path: /releases/-
6859
value:
6960
name: routing
7061
version: 0.209.0
7162
url: https://bosh.io/d/github.com/cloudfoundry/routing-release?v=0.209.0
7263
sha1: 4d5112c81d975b371f4b4513e112cb6054e5ed10
73-

manifests/operators/monitor-cf.yml

+6
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
environment: "((metrics_environment))"
1919
skip_ssl_verify: ((skip_ssl_verify))
2020

21+
- type: replace
22+
path: /instance_groups/name=prometheus2/jobs/name=bpm?
23+
value:
24+
name: bpm
25+
release: bpm
26+
2127
- type: replace
2228
path: /instance_groups/-
2329
value:

manifests/operators/monitor-credhub.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Exporter jobs
44
- type: replace
5-
path: /instance_groups/name=prometheus2/jobs/-
5+
path: /instance_groups/name=prometheus2/jobs/name=bpm?
66
value:
77
name: bpm
88
release: bpm
@@ -44,12 +44,3 @@
4444
- type: replace
4545
path: /instance_groups/name=grafana/jobs/name=grafana/properties/grafana/prometheus/dashboard_folders/name=BOSH?/files/-
4646
value: /var/vcap/jobs/credhub_dashboards/*.json
47-
48-
# Releases
49-
- type: replace
50-
path: /releases/-
51-
value:
52-
name: bpm
53-
version: 1.1.9
54-
url: https://bosh.io/d/github.com/cloudfoundry/bpm-release?v=1.1.9
55-
sha1: dcf0582d838a73de29da273552ae79ac3098ee8b

manifests/prometheus.yml

+4
Original file line numberDiff line numberDiff line change
@@ -175,3 +175,7 @@ releases:
175175
version: 27.2.2
176176
url: https://github.com/bosh-prometheus/prometheus-boshrelease/releases/download/v27.2.2/prometheus-27.2.2.tgz
177177
sha1: 298fe631ebfc5d02aad95a02d951a033438d5b7f
178+
- name: bpm
179+
version: 1.1.21
180+
url: https://bosh.io/d/github.com/cloudfoundry/bpm-release?v=1.1.21
181+
sha1: e8abe19ec186962828de843f8f281cddb6141904

0 commit comments

Comments
 (0)