Skip to content

Commit cd15bfa

Browse files
committed
Some notes on using Aspire.Dashboard locally
1 parent dbe50d8 commit cd15bfa

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

x/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,11 @@ The `x.cpp` has been copied from the `opentelemetry-cpp` examples folder (the "s
44

55
In our version it links to the dynamic `opentelemetry-cpp` from the parent repo.
66

7-
In the future I'll add static linking too, through the `dll_deps` macro.
7+
In the future I'll add static linking too, through the `dll_deps` macro.
8+
9+
# Notes with Aspire.Dashboard
10+
11+
- follow https://learn.microsoft.com/en-us/dotnet/aspire/fundamentals/dashboard/configuration?tabs=bash
12+
- just set ASPNETCORE_URLS=http://localhost:18888
13+
- and DOTNET_DASHBOARD_OTLP_ENDPOINT_URL=http://localhost:18889
14+
bazel test --test_env=OTEL_EXPORTER_OTLP_ENDPOINT=http://127.0.0.1:18889 x

0 commit comments

Comments
 (0)