We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e23ad commit 4b69a10Copy full SHA for 4b69a10
exporters/elasticsearch/CMakeLists.txt
@@ -10,7 +10,8 @@ target_include_directories(
10
11
target_link_libraries(
12
opentelemetry_exporter_elasticsearch_logs
13
- PUBLIC opentelemetry_trace opentelemetry_logs opentelemetry_http_client_curl)
+ PUBLIC opentelemetry_trace opentelemetry_logs opentelemetry_http_client_curl
14
+ nlohmann_json::nlohmann_json)
15
16
install(
17
TARGETS opentelemetry_exporter_elasticsearch_logs
0 commit comments