| Added the ability to define a custom path to the NGINX proxy service |
| endpoints for DevOps Portal |
| Added the ability to define a custom path to the NGINX proxy service |
| endpoints for the DevOps Portal to auto-load a dedicated frame in the |
| web UI. To define the path, specify the ``custom_path`` parameter on |
| the system level metadata of your deployment. |
| address: ${_param:grafana_prometheus_address} |
| port: ${_param:grafana_prometheus_port} |
| https: ${_param:grafana_prometheus_ssl:enabled} |
| If specified, the endpoint of the NGINX service will take the following |
| <ADDRESS>:<PORT>/<CUSTOM_PATH> |
| .. fixes: https://mirantis.jira.com/browse/PROD-15068 |