Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/spring-boot/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 升级到SpringBoot 2.5.0 GA-丢失所有指标_Java_Spring Boot - Fatal编程技术网

Java 升级到SpringBoot 2.5.0 GA-丢失所有指标

Java 升级到SpringBoot 2.5.0 GA-丢失所有指标,java,spring-boot,Java,Spring Boot,从SpringBoot 2.4.4升级到SpringBoot 2.5.0后出现小问题。 我的web应用程序具有以下依赖项: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </de

从SpringBoot 2.4.4升级到SpringBoot 2.5.0后出现小问题。 我的web应用程序具有以下依赖项:

        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-actuator</artifactId>
        </dependency>
        <dependency>
            <groupId>io.micrometer</groupId>
            <artifactId>micrometer-registry-prometheus</artifactId>
        </dependency>
不幸的是,在升级到刚刚发布的2.5.0 GA之后,没有任何代码更改,我失去了所有的度量。仍然看到一些http时间等,但几乎失去了一切

请问是什么问题


谢谢你

似乎是一个将在2.5.1中修复的问题。

非常感谢@wim
system_cpu_usage
jvm_buffer_total_capacity_bytes
jvm_threads_states_threads
jvm_gc_live_data_size_bytes
logback_events_total