You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MinIO version used (minio --version): RELEASE.2024-05-10T01-41-38Z
Server setup and configuration: as the compose file defined
Operating System and version (uname -a): Linux truenas 6.6.20-production+truenas Profiling endpoints for mcs #1 SMP PREEMPT_DYNAMIC Tue Apr 23 01:22:22 UTC 2024 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
@kevinmatthe "http://prom:9090"/-/healthy is not reachable; http://prom:9090/-/healthy is.
Redefine MINIO_PROMETHEUS_URL=http://prom:9090 without the quotes and try again.
NOTE
If this case is urgent, please subscribe to SUBNET so that our 24/7 support team may help you faster.
When deploying minio with docker compose, configure prometheus will always display "Prometheus unreachable"
Expected Behavior
Show prometheus metrics on monitoring panel.
Current Behavior
Showing "Prometheus unreachable"
![image](https://private-user-images.githubusercontent.com/36391318/329758606-7b8ab84a-06f7-4de9-9697-0495c02b99c9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5OTM4NDAsIm5iZiI6MTczODk5MzU0MCwicGF0aCI6Ii8zNjM5MTMxOC8zMjk3NTg2MDYtN2I4YWI4NGEtMDZmNy00ZGU5LTk2OTctMDQ5NWMwMmI5OWM5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDA1NDU0MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFiN2Y3YzZlZDM3YjZiNmZhYzQ1MDJjMjU0NDJmYTNkYjRlNjA0ZWI0OGMxOThhY2Q1OWViNzQ3MTMyMjU5OGMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.yG1dSYvYzr_EErdPDqr6-qO5lVEoDXmr3sgv1n9a0Rs)
Possible Solution
Currently no solution found.
Steps to Reproduce (for bugs)
Notice: the prometheus job_name == 'minio-job'
Start both service, and the error show up.
Try attaching to the minio container, use curl:
It works fine and prove that the network is definitely REACHABLE.
Context
Regression
Your Environment
Here's my example docker-compose.yaml:
minio:
prometheus:
minio --version
): RELEASE.2024-05-10T01-41-38Zuname -a
): Linux truenas 6.6.20-production+truenas Profiling endpoints for mcs #1 SMP PREEMPT_DYNAMIC Tue Apr 23 01:22:22 UTC 2024 x86_64 GNU/LinuxThe text was updated successfully, but these errors were encountered: