Skip to content

Commit aaf569f

Browse files
committed
docs: Revise the wording of the document.
1 parent 1b5a1e6 commit aaf569f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LoongSuite includes the following key components:
1111

1212
## Quick start
1313

14-
LoongSuite Python Agent provides observability for Python applications. Taking `agentscope` as an example, this document demonstrates how to use OpenTelemetry to collect OTLP data and forward it via LoongCollector to Jaeger.
14+
LoongSuite Python Agent provides observability for Python applications. Taking [agentscope](https://github.com/modelscope/agentscope) as an example, this document demonstrates how to use OpenTelemetry to collect OTLP data and forward it via LoongCollector to Jaeger.
1515

1616
### INSTALL
1717

@@ -155,7 +155,7 @@ docker run --rm --name jaeger \
155155

156156
#### Launch LoongCollector
157157

158-
1. Download and compile the latest LoongCollector code based on its [documentation](https://github.com/alibaba/loongcollector) .
158+
1. Install the latest LoongCollector code based on its [documentation](https://ilogtail.gitbook.io/ilogtail-docs) .
159159

160160
2. Add the following configuration in the `conf/continuous_pipeline_config/local/oltp.yaml` directory:
161161

@@ -206,7 +206,7 @@ python demo.py
206206

207207
Access the Jaeger UI to view the collected trace data. You should now see trace information being properly received.
208208

209-
![image.png](https://alidocs.oss-cn-zhangjiakou.aliyuncs.com/res/5VLqXLbPEkvavqX1/img/1ca1f528-989c-40cb-b377-68ab0a856d71.png)
209+
![image.png](docs/_assets/img/quickstart-results.png)
210210

211211
## Resoures
212212
* AgentScope: https://github.com/modelscope/agentscope
1.04 MB
Loading

0 commit comments

Comments
 (0)