Updated the endpoint to include http: (#1793)
This commit is contained in:
parent
cd3f7a1175
commit
7687edc350
|
|
@ -32,7 +32,7 @@ namespace Examples.Console
|
|||
/// dotnet run -p Examples.Console.csproj zipkin -u http://localhost:9411/api/v2/spans
|
||||
/// dotnet run -p Examples.Console.csproj jaeger -h localhost -p 6831
|
||||
/// dotnet run -p Examples.Console.csproj prometheus -i 15 -p 9184 -d 2
|
||||
/// dotnet run -p Examples.Console.csproj otlp -e "localhost:4317"
|
||||
/// dotnet run -p Examples.Console.csproj otlp -e "http://localhost:4317"
|
||||
/// dotnet run -p Examples.Console.csproj zpages
|
||||
///
|
||||
/// The above must be run from the project root folder
|
||||
|
|
|
|||
Loading…
Reference in New Issue