eastgenomics / eastgenomics/Genetics_Ark
Enable stub_status for nginx
Open
- Dominant language
- Python
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Currently if you want the Genetics Ark nginx container to be monitored by Prometheus, you have to edit the GA nginx.conf file after deployment. This is because by default, nginx doesn't expose its stub status endpoint of basic monitoring information.
For the next version, edit the nginx.conf to add this to the end:
# stub_status allows Prometheus monitoring
location /stub_status {
stub_status on;
}
}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.