File tree 18 files changed +42
-50
lines changed
.teamcity/AE_ElasticsearchMonitoringExtension/pluginData
integration-test/java/com/appdynamics/extensions/elasticsearch
java/com/appdynamics/extensions/elasticsearch
test/java/com/appdynamics/extensions/elasticsearch
18 files changed +42
-50
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ ~ Copyright (c) 2020 AppDynamics,Inc.
4
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
5
+ ~ you may not use this file except in compliance with the License.
6
+ ~ You may obtain a copy of the License at
7
+ ~
8
+ ~ http://www.apache.org/licenses/LICENSE-2.0
9
+ ~
10
+ ~ Unless required by applicable law or agreed to in writing, software
11
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
12
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ ~ See the License for the specific language governing permissions and
14
+ ~ limitations under the License.
15
+ -->
16
+
2
17
<settings />
3
18
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
3
- <!--
4
- ~ Copyright (c) 2019 AppDynamics,Inc.
5
- ~ Licensed under the Apache License, Version 2.0 (the "License");
6
- ~ you may not use this file except in compliance with the License.
7
- ~ You may obtain a copy of the License at
8
- ~
9
- ~ http://www.apache.org/licenses/LICENSE-2.0
10
- ~
11
- ~ Unless required by applicable law or agreed to in writing, software
12
- ~ distributed under the License is distributed on an "AS IS" BASIS,
13
- ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- ~ See the License for the specific language governing permissions and
15
- ~ limitations under the License.
16
- -->
17
-
18
3
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
19
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
20
5
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2019 AppDynamics,Inc.
2
+ * Copyright (c) 2020 AppDynamics,Inc.
3
3
* Licensed under the Apache License, Version 2.0 (the "License");
4
4
* you may not use this file except in compliance with the License.
5
5
* You may obtain a copy of the License at
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2019 AppDynamics,Inc.
2
+ * Copyright (c) 2020 AppDynamics,Inc.
3
3
* Licensed under the Apache License, Version 2.0 (the "License");
4
4
* you may not use this file except in compliance with the License.
5
5
* You may obtain a copy of the License at
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2019 AppDynamics,Inc.
2
+ * Copyright (c) 2020 AppDynamics,Inc.
3
3
* Licensed under the Apache License, Version 2.0 (the "License");
4
4
* you may not use this file except in compliance with the License.
5
5
* You may obtain a copy of the License at
12
12
* See the License for the specific language governing permissions and
13
13
* limitations under the License.
14
14
*/
15
- //TODO Change all licenses to 2020
16
15
package com .appdynamics .extensions .elasticsearch ;
17
16
18
17
import com .appdynamics .extensions .ABaseMonitor ;
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2019 AppDynamics,Inc.
2
+ * Copyright (c) 2020 AppDynamics,Inc.
3
3
* Licensed under the Apache License, Version 2.0 (the "License");
4
4
* you may not use this file except in compliance with the License.
5
5
* You may obtain a copy of the License at
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2019 AppDynamics,Inc.
2
+ * Copyright (c) 2020 AppDynamics,Inc.
3
3
* Licensed under the Apache License, Version 2.0 (the "License");
4
4
* you may not use this file except in compliance with the License.
5
5
* You may obtain a copy of the License at
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2019 AppDynamics,Inc.
2
+ * Copyright (c) 2020 AppDynamics,Inc.
3
3
* Licensed under the Apache License, Version 2.0 (the "License");
4
4
* you may not use this file except in compliance with the License.
5
5
* You may obtain a copy of the License at
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2019 AppDynamics,Inc.
2
+ * Copyright (c) 2020 AppDynamics,Inc.
3
3
* Licensed under the Apache License, Version 2.0 (the "License");
4
4
* you may not use this file except in compliance with the License.
5
5
* You may obtain a copy of the License at
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2018. AppDynamics LLC and its affiliates.
3
- * All Rights Reserved.
4
- * This is unpublished proprietary source code of AppDynamics LLC and its affiliates.
5
- * The copyright notice above does not evidence any actual or intended publication of such source code.
2
+ * Copyright (c) 2020 AppDynamics,Inc.
3
+ * Licensed under the Apache License, Version 2.0 (the "License");
4
+ * you may not use this file except in compliance with the License.
5
+ * You may obtain a copy of the License at
6
+ *
7
+ * http://www.apache.org/licenses/LICENSE-2.0
8
+ *
9
+ * Unless required by applicable law or agreed to in writing, software
10
+ * distributed under the License is distributed on an "AS IS" BASIS,
11
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ * See the License for the specific language governing permissions and
13
+ * limitations under the License.
6
14
*/
7
15
8
16
package com .appdynamics .extensions .elasticsearch .metrics ;
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2019 AppDynamics,Inc.
2
+ * Copyright (c) 2020 AppDynamics,Inc.
3
3
* Licensed under the Apache License, Version 2.0 (the "License");
4
4
* you may not use this file except in compliance with the License.
5
5
* You may obtain a copy of the License at
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2019 AppDynamics,Inc.
2
+ * Copyright (c) 2020 AppDynamics,Inc.
3
3
* Licensed under the Apache License, Version 2.0 (the "License");
4
4
* you may not use this file except in compliance with the License.
5
5
* You may obtain a copy of the License at
Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ metricPrefix: "Server|Component:<ComponentID>|Custom Metrics|Elasticsearch"
7
7
8
8
servers :
9
9
- displayName : Server1
10
- uri : " http://localhost:9200 " # TODO clear this before releasing
10
+ uri : " "
11
11
username : " "
12
12
password : " "
13
13
encryptedPassword : " "
14
14
15
15
# To get the metrics through CAT apis
16
- catEndpoints : # TODO : consider moving all this information to a metrics.xml file
16
+ catEndpoints :
17
17
# shard allocation stats
18
18
- endpoint : " /_cat/allocation?v&bytes=b"
19
19
displayName : " Allocations"
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
3
- <!--
4
- ~ Copyright (c) 2019 AppDynamics,Inc.
5
- ~ Licensed under the Apache License, Version 2.0 (the "License");
6
- ~ you may not use this file except in compliance with the License.
7
- ~ You may obtain a copy of the License at
8
- ~
9
- ~ http://www.apache.org/licenses/LICENSE-2.0
10
- ~
11
- ~ Unless required by applicable law or agreed to in writing, software
12
- ~ distributed under the License is distributed on an "AS IS" BASIS,
13
- ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- ~ See the License for the specific language governing permissions and
15
- ~ limitations under the License.
16
- -->
17
-
18
3
<monitor >
19
4
<name >ElasticsearchMonitor</name >
20
5
<type >managed</type >
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2019 AppDynamics,Inc.
2
+ * Copyright (c) 2020 AppDynamics,Inc.
3
3
* Licensed under the Apache License, Version 2.0 (the "License");
4
4
* you may not use this file except in compliance with the License.
5
5
* You may obtain a copy of the License at
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2019 AppDynamics,Inc.
2
+ * Copyright (c) 2020 AppDynamics,Inc.
3
3
* Licensed under the Apache License, Version 2.0 (the "License");
4
4
* you may not use this file except in compliance with the License.
5
5
* You may obtain a copy of the License at
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2019 AppDynamics,Inc.
2
+ * Copyright (c) 2020 AppDynamics,Inc.
3
3
* Licensed under the Apache License, Version 2.0 (the "License");
4
4
* you may not use this file except in compliance with the License.
5
5
* You may obtain a copy of the License at
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2019 AppDynamics,Inc.
2
+ * Copyright (c) 2020 AppDynamics,Inc.
3
3
* Licensed under the Apache License, Version 2.0 (the "License");
4
4
* you may not use this file except in compliance with the License.
5
5
* You may obtain a copy of the License at
You can’t perform that action at this time.
0 commit comments