* extract common part * make process/exporter generic * update dependencies * update all the tests and docs * clean up * changelog * update readme * prevent LogRecord to be inherited * simplify example * simplify the code * revert accidental change |
||
|---|---|---|
| .. | ||
| Exporter | ||
| Helper | ||
| Instrumentation | ||
| Logs | ||
| Tracing | ||
| ActivityBenchmarks.cs | ||
| Benchmarks.csproj | ||
| Program.cs | ||
| README.md | ||
README.md
OpenTelemetry Benchmarks
Use the following example to run Benchmarks from command line: (change parameters as necessary)
Navigate to ./test/Benchmarks directory and run the following command:
dotnet run --framework netcoreapp3.1 --configuration Release --filter *TraceBenchmarks*