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

[Bug] Documentation lacking how to access the metrics dashboard #30

Open
musselwhizzle opened this issue May 25, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@musselwhizzle
Copy link

musselwhizzle commented May 25, 2024

Describe the bug
After following the documentation for docker installation, there is no mentioning how to access the metrics panel.

To Reproduce
Steps to reproduce the behavior:

  1. Follow install documentation here: https://philosowaffle.github.io/ambientweather-local-server/install/docker.html

Expected behavior
How do i access the metrics panel

Screenshots
If applicable, add screenshots to help explain your problem.

Bug #2
https://github.com/philosowaffle/ambientweather-local-server/blob/main/docker/docker-compose.yaml#L12
the following line should read

- ./api.configuration.local.json:/app/configuration.local.json:ro
vs
- ./configuration.local.json:/app/configuration.local.json:ro

Desktop (please complete the following information):

  • OS: macOS 13.5 docker
  • Version latest pull

configuration.local.json

{
  "AmbientWeather": {
    "EnrichFromAmbientWeatherNetwork": true,
    "UserApiKey": "my secret",
    "ApplicationKey": "my secret",
    "PollingFrequencySeconds": 60
  },

  "Observability": {
    "Metrics": {
      "Enabled": true
    },
  }
}

docker compose

version: "3.9"

services:
  ambient-weather:
    container_name: ambientweather-local-server
    image: philosowaffle/ambientweather-local-server:latest
    ports:
      - 8001:8080
    environment:
      - TZ=America/New_York
    volumes:
      - ./configuration.local.json:/app/configuration.local.json
      - ./output:/app/output # optional, logs may be written here based on your configuration

@musselwhizzle musselwhizzle added the bug Something isn't working label May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant