Enabling metrics on the Workspaces and Nodes pages

In Order Hub, the Workspaces and Nodes pages displays metrics and key performance indicators for nodes in real time.

For example, a workspace can display the number of open orders in your nodes, the number of shipments that are assigned to a node, and various node analytics such as fill rate. All relevant data from orders, releases, and shipments are stored in a set of metrics tables in the Sterling Order Management database. This data is processed in real time by a set of agents to calculate metrics. Therefore, you need to configure and enable the agents before you can view metrics.
Note: If metrics is not enabled, the Order Hub user interface displays the following message on the Home, Workspaces, and Alerts pages.
Contact your administrator to enable this feature

Procedure

  1. In your developer toolkit environment, open the devtoolkit_docker/compose/om-compose.properties file that you use to deploy the toolkit environment.
  2. Set the following property.
    SBA_ENABLE=Y
    If you already ran om-compose setup or om-compose setup-upg before setting SBA_ENABLE=Y, then set to Y and run
    ./om-compose.sh update-extn
  3. Go to the extracted /devtoolkit_docker/runtime/bin directory and start the SBA Metrics agent.
    ./agentserver.sh SBAMetricsServer
    For more information about how to start agents in a containerized developer toolkit, see Configuring and running agents in containerized developer toolkit.
  4. Restart your web browser and log in to Order Hub.