{% extends "portal/layout.html" %} {% block content %}
metric/tags [note] | condition | max | P | run |
---|---|---|---|---|
{{ s.metric }}{% if s.tags %}/{{ s.tags }}{% endif %} {% if s.note %}[{{ s.note }}]{% endif %} | {{ s.func }}{{ s.op }}{{ s.right_value }} | {{ s.max_step }} | {{ s.priority }} | {% if s.run_begin and s.run_end %}{{ s.run_begin }}-{{ s.run_end }}{% endif %} |
no records |
#callback request payload:
{
"endpoint": event.Endpoint,
"metric": event.Metric(),
"status": event.Status,
"step": event.CurrentStep,
"priority": event.Priority(),
"time": event.FormattedTime(),
"tpl_id": event.TplId(),
"exp_id": event.ExpressionId(),
"stra_id": event.StrategyId(),
"tags": "srv=falcon,mount=sda"
}
# for more infomation, look the code https://github.com/open-falcon/falcon-plus/blob/master/common/model/event.go