Open wamak9 opened 8 months ago
anyidea why I keep seeing this error in the log
current docker-compose file
version: "3.0" services: speedtest-exporter: image: ghcr.io/miguelndecarvalho/speedtest-exporter container_name: speedtest-exporter ports: - 9798:9798 restart: unless-stopped
{ "type": "log", "timestamp": "2024-03-11T22:13:29Z", "message": "Error: [111] Connection refused", "level": "error" } level=INFO datetime=2024-03-11 22:13:51,100 Server=49853 Jitter=0.231ms Ping=5.609ms Download=764.43Mbps Upload=792.07Mbps { "type": "log", "timestamp": "2024-03-11T22:26:43Z", "message": "Error: [111] Connection refused", "level": "error" } level=INFO datetime=2024-03-11 22:26:57,102 Server=49853 Jitter=0.957ms Ping=7.903ms Download=776.35Mbps Upload=791.02Mbps { "type": "log", "timestamp": "2024-03-11T22:37:10Z", "message": "Error: [111] Connection refused", "level": "error" } level=INFO datetime=2024-03-11 22:37:21,517 Server=49853 Jitter=0.664ms Ping=8.543ms Download=793.3Mbps Upload=779.53Mbps
i also figured some of the metrics are missing such as
speedtest_download_bits_per_second speedtest_upload_bits_per_second
NOTE : I am using the github image
Hi wamak9 could you check this issue #216 and perform the same steps to check if the problem happens with you too?
anyidea why I keep seeing this error in the log
current docker-compose file
i also figured some of the metrics are missing such as
NOTE : I am using the github image