Skip to content

Commit

Permalink
[DOC] Update INSTALL.md (#2592)
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Tan <Tom.Tan@microsoft.com>
Co-authored-by: Marc Alff <marc.alff@free.fr>
Co-authored-by: Lalit Kumar Bhasin <lalit_fin@yahoo.com>
Co-authored-by: Marc Alff <marc.alff@oracle.com>
  • Loading branch information
5 people authored Apr 18, 2024
1 parent 7aea1a6 commit 6c2a6ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ You can link OpenTelemetry C++ SDK with libraries provided in
- `-DWITH_OTLP_GRPC=ON` : To enable building OTLP GRPC exporter.
- `-DWITH_OTLP_HTTP=ON` : To enable building OTLP HTTP exporter.
- `-DWITH_PROMETHEUS=ON` : To enable building prometheus exporter.
- `-DOPENTELEMETRY_INSTALL=ON`: To install `otel-cpp` library needed
for external code linking.

3. Once the build configuration is created, build the CMake targets - this
includes building SDKs and unittests for API and SDK. Note that since API is
Expand Down

2 comments on commit 6c2a6ab

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'OpenTelemetry-cpp exporters Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 6c2a6ab Previous: 7aea1a6 Ratio
BM_OtlpExporterEmptySpans 50.75354461993495 ns/iter 23.530124075151498 ns/iter 2.16
BM_OtlpExporterSparseSpans 203.83845614848164 ns/iter 92.28611181527671 ns/iter 2.21

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'OpenTelemetry-cpp api Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 6c2a6ab Previous: 7aea1a6 Ratio
BM_SpinLockThrashing/4/process_time/real_time 1.307556451844775 ms/iter 0.6264126819113026 ms/iter 2.09
BM_ProcYieldSpinLockThrashing/4/process_time/real_time 2.5591998366835695 ms/iter 0.755951621315696 ms/iter 3.39

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.