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

Unable to scrape metrics from ARM64 image #79

Open
jesusleung opened this issue Oct 25, 2023 · 0 comments
Open

Unable to scrape metrics from ARM64 image #79

jesusleung opened this issue Oct 25, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@jesusleung
Copy link

jesusleung commented Oct 25, 2023

Describe the bug
I installed the linux/arm64 image, and I cannot scrape /metrics.
When I issue curl HTTP://localhost:9090/metrics, I get back curl: (52) Empty reply from server. I have no issue with the x86 image.

To Reproduce
This is what I have under Services in the docker-compose file

  speedtest:
    image: ghcr.io/danopstech/speedtest_exporter:latest
    platform: linux/arm64
    container_name: speedtest
    ports:
    - '9090:9090'
    command: -server_id 1928 -server_fallback
    restart: always

Expected behavior
Output of speed test results

Additional context

  • OS: linux/arm64
  • speedtest_exporter:latest
@jesusleung jesusleung added the bug Something isn't working label Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants