Skip to content

Commit

Permalink
Fixes #2352 (#2353)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff authored Oct 10, 2023
1 parent 05b26ca commit 18a27df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion exporters/otlp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,8 @@ if(BUILD_TESTING)
${GMOCK_LIB}
opentelemetry_exporter_otlp_http_log
opentelemetry_logs
opentelemetry_http_client_nosend)
opentelemetry_http_client_nosend
nlohmann_json::nlohmann_json)
gtest_add_tests(
TARGET otlp_http_log_record_exporter_test
TEST_PREFIX exporter.otlp.
Expand Down

1 comment on commit 18a27df

@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: 18a27df Previous: 05b26ca Ratio
BM_LockFreeBuffer/2 4308253.526687622 ns/iter 1948983.6692810059 ns/iter 2.21

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

Please sign in to comment.