mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-03-27 13:28:32 +07:00
update doc
This commit is contained in:
@@ -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: 集成 阿里云 云监控
|
||||

|
||||
|
||||
4. 保存 **公网接入点(Endpoint)** 和 **鉴权 Token(License 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应用,采集数据包括工作流和工作流节点的执行明细,涵盖模型调用、工具调用、知识检索和各类流程节点的执行明细数据以及会话和用户信息等元数据
|
||||
|
||||
Reference in New Issue
Block a user