You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-5
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# AWS Lambda Monitoring Extension
2
2
3
3
## Use Case
4
-
AWS LAmbda Monitoring Extension captures Lambda statistics from Amazon CloudWatch and displays them in the AppDynamics Metric Browser.
4
+
AWS Lambda Monitoring Extension captures Lambda statistics from Amazon CloudWatch and displays them in the AppDynamics Metric Browser.
5
5
**Note : By default, the Machine agent can only send a fixed number of metrics to the controller. This extension potentially reports thousands of metrics, so to change this limit, please follow the instructions mentioned [here](https://docs.appdynamics.com/display/PRO40/Metrics+Limits).**
6
6
7
7
## Prerequisites
@@ -12,8 +12,13 @@ Please give the following permissions to the account being used to with the exte
12
12
**cloudwatch:GetMetricStatistics**
13
13
```
14
14
In order to use this extension, you do need a [Standalone JAVA Machine Agent](https://docs.appdynamics.com/display/PRO44/Standalone+Machine+Agents) or [SIM Agent](https://docs.appdynamics.com/display/PRO44/Server+Visibility). For more details on downloading these products, please visit [here](https://download.appdynamics.com/).
15
-
The extension needs to be able to connect to the HAProxy in order to collect and send metrics. To do this, you will have to either establish a remote connection in between the extension and the product, or have an agent on the same machine running the product in order for the extension to collect and send the metrics.
15
+
The extension needs to be able to connect to the AWS Lamda in order to collect and send metrics. To do this, you will have to either establish a remote connection in between the extension and the product, or have an agent on the same machine running the product in order for the extension to collect and send the metrics.
16
16
17
+
**Note : This extension is compatible with Machine Agent version 4.5.13 or later.
18
+
19
+
* If you are seeing warning messages while starting the Machine Agent, update the http-client and http-core JARs in {MACHINE_AGENT_HOME}/monitorsLibs to httpclient-4.5.9 and httpcore-4.4.12 to make this warning go away.
20
+
* To make AWS extensions work on Machine Agent < 4.5.13:
21
+
The http-client and http-core JARs in {MACHINE_AGENT_HOME}/monitorsLibs has to be manually be updated to httpclient-4.5.9 and httpcore-4.4.12
17
22
18
23
## Installation
19
24
1. Run 'mvn clean install' from aws-lambda-monitoring-extension
@@ -215,8 +220,8 @@ Always feel free to fork and contribute any changes directly here on [GitHub](ht
215
220
## Version
216
221
| Name | Version |
217
222
|--------------------------|------------|
218
-
|Extension Version |2.0.1 |
223
+
|Extension Version |2.0.2 |
219
224
|Controller Compatibility |4.4 or Later|
220
-
|Last Update |22nd Mar, 2019 |
221
-
225
+
|Agent Compatibility| 4.5.13 or later|
226
+
|Last Update |04 Feb, 2020 |
222
227
List of changes to this extension can be found [here](https://github.com/Appdynamics/aws-lambda-monitoring-extension/blob/master/CHANGELOG.md)
0 commit comments