-
Notifications
You must be signed in to change notification settings - Fork 98
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
feature: support prometheus metrics #130
Conversation
Signed-off-by: tiny-x <xf.yefei@gmail.com>
# Conflicts: # chaosblade-box-starter/src/main/resources/application.properties
Signed-off-by: tiny-x <xf.yefei@gmail.com>
* @author xf.yefei | ||
*/ | ||
@ChaosApplication( | ||
name = "普罗米修斯监控", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should use english
} | ||
|
||
@ChaosFunction( | ||
name = "主机CPU使用率", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should use english
} | ||
|
||
@ChaosFunction( | ||
name = "主机磁盘IO负载", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
up
Signed-off-by: tiny-x <xf.yefei@gmail.com>
Signed-off-by: tiny-x xf.yefei@gmail.com
The prometheus api must be set during startup --chaos.prometheus.api=http://127.0.0.1:9100/api/v1/query_range