Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prometheus.yaml/yml typo #3106

Closed
taitruong opened this issue Feb 20, 2023 · 1 comment · Fixed by #3150
Closed

prometheus.yaml/yml typo #3106

taitruong opened this issue Feb 20, 2023 · 1 comment · Fixed by #3150

Comments

@taitruong
Copy link

In the install guide (https://hermes.informal.systems/tutorials/production/setup-grafana.html) it referes to these 3 files:

  1. https://hermes.informal.systems/assets/docker-compose.yaml
  2. https://hermes.informal.systems/assets/prometheus.yaml
  3. https://hermes.informal.systems/assets/grafana_template.json

In docker-compose.yaml file it maps a local file prometheus.yml file:

  prometheus:
    image: prom/prometheus:v2.38.0
    volumes:
      - ./prometheus.yml:/etc/prometheus/prometheus.yml
    command: --config.file=/etc/prometheus/prometheus.yml
    networks:
      - prometheus

So prometheus.yaml should better be renamed to prometheus.yml in assets folder.

@taitruong
Copy link
Author

Pls also note my discussion I created today: #3105
I managed to get Grafana running, but besides hermes.log no metrics are shown.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant