HeXingNan opened a new issue, #3822: URL: https://github.com/apache/hertzbeat/issues/3822
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior 我用平台采集 springboot3 的 /actuator/prometheus,该地址通过promethus采集 或浏览器打开均正常,但是使用hertzbeat采集时却报错,分析了一下原因,好像是hertzbeat访问/actuator/prometheus时,使用的GET请求带了个text/plain的内容(具体内容为:^_^payload^_^,请求头中存在content-type=text/plain和content-length=13),我的理解是:这个请求不应该带这个内容,这样就不会报错了。 <img width="892" height="370" alt="Image" src="https://github.com/user-attachments/assets/21564e01-a118-43d7-9c64-ebc85690ca0e" /> ### Expected Behavior 我的理解是:这个请求不应该带这个内容,这样就不会报错了。 ### Steps To Reproduce _No response_ ### Environment ```markdown HertzBeat version(s): ``` ### Debug logs _No response_ ### Anything else? _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
