Add sample command line to export to OTel (#827)

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
This commit is contained in:
Tom Tan 2020-07-15 10:13:42 -07:00 committed by GitHub
parent a9713c8d01
commit 379d26a3f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ namespace Samples
/// dotnet run -p Exporters.csproj zipkin -u http://localhost:9411/api/v2/spans
/// dotnet run -p Exporters.csproj jaeger -h localhost -p 6831
/// dotnet run -p Exporters.csproj prometheus -i 15 -p 9184 -d 2
/// dotnet run -p Exporters.csproj otlp -e "localhost:55680"
///
/// The above must be run from the project root folder
/// (eg: C:\repos\opentelemetry-dotnet\src\samples\Exporters\Console\).