-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] springboot2.0 monitor health "status": "DOWN" No Metrics Data #978
Comments
@jvhuaxia current not support. weclome to update collecting metrics code to implement this. |
Design Http Collect YML Format.
|
maybe I can work on this, pls asign to me |
hi welcome @l646505418 , i think we should update the http protocol file https://github.com/dromara/hertzbeat/blob/master/common/src/main/java/org/dromara/hertzbeat/common/entity/job/protocol/HttpProtocol.java Add Field.
And update http collecting implment. https://github.com/dromara/hertzbeat/blob/master/collector/src/main/java/org/dromara/hertzbeat/collector/collect/http/HttpCollectImpl.java#L118 |
Is there an existing issue for this?
Current Behavior
springboot2.0 monitor health { "status": "DOWN" } collected donotwork and show No Metrics Data
but "status": "UP" collected work
Expected Behavior
No response
Steps To Reproduce
No response
Environment
Debug logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: