This documentation outlines how to monitor the health of Bold BI application services and includes reference links for detailed steps on enabling monitoring using tools such as Datadog, Prometheus, and Grafana. Follow the steps and guidelines provided in this documentation to effectively monitor your Bold BI application.
By default, Bold BI provides health information for its services through the /api/health-check
endpoint at the hosted URL. These endpoints can be used to monitor the health of the services.
Use the following endpoints to check the status of all services or individual services:
All Services Status:
https://your-domain.com/api/status
For individual service health checks, use these endpoints:
IDP-WEB:
https://your-domain.com/health-check
IDP-API:
https://your-domain.com/api/health-check
IDP-UMS:
https://your-domain.com/ums/health-check
BI-WEB:
https://your-domain.com/bi/health-check
BI-API:
https://your-domain.com/bi/api/health-check
BI-JOBS:
https://your-domain.com/bi/jobs/health-check
BI-DESIGNER:
https://your-domain.com/bi/designer/health-check
BI-ETL:
https://your-domain.com/etlservice/health-check
By using the above endpoints, you can ensure that the services are online and functioning correctly.
To enable monitoring for the Bold BI application based on your specific use case, refer to the following articles:
If you require integration with a specific monitoring tool that is not covered here, please reach out to our support team for assistance.