# 调用链升级注意事项

## 目录

> * [升级注意事项](#chapter-1)

## 1 升级注意事项

* TarsFramework>=3.0.1, TarsWeb>=2.4.19, TarsCpp >= 3.0.0 开始支持调用链, 其他语言的库还在陆续支持中!
* 调用链数据的收集以及计算都在tarslog服务中完成
* 调用链数据的存储在外部的es中, 该es需要自己部署, es的信息需要配置到tarslog的模板中
* 如果是升级framework, tarslog需要自己添加一个TopologyObj, 这个端口是给web使用的(查询调用链信息)
* 如果是全新安装framework, 则不需要, 部署脚本会自动添加这个obj

关于调用链的继续信息[请参见文档](/tarsdocs/kuang-jia-guan-jian-te-xing/tars-trace.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tarscloud.gitbook.io/tarsdocs/kai-yuan-ban-kuang-jia-jie-shao/kai-yuan-ban-ben-bu-shu/train.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
