Repository: incubator-stratos Updated Branches: refs/heads/master cce0f8a12 -> c87476ec5
Add Apache License Headers for CEP artifacts Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/c87476ec Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/c87476ec Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/c87476ec Branch: refs/heads/master Commit: c87476ec535e7261f74684ddf10c59248a25559e Parents: cce0f8a Author: M. Isuru Tharanga Chrishantha Perera <[email protected]> Authored: Mon Mar 31 15:12:24 2014 +0530 Committer: M. Isuru Tharanga Chrishantha Perera <[email protected]> Committed: Mon Mar 31 15:12:24 2014 +0530 ---------------------------------------------------------------------- .../HealthStatisticsEventBuilder.xml | 21 +++++++++++++++++++ .../InstanceStatusStatisticsBuilder.xml | 21 +++++++++++++++++++ .../LoadBalancerStatisticsEventBuilder.xml | 21 +++++++++++++++++++ .../AverageInFlightRequestsEventFormatter.xml | 21 +++++++++++++++++++ .../AverageLoadAverageEventFormatter.xml | 21 +++++++++++++++++++ .../AverageMemoryConsumptionEventFormatter.xml | 21 +++++++++++++++++++ .../FaultMessageEventFormatter.xml | 21 +++++++++++++++++++ .../GradientInFlightRequestsEventFormatter.xml | 21 +++++++++++++++++++ .../GradientLoadAverageEventFormatter.xml | 21 +++++++++++++++++++ .../GradientMemoryConsumptionEventFormatter.xml | 21 +++++++++++++++++++ .../MemberAverageLoadAverageEventFormatter.xml | 21 +++++++++++++++++++ ...erAverageMemoryConsumptionEventFormatter.xml | 21 +++++++++++++++++++ .../MemberGradientLoadAverageEventFormatter.xml | 21 +++++++++++++++++++ ...rGradientMemoryConsumptionEventFormatter.xml | 21 +++++++++++++++++++ ...econdDerivativeLoadAverageEventFormatter.xml | 21 +++++++++++++++++++ ...erivativeMemoryConsumptionEventFormatter.xml | 21 +++++++++++++++++++ ...DerivativeInFlightRequestsEventFormatter.xml | 21 +++++++++++++++++++ ...econdDerivativeLoadAverageEventFormatter.xml | 21 +++++++++++++++++++ ...erivativeMemoryConsumptionEventFormatter.xml | 21 +++++++++++++++++++ .../executionplans/AverageHeathRequest.xml | 21 +++++++++++++++++++ .../AverageInFlightRequestsFinder.xml | 21 +++++++++++++++++++ .../executionplans/GradientOfHealthRequest.xml | 21 +++++++++++++++++++ .../GradientOfRequestsInFlightFinder.xml | 21 +++++++++++++++++++ .../SecondDerivativeOfHealthRequest.xml | 21 +++++++++++++++++++ ...SecondDerivativeOfRequestsInFlightFinder.xml | 21 +++++++++++++++++++ .../DefaultWSO2EventInputAdaptor.xml | 21 +++++++++++++++++++ .../DefaultWSO2EventOutputAdaptor.xml | 21 +++++++++++++++++++ .../outputeventadaptors/JMSOutputAdaptor.xml | 21 +++++++++++++++++++ .../streamdefinitions/stream-manager-config.xml | 22 ++++++++++++++++++++ 29 files changed, 610 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c87476ec/extensions/cep/artifacts/eventbuilders/HealthStatisticsEventBuilder.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/artifacts/eventbuilders/HealthStatisticsEventBuilder.xml b/extensions/cep/artifacts/eventbuilders/HealthStatisticsEventBuilder.xml index 763f7d8..92f8d8a 100644 --- a/extensions/cep/artifacts/eventbuilders/HealthStatisticsEventBuilder.xml +++ b/extensions/cep/artifacts/eventbuilders/HealthStatisticsEventBuilder.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + <eventBuilder name="HealthStatisticsEventBuilder" statistics="disable" trace="enable" xmlns="http://wso2.org/carbon/eventbuilder"> <from eventAdaptorName="DefaultWSO2EventInputAdaptor" eventAdaptorType="wso2event"> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c87476ec/extensions/cep/artifacts/eventbuilders/InstanceStatusStatisticsBuilder.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/artifacts/eventbuilders/InstanceStatusStatisticsBuilder.xml b/extensions/cep/artifacts/eventbuilders/InstanceStatusStatisticsBuilder.xml index ed133c9..6591419 100644 --- a/extensions/cep/artifacts/eventbuilders/InstanceStatusStatisticsBuilder.xml +++ b/extensions/cep/artifacts/eventbuilders/InstanceStatusStatisticsBuilder.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + <eventBuilder name="InstanceStatusStatisticsBuilder" statistics="disable" trace="disable" xmlns="http://wso2.org/carbon/eventbuilder"> <from eventAdaptorName="DefaultWSO2EventInputAdaptor" eventAdaptorType="wso2event"> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c87476ec/extensions/cep/artifacts/eventbuilders/LoadBalancerStatisticsEventBuilder.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/artifacts/eventbuilders/LoadBalancerStatisticsEventBuilder.xml b/extensions/cep/artifacts/eventbuilders/LoadBalancerStatisticsEventBuilder.xml index a3bf644..8090e63 100644 --- a/extensions/cep/artifacts/eventbuilders/LoadBalancerStatisticsEventBuilder.xml +++ b/extensions/cep/artifacts/eventbuilders/LoadBalancerStatisticsEventBuilder.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + <eventBuilder name="LoadBalancerStatisticsEventBuilder" statistics="disable" trace="enable" xmlns="http://wso2.org/carbon/eventbuilder"> <from eventAdaptorName="DefaultWSO2EventInputAdaptor" eventAdaptorType="wso2event"> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c87476ec/extensions/cep/artifacts/eventformatters/AverageInFlightRequestsEventFormatter.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/artifacts/eventformatters/AverageInFlightRequestsEventFormatter.xml b/extensions/cep/artifacts/eventformatters/AverageInFlightRequestsEventFormatter.xml index bf18f7d..6e6ba96 100644 --- a/extensions/cep/artifacts/eventformatters/AverageInFlightRequestsEventFormatter.xml +++ b/extensions/cep/artifacts/eventformatters/AverageInFlightRequestsEventFormatter.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + <eventFormatter name="AverageRequestsInflightEventFormatter" statistics="disable" trace="enable" xmlns="http://wso2.org/carbon/eventformatter"> <from streamName="average_in_flight_requests" version="1.0.0"/> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c87476ec/extensions/cep/artifacts/eventformatters/AverageLoadAverageEventFormatter.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/artifacts/eventformatters/AverageLoadAverageEventFormatter.xml b/extensions/cep/artifacts/eventformatters/AverageLoadAverageEventFormatter.xml index 7e4cbc6..d06f801 100644 --- a/extensions/cep/artifacts/eventformatters/AverageLoadAverageEventFormatter.xml +++ b/extensions/cep/artifacts/eventformatters/AverageLoadAverageEventFormatter.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + <eventFormatter name="AverageLoadAverageEventFormatter" statistics="disable" trace="enable" xmlns="http://wso2.org/carbon/eventformatter"> <from streamName="average_load_average_stats" version="1.0.0"/> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c87476ec/extensions/cep/artifacts/eventformatters/AverageMemoryConsumptionEventFormatter.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/artifacts/eventformatters/AverageMemoryConsumptionEventFormatter.xml b/extensions/cep/artifacts/eventformatters/AverageMemoryConsumptionEventFormatter.xml index 7a69ac4..20d8a87 100644 --- a/extensions/cep/artifacts/eventformatters/AverageMemoryConsumptionEventFormatter.xml +++ b/extensions/cep/artifacts/eventformatters/AverageMemoryConsumptionEventFormatter.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + <eventFormatter name="AverageMemoryConsumptionEventFormatter" statistics="disable" trace="enable" xmlns="http://wso2.org/carbon/eventformatter"> <from streamName="average_memory_consumption_stats" version="1.0.0"/> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c87476ec/extensions/cep/artifacts/eventformatters/FaultMessageEventFormatter.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/artifacts/eventformatters/FaultMessageEventFormatter.xml b/extensions/cep/artifacts/eventformatters/FaultMessageEventFormatter.xml index 639332d..8194aec 100644 --- a/extensions/cep/artifacts/eventformatters/FaultMessageEventFormatter.xml +++ b/extensions/cep/artifacts/eventformatters/FaultMessageEventFormatter.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + <eventFormatter name="FaultMessageEventFormatter" statistics="disable" trace="enable" xmlns="http://wso2.org/carbon/eventformatter"> <from streamName="fault_message" version="1.0.0"/> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c87476ec/extensions/cep/artifacts/eventformatters/GradientInFlightRequestsEventFormatter.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/artifacts/eventformatters/GradientInFlightRequestsEventFormatter.xml b/extensions/cep/artifacts/eventformatters/GradientInFlightRequestsEventFormatter.xml index 18b482e..7ffe435 100644 --- a/extensions/cep/artifacts/eventformatters/GradientInFlightRequestsEventFormatter.xml +++ b/extensions/cep/artifacts/eventformatters/GradientInFlightRequestsEventFormatter.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + <eventFormatter name="GradientInFlightRequestsEventFormatter" statistics="disable" trace="disable" xmlns="http://wso2.org/carbon/eventformatter"> <from streamName="gradient_in_flight_requests" version="1.0.0"/> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c87476ec/extensions/cep/artifacts/eventformatters/GradientLoadAverageEventFormatter.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/artifacts/eventformatters/GradientLoadAverageEventFormatter.xml b/extensions/cep/artifacts/eventformatters/GradientLoadAverageEventFormatter.xml index d44d033..04ac390 100644 --- a/extensions/cep/artifacts/eventformatters/GradientLoadAverageEventFormatter.xml +++ b/extensions/cep/artifacts/eventformatters/GradientLoadAverageEventFormatter.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + <eventFormatter name="GradientLoadAverageEventFormatter" statistics="disable" trace="enable" xmlns="http://wso2.org/carbon/eventformatter"> <from streamName="gradient_load_average_stats" version="1.0.0"/> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c87476ec/extensions/cep/artifacts/eventformatters/GradientMemoryConsumptionEventFormatter.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/artifacts/eventformatters/GradientMemoryConsumptionEventFormatter.xml b/extensions/cep/artifacts/eventformatters/GradientMemoryConsumptionEventFormatter.xml index f91d85e..b2a13fa 100644 --- a/extensions/cep/artifacts/eventformatters/GradientMemoryConsumptionEventFormatter.xml +++ b/extensions/cep/artifacts/eventformatters/GradientMemoryConsumptionEventFormatter.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + <eventFormatter name="GradientMemoryConsumptionEventFormatter" statistics="disable" trace="enable" xmlns="http://wso2.org/carbon/eventformatter"> <from streamName="gradient_memory_consumption_stats" version="1.0.0"/> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c87476ec/extensions/cep/artifacts/eventformatters/MemberAverageLoadAverageEventFormatter.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/artifacts/eventformatters/MemberAverageLoadAverageEventFormatter.xml b/extensions/cep/artifacts/eventformatters/MemberAverageLoadAverageEventFormatter.xml index 18e3fe3..a9c7a72 100644 --- a/extensions/cep/artifacts/eventformatters/MemberAverageLoadAverageEventFormatter.xml +++ b/extensions/cep/artifacts/eventformatters/MemberAverageLoadAverageEventFormatter.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + <eventFormatter name="MemberAverageLoadAverageEventFormatter" statistics="disable" trace="enable" xmlns="http://wso2.org/carbon/eventformatter"> <from streamName="member_average_load_average_stats" version="1.0.0"/> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c87476ec/extensions/cep/artifacts/eventformatters/MemberAverageMemoryConsumptionEventFormatter.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/artifacts/eventformatters/MemberAverageMemoryConsumptionEventFormatter.xml b/extensions/cep/artifacts/eventformatters/MemberAverageMemoryConsumptionEventFormatter.xml index 7189b69..e9a9fbd 100644 --- a/extensions/cep/artifacts/eventformatters/MemberAverageMemoryConsumptionEventFormatter.xml +++ b/extensions/cep/artifacts/eventformatters/MemberAverageMemoryConsumptionEventFormatter.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + <eventFormatter name="MemberAverageMemoryConsumptionEventFormatter" statistics="disable" trace="enable" xmlns="http://wso2.org/carbon/eventformatter"> <from streamName="member_average_memory_consumption_stats" version="1.0.0"/> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c87476ec/extensions/cep/artifacts/eventformatters/MemberGradientLoadAverageEventFormatter.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/artifacts/eventformatters/MemberGradientLoadAverageEventFormatter.xml b/extensions/cep/artifacts/eventformatters/MemberGradientLoadAverageEventFormatter.xml index aaeba57..68deba4 100644 --- a/extensions/cep/artifacts/eventformatters/MemberGradientLoadAverageEventFormatter.xml +++ b/extensions/cep/artifacts/eventformatters/MemberGradientLoadAverageEventFormatter.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + <eventFormatter name="MemberGradientLoadAverageEventFormatter" statistics="disable" trace="enable" xmlns="http://wso2.org/carbon/eventformatter"> <from streamName="member_gradient_load_average_stats" version="1.0.0"/> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c87476ec/extensions/cep/artifacts/eventformatters/MemberGradientMemoryConsumptionEventFormatter.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/artifacts/eventformatters/MemberGradientMemoryConsumptionEventFormatter.xml b/extensions/cep/artifacts/eventformatters/MemberGradientMemoryConsumptionEventFormatter.xml index 120d78f..ab9ec00 100644 --- a/extensions/cep/artifacts/eventformatters/MemberGradientMemoryConsumptionEventFormatter.xml +++ b/extensions/cep/artifacts/eventformatters/MemberGradientMemoryConsumptionEventFormatter.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + <eventFormatter name="MemberGradientMemoryConsumptionEventFormatter" statistics="disable" trace="enable" xmlns="http://wso2.org/carbon/eventformatter"> <from streamName="member_gradient_memory_consumption_stats" version="1.0.0"/> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c87476ec/extensions/cep/artifacts/eventformatters/MemberSecondDerivativeLoadAverageEventFormatter.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/artifacts/eventformatters/MemberSecondDerivativeLoadAverageEventFormatter.xml b/extensions/cep/artifacts/eventformatters/MemberSecondDerivativeLoadAverageEventFormatter.xml index 6b4ab66..7548e56 100644 --- a/extensions/cep/artifacts/eventformatters/MemberSecondDerivativeLoadAverageEventFormatter.xml +++ b/extensions/cep/artifacts/eventformatters/MemberSecondDerivativeLoadAverageEventFormatter.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + <eventFormatter name="MemberSecondDerivativeLoadAverageEventFormatter" statistics="disable" trace="disable" xmlns="http://wso2.org/carbon/eventformatter"> <from streamName="member_second_derivative_load_average_stats" version="1.0.0"/> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c87476ec/extensions/cep/artifacts/eventformatters/MemberSecondDerivativeMemoryConsumptionEventFormatter.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/artifacts/eventformatters/MemberSecondDerivativeMemoryConsumptionEventFormatter.xml b/extensions/cep/artifacts/eventformatters/MemberSecondDerivativeMemoryConsumptionEventFormatter.xml index 9dc967a..85932ec 100644 --- a/extensions/cep/artifacts/eventformatters/MemberSecondDerivativeMemoryConsumptionEventFormatter.xml +++ b/extensions/cep/artifacts/eventformatters/MemberSecondDerivativeMemoryConsumptionEventFormatter.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + <eventFormatter name="MemberSecondDerivativeMemoryConsumptionEventFormatter" statistics="disable" trace="disable" xmlns="http://wso2.org/carbon/eventformatter"> <from streamName="member_second_derivative_memory_consumption_stats" version="1.0.0"/> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c87476ec/extensions/cep/artifacts/eventformatters/SecondDerivativeInFlightRequestsEventFormatter.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/artifacts/eventformatters/SecondDerivativeInFlightRequestsEventFormatter.xml b/extensions/cep/artifacts/eventformatters/SecondDerivativeInFlightRequestsEventFormatter.xml index 18bba84..951b2a1 100644 --- a/extensions/cep/artifacts/eventformatters/SecondDerivativeInFlightRequestsEventFormatter.xml +++ b/extensions/cep/artifacts/eventformatters/SecondDerivativeInFlightRequestsEventFormatter.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + <eventFormatter name="SecondDerivativeEventFormatter" statistics="disable" trace="disable" xmlns="http://wso2.org/carbon/eventformatter"> <from streamName="second_derivative_in_flight_requests" version="1.0.0"/> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c87476ec/extensions/cep/artifacts/eventformatters/SecondDerivativeLoadAverageEventFormatter.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/artifacts/eventformatters/SecondDerivativeLoadAverageEventFormatter.xml b/extensions/cep/artifacts/eventformatters/SecondDerivativeLoadAverageEventFormatter.xml index 9312bd9..e1c1d12 100644 --- a/extensions/cep/artifacts/eventformatters/SecondDerivativeLoadAverageEventFormatter.xml +++ b/extensions/cep/artifacts/eventformatters/SecondDerivativeLoadAverageEventFormatter.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + <eventFormatter name="SecondDerivativeLoadAverageEventFormatter" statistics="disable" trace="disable" xmlns="http://wso2.org/carbon/eventformatter"> <from streamName="second_derivative_load_average_stats" version="1.0.0"/> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c87476ec/extensions/cep/artifacts/eventformatters/SecondDerivativeMemoryConsumptionEventFormatter.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/artifacts/eventformatters/SecondDerivativeMemoryConsumptionEventFormatter.xml b/extensions/cep/artifacts/eventformatters/SecondDerivativeMemoryConsumptionEventFormatter.xml index 4c2f13e..7d7e33a 100644 --- a/extensions/cep/artifacts/eventformatters/SecondDerivativeMemoryConsumptionEventFormatter.xml +++ b/extensions/cep/artifacts/eventformatters/SecondDerivativeMemoryConsumptionEventFormatter.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + <eventFormatter name="SecondDerivativeMemoryConsumptionEventFormatter" statistics="disable" trace="disable" xmlns="http://wso2.org/carbon/eventformatter"> <from streamName="second_derivative_memory_consumption_stats" version="1.0.0"/> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c87476ec/extensions/cep/artifacts/executionplans/AverageHeathRequest.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/artifacts/executionplans/AverageHeathRequest.xml b/extensions/cep/artifacts/executionplans/AverageHeathRequest.xml index 56c9545..7a6ec84 100644 --- a/extensions/cep/artifacts/executionplans/AverageHeathRequest.xml +++ b/extensions/cep/artifacts/executionplans/AverageHeathRequest.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + <executionPlan name="AverageHeathRequest" statistics="disable" trace="enable" xmlns="http://wso2.org/carbon/eventprocessor"> <description>This will average health stats of an instance over a minute.</description> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c87476ec/extensions/cep/artifacts/executionplans/AverageInFlightRequestsFinder.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/artifacts/executionplans/AverageInFlightRequestsFinder.xml b/extensions/cep/artifacts/executionplans/AverageInFlightRequestsFinder.xml index 5022bde..675e8b7 100644 --- a/extensions/cep/artifacts/executionplans/AverageInFlightRequestsFinder.xml +++ b/extensions/cep/artifacts/executionplans/AverageInFlightRequestsFinder.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + <executionPlan name="AverageInFlightRequestsFinder" statistics="disable" trace="enable" xmlns="http://wso2.org/carbon/eventprocessor"> <description>This will average the number of requests in flight over a minute.</description> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c87476ec/extensions/cep/artifacts/executionplans/GradientOfHealthRequest.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/artifacts/executionplans/GradientOfHealthRequest.xml b/extensions/cep/artifacts/executionplans/GradientOfHealthRequest.xml index 75406f9..7b69214 100644 --- a/extensions/cep/artifacts/executionplans/GradientOfHealthRequest.xml +++ b/extensions/cep/artifacts/executionplans/GradientOfHealthRequest.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + <executionPlan name="GradientOfHealthRequest" statistics="disable" trace="disable" xmlns="http://wso2.org/carbon/eventprocessor"> <description>This will find the gradient of the heath request over a minute.</description> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c87476ec/extensions/cep/artifacts/executionplans/GradientOfRequestsInFlightFinder.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/artifacts/executionplans/GradientOfRequestsInFlightFinder.xml b/extensions/cep/artifacts/executionplans/GradientOfRequestsInFlightFinder.xml index 507fdbe..b76219a 100644 --- a/extensions/cep/artifacts/executionplans/GradientOfRequestsInFlightFinder.xml +++ b/extensions/cep/artifacts/executionplans/GradientOfRequestsInFlightFinder.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + <executionPlan name="GradientOfRequestsInFlightFinder" statistics="disable" trace="enable" xmlns="http://wso2.org/carbon/eventprocessor"> <description>This will find the gradient of the number of requests in flight over a minute.</description> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c87476ec/extensions/cep/artifacts/executionplans/SecondDerivativeOfHealthRequest.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/artifacts/executionplans/SecondDerivativeOfHealthRequest.xml b/extensions/cep/artifacts/executionplans/SecondDerivativeOfHealthRequest.xml index fefa306..f2bbbe1 100644 --- a/extensions/cep/artifacts/executionplans/SecondDerivativeOfHealthRequest.xml +++ b/extensions/cep/artifacts/executionplans/SecondDerivativeOfHealthRequest.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + <executionPlan name="SecondDerivativeOfHealthRequest" statistics="disable" trace="disable" xmlns="http://wso2.org/carbon/eventprocessor"> <description>This will find the second derivative of health stats over a minute.</description> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c87476ec/extensions/cep/artifacts/executionplans/SecondDerivativeOfRequestsInFlightFinder.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/artifacts/executionplans/SecondDerivativeOfRequestsInFlightFinder.xml b/extensions/cep/artifacts/executionplans/SecondDerivativeOfRequestsInFlightFinder.xml index a576657..53a88e0 100644 --- a/extensions/cep/artifacts/executionplans/SecondDerivativeOfRequestsInFlightFinder.xml +++ b/extensions/cep/artifacts/executionplans/SecondDerivativeOfRequestsInFlightFinder.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + <executionPlan name="SecondDerivativeOfRequestsInFlightFinder" statistics="disable" trace="enable" xmlns="http://wso2.org/carbon/eventprocessor"> <description>This will find the second derivative of the number of requests in flight over a minute.</description> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c87476ec/extensions/cep/artifacts/inputeventadaptors/DefaultWSO2EventInputAdaptor.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/artifacts/inputeventadaptors/DefaultWSO2EventInputAdaptor.xml b/extensions/cep/artifacts/inputeventadaptors/DefaultWSO2EventInputAdaptor.xml index 8cc5e89..77af463 100644 --- a/extensions/cep/artifacts/inputeventadaptors/DefaultWSO2EventInputAdaptor.xml +++ b/extensions/cep/artifacts/inputeventadaptors/DefaultWSO2EventInputAdaptor.xml @@ -1,3 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + <inputEventAdaptor name="DefaultWSO2EventInputAdaptor" statistics="disable" trace="enable" type="wso2event" xmlns="http://wso2.org/carbon/eventadaptormanager"/> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c87476ec/extensions/cep/artifacts/outputeventadaptors/DefaultWSO2EventOutputAdaptor.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/artifacts/outputeventadaptors/DefaultWSO2EventOutputAdaptor.xml b/extensions/cep/artifacts/outputeventadaptors/DefaultWSO2EventOutputAdaptor.xml index 59ba20d..4438d2c 100644 --- a/extensions/cep/artifacts/outputeventadaptors/DefaultWSO2EventOutputAdaptor.xml +++ b/extensions/cep/artifacts/outputeventadaptors/DefaultWSO2EventOutputAdaptor.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + <outputEventAdaptor name="DefaultWSO2EventOutputAdaptor" statistics="disable" trace="disable" type="wso2event" xmlns="http://wso2.org/carbon/eventadaptormanager"> <property name="username">admin</property> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c87476ec/extensions/cep/artifacts/outputeventadaptors/JMSOutputAdaptor.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/artifacts/outputeventadaptors/JMSOutputAdaptor.xml b/extensions/cep/artifacts/outputeventadaptors/JMSOutputAdaptor.xml index 95fdeb6..fcaab98 100644 --- a/extensions/cep/artifacts/outputeventadaptors/JMSOutputAdaptor.xml +++ b/extensions/cep/artifacts/outputeventadaptors/JMSOutputAdaptor.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + <outputEventAdaptor name="JMSOutputAdaptor" statistics="disable" trace="enable" type="jms" xmlns="http://wso2.org/carbon/eventadaptormanager"> <property name="java.naming.provider.url">CEP_HOME/repository/conf/jndi.properties</property> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c87476ec/extensions/cep/artifacts/streamdefinitions/stream-manager-config.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/artifacts/streamdefinitions/stream-manager-config.xml b/extensions/cep/artifacts/streamdefinitions/stream-manager-config.xml old mode 100755 new mode 100644 index 8010362..64b5d85 --- a/extensions/cep/artifacts/streamdefinitions/stream-manager-config.xml +++ b/extensions/cep/artifacts/streamdefinitions/stream-manager-config.xml @@ -1,3 +1,25 @@ +<?xml version='1.0'?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> + <streamManagerConfiguration xmlns="http://wso2.org/carbon/streammanager"> <!-- in-flight requests stream definitions start --> <streamDefinition name="in_flight_requests" version="1.0.0">
