Application Real-Time Monitoring Service (ARMS) provides SDKs for Java and Python. 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