diff --git a/examples/Console/Program.cs b/examples/Console/Program.cs index 522afa0bb..0e4023302 100644 --- a/examples/Console/Program.cs +++ b/examples/Console/Program.cs @@ -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