Configuring TIBCO LiveView as a Metric Store

To configure TIBCO LiveView as a metric store, configure the inference agent, TIBCO LiveView server, and entities which you want to publish to the TIBCO LiveView Web dashboard.

By using the inference agent you can connect the TIBCO BusinessEvents project to the TIBCO LiveView server.

The inference agent is added to a processing unit similar to how other agents are added to the processing unit.
    Procedure
  1. In the TIBCO BusinessEvents Studio, open the project CDD file for editing.
  2. Add the Inference agent class. For details, see Adding an Agent Class.
  3. On the Cluster tab, select Application Metrics and configure the following metrics:

    Configuration Description
    Queue Size

    Specify the size of the queue to limit the amount of data you want to accept while publishing to the TIBCO LiveView.

    The Queue Size and Thread Count fields are used for scaling purposes depending on the data size and load.

    Thread Count Specify the number of threads for starting publishing the data to the TIBCO LiveView. You need multiple threads to publish data to TIBCO LiveView concurrently.
    Max Retries Specifies the maximum number of retry attempts for connecting to the TIBCO LiveView server.
    Retry Wait Time Specifies the time interval before retrying to connect to the TIBCO LiveView server.
    Properties Add properties and specify the values as required.
  4. On the Cluster tab, under Application Metrics, select Metrics Store and provide values for the following configurations.
    Configuration Description
    Store Provider Select LiveDataMart.
    LDM Url Specify URL of the TIBCO LiveView server.
    User Name User name for the TIBCO LiveView server.
    Password Password for the User Name.
    Initial Size Specify the initial size of the connection pool.
    Max Size Specify the maximum size of the connection pool.
  5. Specify entities which you want to publish to TIBCO LiveView server. You can also specify a filter to select only those instances which qualifies the filter.

    For more information on adding a new filter and its configurations, see Adding Entity Configurations for Metric Stores.

  6. Save the project.