Application Monitoring Overview
You can run the monitoring component of TIBCO BusinessWorks™ Container Edition on the same container platform where TIBCO BusinessWorks Container Edition applications are running. TIBCO BusinessWorks Container Edition applications can be registered with monitoring application to view application metrics.
Once the retry count exhausts, the monitoring application does not register and user needs to restart the container.
To change log levels in application monitoring the following log level is used:
Property name: LOG_LEVEL
Health check for monitoring application is verified using the following API: http://host:port/api/v1/monitor/health.
If the monitoring container is healthy it returns 200K, else the returned response is 500 Internal Server Error.
Once the retry count exhausts, the monitoring application crashes automatically.
Once the retry mechanism exhausts, the TIBCO BusinessWorks Container Editioncontainer application does not register with monitoring application and user needs to restart the container with higher values.
A new boolean environment variable, VALIDATE_DB_URL is added to skip DB_URL validation. The default value for the environment variable is True. If you want to use the DB_URL in any format other than its default format [DBTYPE]://[UserName]:[Password]@[machineName]:[PORT]/[DBNAME], set the VALIDATE_DB_URL environment variable to False. If it is set to False, all the DB_URL validation is skipped.