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

Prometheus config may reference incorrect [service] names #1205

@DazWilkin

Description

@DazWilkin

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']

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions