Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Service data analysis is crucial in understanding and optimizing their effective usage. For this reason, functionality to capture and collect statistics related to service data is integrated by default into service-hosting WSO2 products such as the WSO2 Application Server (AS), WSO2 Data Services Server (DSS), WSO2 Business Process Server (BPS), WSO2 Business Rules Server (BRS) etc. Once captured, these statistics are transferred to a data analysis product like WSO2 Business Activity Monitor (BAM) or WSO2 Complex Even Processor for processing and deriving business-critical information.

...

Follow the instructions below to setup service data publishing in a running Carbon instance.1.

Info

When using data publisher API to publish data in a periodic manner to WSO2 BAM/CEP, the eviction time and eviction idle time for the connections should be higher than the periodic interval. This is required to re-use the created socket connections from the pool, avoiding closure of it and creation of new connections. The default eviction period is 5.5 seconds (5500 milliseconds). If you are publishing events in a periodic interval as more than 5.5s, you need to tune the <secureEvictionTimePeriod> parameter accordingly, in the <PRODUCT_HOME>/repository/conf/data-bridge/thrift-agent-config.xml file of the agent in the client side, by increasing this default value.

  1. Log on to the product's Management Console select "Configure -> Service Data Publishing."
    Image Modified

...

  1. The "Service Data Publisher Configuration" window opens. Fill it appropriately. For example,
    Image Modified
    Enable Service stats:

...

  1.  Tick to get the activity statistics. 
    Enable Activity Service:

...

  1.  This enables message tracing with BAM, CEP or other data analysis servers. Typically, a request is sent to an endpoint after being passed through some intermediate stages. Messaging tracing enables to track each messages and visualize the message body in each of these intermediate stages.

...

  1. Info

...

titleNote
  1. Enable Activity Service feature will be implemented from the next major release of BAM.

    Stream Definition Configuration:

    • Stream Name: Stream Name can be any string with alpha-numeric characters
    • Version: Stream Version distinguishes different streams with the same Stream Name. Default version should
  • be
    • be 1.0.0. 
    • Nick Name: This is a user preferred nick name to the Stream Name in alpha-numeric characters
    • Description: A description describing about the particular stream defined by Stream Name, Stream Version pair. Description should also consists of alpha-numeric characters.

    BAM Credentials:
    • BAM URL: Enter the IP address of the BAM server. And the port should be the thrift port ( ex: tcp://127.0.0.1:7611 ). You can add a comma-separated list of server URLs to ensure that load is distributed among many servers and to minimize effects of a failure of one server node.

      Note

      See the documentation on setting up multi receiver and load balancing data agent, for details on how BAM handles load distribution using multiple servers.

    • Username: Put the BAM Thrift log-in user name. Default value
  • is
    • is admin.
    • Password: Put the BAM Thrift log-in password. Default value
  • is
    • is admin.
    Properties:

...

  •  A BAM deployment can receive events from different data agents. In order to uniquely identify events triggering from one agent, a property can be associated with it. This feature is particularly useful in clustered environments.

...

  •  Click Update once done. The service-hosting server is now ready to collect and send service data to any data analysis server like the BAM and CEP. Specific instructions to receive this data and analyze it can be found in the respective documentation of the data analysis servers.
Excerpt
hiddentrue

Instructions to collect data statistics of services in WSO2 service-hosting products.