update doc

This commit is contained in:
hieheihei
2025-08-26 19:44:44 +08:00
parent d356e0808c
commit 03037e5c02

View File

@@ -9,7 +9,7 @@ title: 集成 阿里云 云监控
<Info>
阿里云云监控原生支持 Python/Golang/Java 应用通过 [LoongSuite](https://github.com/alibaba/loongsuite-python-agent)
探针 & 开源 OpenTelemetry 探针接入,在一键开启 Dify 大模型应用监控外,还支持通过无侵入探针对 Dify 组件及其上下游依赖的全链路可观测。
更多详情,请参考 [云监控](https://help.aliyun.com/zh/opentelemetry/user-guide/enable-tracing-for-dify-application)。
更多详情,请参考 [云监控](https://help.aliyun.com/zh/cms/cloudmonitor-2-0/user-guide/model-application)。
</Info>
## 如何配置 云监控
@@ -23,8 +23,8 @@ title: 集成 阿里云 云监控
![](https://help-static-aliyun-doc.aliyuncs.com/assets/img/zh-CN/3938280571/p976945.png)
4. 保存 **公网接入点Endpoint** 和 **鉴权 TokenLicense Key**。
> **说明**
> Endpoint 不带端口号,例如 `http://tracing-cn-heyuan.arms.aliyuncs.com`。
### 2. 将 云监控 与 Dify 集成
@@ -55,6 +55,18 @@ title: 集成 阿里云 云监控
在 ARMS 控制台的 **LLM 应用监控 > 应用列表** 页面进入对应的 Dify 应用。
## 接入更多数据
云监控提供了多语言无侵入探针支持接入Dify集群的各个组件实现全链路追踪。
| Dify 组件 | 探针 | 详情 |
|---------------|--------------------|----------------|
| Nginx | OpenTelemetry 探针 | [使用OpenTelemetry对Nginx进行链路追踪](https://help.aliyun.com/zh/opentelemetry/user-guide/use-opentelemetry-to-perform-tracing-analysis-on-nginx) |
| Api | LoongSuit-Python 探针 | [loongsuite-python-agent](https://github.com/alibaba/loongsuite-python-agent/blob/main/README.md) |
| Sandbox | LoongSuit-Go 探针 | [loongsuite-go-agent](https://github.com/alibaba/loongsuite-go-agent/blob/main/README.md) |
| Worker | OpenTelemetry 探针 | [通过OpenTelemetry上报Python应用数据](https://help.aliyun.com/zh/opentelemetry/user-guide/use-managed-service-for-opentelemetry-to-submit-the-trace-data-of-python-applications) |
| Plugin-Daemon | LoongSuit-Go 探针 | [loongsuite-go-agent](https://github.com/alibaba/loongsuite-go-agent/blob/main/README.md) |
## 监测数据清单
云监控支持采集Dify的Workflow/Chatflow/Chat/Agent应用采集数据包括工作流和工作流节点的执行明细涵盖模型调用、工具调用、知识检索和各类流程节点的执行明细数据以及会话和用户信息等元数据