Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[INSTALL] Resolve dependencies in opentelemetry-cpp-config.cmake (#3094)
* Resolve dependencies in opentelemetry-cpp-config.cmake Before this change, consumers of the exported CMake targets had to know which dependencies are needed to get the transitive target dependencies like `absl::*`, `gRPC::grpc++`, or `protobuf::libprotobuf`. * Add find_dependency calls for remaining deps Now we also resolve `OpenTracing`, and `prometheus-cpp`. If necessary, `CURL` and `ZLIB` are also resolved. --------- Co-authored-by: Marc Alff <marc.alff@oracle.com> Co-authored-by: Lalit Kumar Bhasin <lalit_fin@yahoo.com>
- Loading branch information
6292a6a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
.BM_SpinLockThrashing/2/process_time/real_time
1.4676282137594694
ms/iter0.29036086563274033
ms/iter5.05
BM_NaiveSpinLockThrashing/2/process_time/real_time
0.3806063670985746
ms/iter0.17553197718089675
ms/iter2.17
BM_ThreadYieldSpinLockThrashing/1/process_time/real_time
16.471552848815918
ms/iter7.37896718476948
ms/iter2.23
This comment was automatically generated by workflow using github-action-benchmark.