Skip to content

Commit c94a6c7

Browse files
committed
Fix service name consistency in AgentScope Studio configuration
Change-Id: I36497b1c2c17a74b0702dc418e4f3c02dd460242 Co-developed-by: Cursor <[email protected]> Co-authored-by: ralf0131 <[email protected]>
1 parent 84a040c commit c94a6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ AgentScope Studio will start and display the OTLP endpoint URL (typically `http:
248248
Configure your AgentScope application to export telemetry data to AgentScope Studio using OTLP:
249249

250250
```shell
251-
export OTEL_SERVICE_NAME=my-agentscope-app
251+
export OTEL_SERVICE_NAME=demo
252252
export OTEL_EXPORTER_OTLP_PROTOCOL=http/protobuf
253253
export OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=http://127.0.0.1:31415
254254
export OTEL_EXPORTER_OTLP_METRICS_ENDPOINT=http://127.0.0.1:31415

0 commit comments

Comments
 (0)