Application Real-Time Monitoring Service (ARMS) provides SDKs for Java, Python, and PHP. This topic describes how to install the SDKs.
Install ARMS SDK for Java
Add the following Maven dependency to the pom.xml file to install ARMS SDK for Java:
<dependencies>
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>aliyun-java-sdk-arms</artifactId>
<version>2.7.9</version>
</dependency>
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>aliyun-java-sdk-core</artifactId>
<version>4.5.7</version>
</dependency>
</dependencies>
Install ARMS SDK for Python
Run the following command to install SDK for Python:
pip install aliyun-python-sdk-arms
Install ARMS SDK for PHP
Perform the following steps to install ARMS SDK for PHP.