采集Java程序JVM信息
创建 Spring Boot Application 应用程序
进行 https://start.spring.io 使用版本 Spring Boot v2.7.11和JDK 17,并创建一个具有以下依赖项的简单JAVA应用程序。
- Spring Boot Actuator (Ops)
- Prometheus (Observability)
- Spring Web (Optional: only to create a simple REST controller.)
Maven POM 会生成以下依赖:
org.springframework.boot
spring-boot-starter-actuator
org.springframework.boot
spring-boot-starter-web
io.micrometer
micrometer-registry-prometheus
runtime
接下来,我们需要公开一个执行器端点,Prometheus将通过该端点以Prometheus能够理解的格式收集指标数据。为此,我们需要添加以下属性。
management.endpoints.web.exposure.include=prometheus
接下来,让我们添加一个简单的控制器和一个简单的接口端点。
@RestController
@SpringBootApplication
public class MonitorApplication {
public static void main(String[] args) {
SpringApplication.run(MonitorApplication.class, args);
}
@GetMapping("/hello")
public String hello() {
return "Hello World!";
}
}
现在,让我们启动应用程序并打开以下URL。
http://localhost:8080/actuator/prometheus
打开上述端点后,您将发现以下格式的一些指标数据,例如:
jvm_memory_used_bytes{area="heap",id="G1 Survivor Space",} 1005592.0
服务器托管,北京服务器托管,服务器租用 http://www.fwqtg.net
机房租用,北京机房租用,IDC机房托管, http://www.fwqtg.net
hello python! 在编写钱首先下载python程序! 软件下载请到官方网站www.python.org 下载 选择download 选择适合你的应用平台 (大多是windows的用户所以选windows项现在) 运行主程序:IDLE(Python G…