Skip to content

Commit

Permalink
[BUILD] Add option WITH_OTLP_GRPC_SSL_MTLS_PREVIEW (#2714)
Browse files Browse the repository at this point in the history
  • Loading branch information
owent authored Jun 21, 2024
1 parent e1d9690 commit 086e94c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,9 @@ if(DEFINED WITH_OTLP)
)
endif()

option(WITH_OTLP_GRPC_SSL_MTLS_PREVIEW
"Whether to enable mTLS support fro gRPC" OFF)

option(WITH_OTLP_GRPC "Whether to include the OTLP gRPC exporter in the SDK"
OFF)

Expand Down

1 comment on commit 086e94c

@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 sdk Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 086e94c Previous: e1d9690 Ratio
BM_BaselineBuffer/2 14918773.174285889 ns/iter 6352467.5369262695 ns/iter 2.35
BM_BaselineBuffer/4 14658012.390136719 ns/iter 5805182.456970215 ns/iter 2.52

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

Please sign in to comment.