Microservices Runtime 10.15 | Added, Removed, Deprecated, or Changed Items | Release 10.11
 
Release 10.11
Added Items
*Kubernetes Secret can be used in a configuration variables file. The key for a Secret can be used as a property value in the configuration variables file that is passed into a Microservices Runtime running in a Docker container.
*sag_is_number_service_errors_excluding_internal_svc_per_minute New Prometheus metric returned by /metrics endpoint. The number of service errors in the last minute excluding services that belong to a package specified in watt.server.stats.packages.exclude.
*Metrics for layered products can be returned when the /metrics endpoint is invoked Metrics for layered products can be gathered and returned when the /metrics endpoint is called. For a list and description of metrics returned by layered products, consult the documentation for those products.
*Docker image for Microservices runtime can exclude web services functionality. The is_container script for building a Docker image now includes an optional argument . -Dexclude.components to exclude the web services functionality while building a Docker image for Microservices Runtime.
*New configuration variables for the Dashboard configuration A configuration variables template now includes variables for the Dashboard configuration.
*Broker connection alias can be created via a configuration variable template. A Broker connection alias can now be created by applying a configuration variables templates. Additionally, more configuration details can now be specified such as Broker host and name. Previously only a username and password could be set in a configuration variables template.