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

Prometheus config may reference incorrect [service] names #1205

Open
DazWilkin opened this issue Feb 8, 2019 · 0 comments
Open

Prometheus config may reference incorrect [service] names #1205

DazWilkin opened this issue Feb 8, 2019 · 0 comments
Assignees

Comments

@DazWilkin
Copy link
Contributor

https://github.com/google/keytransparency/blob/master/deploy/prometheus/prometheus.yml

References hostnames kt-server and kt-signer:

...
scrape_configs:
  - job_name: 'kt-server'
    static_configs:
        - targets: ['kt-server:8081']
  - job_name: 'kt-signer'
    static_configs:
        - targets: ['kt-signer:8081']

I think these should now be server and sequencer respectively:

...
scrape_configs:
  - job_name: 'server'
    static_configs:
        - targets: ['server:8081']
  - job_name: 'sequencer'
    static_configs:
        - targets: ['sequencer:8081']
@Mercurrent Mercurrent self-assigned this Jan 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants