Skip to content

Commit

Permalink
Merge pull request #36 from 3scale-ops/feat/add-prow-probe
Browse files Browse the repository at this point in the history
Feat/Add prow and prow-hook prometheus HTTP probes to monitor both main endpoints
  • Loading branch information
3scale-robot authored Sep 29, 2023
2 parents 44e6787 + 3256f4c commit bddc3d7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions manifests/prow/probes/probe-hook.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: monitoring.coreos.com/v1
kind: Probe
metadata:
name: probe-http-priv-ingress-prow-hook
spec:
interval: 30s
module: http_prow_hook
prober:
path: /probe
url: 'prometheus-exporter-probe-pro-base-blackbox.prometheus-exporter.svc:9115'
targets:
staticConfig:
static:
- 'https://prow-hook.mgmt.3sca.net/hook'
14 changes: 14 additions & 0 deletions manifests/prow/probes/probe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: monitoring.coreos.com/v1
kind: Probe
metadata:
name: probe-http-priv-ingress-prow
spec:
interval: 30s
module: http_2xx
prober:
path: /probe
url: 'prometheus-exporter-probe-pro-base-blackbox.prometheus-exporter.svc:9115'
targets:
staticConfig:
static:
- 'https://prow.mgmt.3sca.net'

0 comments on commit bddc3d7

Please sign in to comment.