Skip to content

Commit 26f47cf

Browse files
committed
Clarify endpoint URL usage in AgentScope Studio configuration
Change-Id: I1e715fa5ee15533a87ca8b858734e23aefd6ddc2 Co-developed-by: Cursor <[email protected]> Co-authored-by: ralf0131 <[email protected]>
1 parent c94a6c7 commit 26f47cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,13 +245,13 @@ AgentScope Studio will start and display the OTLP endpoint URL (typically `http:
245245

246246
#### Export AgentScope Data to AgentScope Studio
247247

248-
Configure your AgentScope application to export telemetry data to AgentScope Studio using OTLP:
248+
Configure your AgentScope application to export telemetry data to AgentScope Studio using OTLP. Use the endpoint URL displayed by AgentScope Studio when it starts:
249249

250250
```shell
251251
export OTEL_SERVICE_NAME=demo
252252
export OTEL_EXPORTER_OTLP_PROTOCOL=http/protobuf
253-
export OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=http://127.0.0.1:31415
254-
export OTEL_EXPORTER_OTLP_METRICS_ENDPOINT=http://127.0.0.1:31415
253+
export OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=http://127.0.0.1:31415 # Use the endpoint from AgentScope Studio
254+
export OTEL_EXPORTER_OTLP_METRICS_ENDPOINT=http://127.0.0.1:31415 # Use the endpoint from AgentScope Studio
255255

256256
loongsuite-instrument \
257257
--traces_exporter otlp \

0 commit comments

Comments
 (0)