We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe50d8 commit cd15bfaCopy full SHA for cd15bfa
x/README.md
@@ -4,4 +4,11 @@ The `x.cpp` has been copied from the `opentelemetry-cpp` examples folder (the "s
4
5
In our version it links to the dynamic `opentelemetry-cpp` from the parent repo.
6
7
-In the future I'll add static linking too, through the `dll_deps` macro.
+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