File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change @@ -259,6 +259,10 @@ orgs:
259
259
description : BOSH Docker CPI
260
260
has_projects : true
261
261
has_wiki : false
262
+ bosh_exporter :
263
+ description : BOSH Prometheus Exporter
264
+ default_branch : master
265
+ has_projects : false
262
266
bosh-gcscli :
263
267
description : GCS for BOSH
264
268
has_projects : false
@@ -559,6 +563,10 @@ orgs:
559
563
default_branch : main
560
564
description : CF CLI plugin to create syslog drains
561
565
has_projects : true
566
+ cf_exporter :
567
+ description : Cloud Foundry Prometheus Exporter
568
+ default_branch : master
569
+ has_projects : false
562
570
cf-for-k8s :
563
571
archived : true
564
572
default_branch : develop
@@ -1205,6 +1213,10 @@ orgs:
1205
1213
has_projects : true
1206
1214
existingvolumebroker :
1207
1215
has_projects : true
1216
+ firehose_exporter :
1217
+ description : Cloud Foundry Firehose Prometheus exporter
1218
+ default_branch : master
1219
+ has_projects : false
1208
1220
filelock :
1209
1221
has_projects : true
1210
1222
fileserver :
@@ -1783,6 +1795,10 @@ orgs:
1783
1795
description : NOAA is a client library to consume metric and log messages from
1784
1796
Doppler.
1785
1797
has_projects : true
1798
+ node-exporter-boshrelease :
1799
+ description : Prometheus Node Exporter BOSH Release
1800
+ default_branch : master
1801
+ has_projects : false
1786
1802
nodejs-buildpack :
1787
1803
description : Cloud Foundry buildpack for Node.js
1788
1804
has_projects : false
@@ -1899,6 +1915,10 @@ orgs:
1899
1915
procfile-cnb :
1900
1916
archived : true
1901
1917
has_projects : true
1918
+ prometheus-boshrelease :
1919
+ description : bosh release for prometheus ecosystem
1920
+ default_branch : master
1921
+ has_projects : false
1902
1922
public-buildpacks-ci-robots :
1903
1923
default_branch : main
1904
1924
has_projects : false
Original file line number Diff line number Diff line change @@ -351,6 +351,24 @@ areas:
351
351
- cloudfoundry/bosh-alicloud-light-stemcell-builder
352
352
- cloudfoundry/bosh-ali-storage-cli
353
353
- cloudfoundry/stemcells-alicloud-index
354
+
355
+ - name : Prometheus (Bosh)
356
+ approvers :
357
+ - name : Benjamin Guttmann
358
+ github : benjaminguttmann-avtq
359
+ - name : Ferran Rodenas
360
+ github : frodenas
361
+ - name : Gilles Miraillet
362
+ github : gmllt
363
+ - name : Mario Di Miceli
364
+ github : mdimiceli
365
+ repositories :
366
+ - cloudfoundry/bosh_exporter
367
+ - cloudfoundry/cf_exporter
368
+ - cloudfoundry/firehose_exporter
369
+ - cloudfoundry/node-exporter-boshrelease
370
+ - cloudfoundry/prometheus-boshrelease
371
+
354
372
config :
355
373
github_project_sync :
356
374
mapping :
You can’t perform that action at this time.
0 commit comments