Repository: stratos Updated Branches: refs/heads/tenant-isolation 573b70380 -> 1156a56e5
deleting das monitoring artifacts Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/0770ff10 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/0770ff10 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/0770ff10 Branch: refs/heads/tenant-isolation Commit: 0770ff10f4d7a9b3582cdc033a5cdd52afc0d5c3 Parents: 260f738 Author: Thanuja <[email protected]> Authored: Fri Aug 21 18:45:08 2015 +0530 Committer: Thanuja <[email protected]> Committed: Fri Aug 21 18:45:08 2015 +0530 ---------------------------------------------------------------------- .../HealthStatsEventFormatter.xml | 30 ------------------- .../eventformatters/RIFEventFormatter.xml | 31 -------------------- .../DASDefaultWSO2EventOutputAdaptor.xml | 29 ------------------ 3 files changed, 90 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/0770ff10/extensions/cep/artifacts/eventformatters/HealthStatsEventFormatter.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/artifacts/eventformatters/HealthStatsEventFormatter.xml b/extensions/cep/artifacts/eventformatters/HealthStatsEventFormatter.xml deleted file mode 100644 index bcef15f..0000000 --- a/extensions/cep/artifacts/eventformatters/HealthStatsEventFormatter.xml +++ /dev/null @@ -1,30 +0,0 @@ -<?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="HealthStatsEventFormatter" - statistics="disable" trace="enable" xmlns="http://wso2.org/carbon/eventformatter"> - <from streamName="cartridge_agent_health_stats" version="1.0.0"/> - <mapping customMapping="disable" type="wso2event"/> - <to eventAdaptorName="DASDefaultWSO2EventOutputAdaptor" eventAdaptorType="wso2event"> - <property name="stream">cartridge_agent_health_stats</property> - <property name="version">1.0.0</property> - </to> -</eventFormatter> http://git-wip-us.apache.org/repos/asf/stratos/blob/0770ff10/extensions/cep/artifacts/eventformatters/RIFEventFormatter.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/artifacts/eventformatters/RIFEventFormatter.xml b/extensions/cep/artifacts/eventformatters/RIFEventFormatter.xml deleted file mode 100644 index 3cfd4a9..0000000 --- a/extensions/cep/artifacts/eventformatters/RIFEventFormatter.xml +++ /dev/null @@ -1,31 +0,0 @@ -<?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="RIFEventFormatter" statistics="disable" - trace="enable" xmlns="http://wso2.org/carbon/eventformatter"> - <from streamName="in_flight_requests" version="1.0.0"/> - <mapping customMapping="disable" type="wso2event"/> - <to eventAdaptorName="DASDefaultWSO2EventOutputAdaptor" eventAdaptorType="wso2event"> - <property name="stream">in_flight_requests</property> - <property name="version">1.0.0</property> - </to> -</eventFormatter> - http://git-wip-us.apache.org/repos/asf/stratos/blob/0770ff10/extensions/cep/artifacts/outputeventadaptors/DASDefaultWSO2EventOutputAdaptor.xml ---------------------------------------------------------------------- diff --git a/extensions/cep/artifacts/outputeventadaptors/DASDefaultWSO2EventOutputAdaptor.xml b/extensions/cep/artifacts/outputeventadaptors/DASDefaultWSO2EventOutputAdaptor.xml deleted file mode 100755 index 6dad7a0..0000000 --- a/extensions/cep/artifacts/outputeventadaptors/DASDefaultWSO2EventOutputAdaptor.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?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="DASDefaultWSO2EventOutputAdaptor" - statistics="disable" trace="disable" type="wso2event" - xmlns="http://wso2.org/carbon/eventadaptormanager"> - <property name="username">admin</property> - <property name="receiverURL">tcp://localhost:7611</property> - <property name="password">admin</property> - <property name="authenticatorURL">ssl://localhost:7711</property> -</outputEventAdaptor>
