Fix dotnet run jaeger command. Include comment on how to access localhost Jaeger UI. (#3957)
This commit is contained in:
parent
260460787f
commit
2116966171
|
|
@ -45,9 +45,10 @@ namespace Examples.Console
|
|||
// the reporoot\examples\Console\.
|
||||
// (eg: C:\repos\opentelemetry-dotnet\examples\Console\)
|
||||
//
|
||||
// dotnet run jaeger -h localhost -p 6831
|
||||
// dotnet run --project Examples.Console.csproj -- jaeger -h localhost -p 6831
|
||||
// For non-Windows (e.g., MacOS)
|
||||
// dotnet run jaeger -- -h localhost -p 6831
|
||||
// Navigate to http://localhost:16686 to access the Jaeger UI.
|
||||
return RunWithActivity(host, port);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue