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

Commit

Permalink
Remove prometheus-to-sd
Browse files Browse the repository at this point in the history
prometheus-to-sd is a GKE only sidecar
  • Loading branch information
gdbelvin committed Jan 16, 2020
1 parent ec244a9 commit 55bc23f
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,6 @@ secrets:
file: ./genfiles/monitor_sign-key.pem

services:
# Only works when when replicas = 1 for reach monitored service.
# Kubernetes sidecars are needed for replicas > 1.
prometheus-to-sd:
image: gcr.io/google-containers/prometheus-to-sd:v0.2.6
entrypoint:
- /monitor
- --stackdriver-prefix=custom.googleapis.com
- --source=logserver:http://log-server:8091/metrics
- --source=logsigner:http://log-signer:8091/metrics
- --source=mapserver:http://map-server:8091/metrics
- --source=keyserver:http://server:8081/metrics
- --source=sequencer:http://sequencer:8081/metrics
- --pod-id=prometheus-to-sd
- --namespace-id=default
- --metrics-resolution=5s

prometheus:
depends_on:
- server
Expand Down

0 comments on commit 55bc23f

Please # to comment.