You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by la...@apache.org on 2014/11/05 11:35:39 UTC

[17/50] [abbrv] git commit: Fixing a typo in AverageServedRequestsEventFormatter

Fixing a typo in AverageServedRequestsEventFormatter


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/78371873
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/78371873
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/78371873

Branch: refs/heads/docker-grouping-merge-wip
Commit: 78371873d62b112551dae1b798a3db268a957d65
Parents: a2ba3e0
Author: Lahiru Sandaruwan <la...@apache.irg>
Authored: Wed Nov 5 12:33:17 2014 +0530
Committer: Lahiru Sandaruwan <la...@apache.irg>
Committed: Wed Nov 5 12:33:17 2014 +0530

----------------------------------------------------------------------
 .../eventformatters/AverageServedRequestsEventFormatter.xml        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/78371873/extensions/cep/artifacts/eventformatters/AverageServedRequestsEventFormatter.xml
----------------------------------------------------------------------
diff --git a/extensions/cep/artifacts/eventformatters/AverageServedRequestsEventFormatter.xml b/extensions/cep/artifacts/eventformatters/AverageServedRequestsEventFormatter.xml
index 5de0128..58e9d95 100755
--- a/extensions/cep/artifacts/eventformatters/AverageServedRequestsEventFormatter.xml
+++ b/extensions/cep/artifacts/eventformatters/AverageServedRequestsEventFormatter.xml
@@ -24,7 +24,7 @@
                 statistics="disable" trace="enable" xmlns="http://wso2.org/carbon/eventformatter">
     <from streamName="average_served_request_count" version="1.0.0"/>
     <mapping customMapping="enable" type="json">
-        <inline>{"org.apache.stratos.messaging.event.health.stat.AverageRuestsServingCapabilityEvent":{"message":{"clusterId":"{{cluster_id}}","networkPartitionId":"{{network_partition_id}}","value":"{{average_served_count}}"}}}</inline>
+        <inline>{"org.apache.stratos.messaging.event.health.stat.AverageRequestsServingCapabilityEvent":{"message":{"clusterId":"{{cluster_id}}","networkPartitionId":"{{network_partition_id}}","value":"{{average_served_count}}"}}}</inline>
     </mapping>
     <to eventAdaptorName="JMSOutputAdaptor" eventAdaptorType="jms">
         <property name="transport.jms.Destination">summarized-health-stats</property>