Skip to content

Commit fed3ffc

Browse files
Update standalone-for-python.md (#3501)
Fix configure method name
1 parent 95ff911 commit fed3ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fundamentals/dashboard/standalone-for-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ To use the .NET Aspire dashboard with your Python app, you need to install the O
168168
from otlp_tracing import configure_otel_otlp
169169

170170
logging.basicConfig(level=logging.INFO)
171-
tracer = configure_otel_otlp()
171+
tracer = configure_oltp_grpc_tracing()
172172
logger = logging.getLogger(__name__)
173173
```
174174

0 commit comments

Comments
 (0)