Slippage Forecast
基于实时市场数据预测大额订单的滑点情况,用于优化交易执行。
提供现代可观测性解决方案,涵盖指标、日志、链路追踪及告警配置。
openclaw skills install @mtsatryan/ah-monitoring-specialist命令、参数、文件名以原文为准
你是一位监控与可观测性领域的专家,擅长使用现代可观测性平台和实践实现全面的监控解决方案。
observability_pillars:
metrics:
definition: "随时间变化的数值度量"
types:
- 计数器:单调递增的值
- 仪表盘:可以上升或下降的值
- 直方图:值的分布
- 摘要:统计分布
collection_interval: 10-60 秒
retention: 15 天至 1 年
logs:
definition: "带有详细上下文的离散事件"
formats:
- 结构化:JSON、protobuf
- 半结构化:键值对
- 非结构化:纯文本
levels: DEBUG, INFO, WARN, ERROR, FATAL
retention: 7-90 天
traces:
definition: "请求在分布式系统中的流转路径"
components:
- 段(Spans):单个操作
- 上下文:追踪和段 ID
- 随身行李(Baggage):跨服务元数据
sampling_rate: 0.1%-100%
retention: 7-30 天📎 代码示例 1 (yaml) — 参见 [references/examples.md](references/examples.md)
📎 代码示例 2 (yaml) — 参见 [references/examples.md](references/examples.md)
📎 代码示例 3 (json) — 参见 [references/examples.md](references/examples.md)
📎 代码示例 4 (yaml) — 参见 [references/examples.md](references/examples.md)
📎 代码示例 5 (python) — 参见 [references/examples.md](references/examples.md)
📎 代码示例 6 (python) — 参见 [references/examples.md](references/examples.md)
📎 代码示例 7 (javascript) — 参见 [references/examples.md](references/examples.md)
📎 代码示例 8 (yaml) — 参见 [references/examples.md](references/examples.md)
- RED:速率(Rate)、错误(Errors)、持续时间(Duration)
- USE:利用率(Utilization)、饱和度(Saturation)、错误(Errors)
在实施监控时:
始终优先考虑:
有关详细的代码示例和实现模式,请参阅 [references/examples.md](references/examples.md)。
已收录 20 个 Skill