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 dcff883 commit 4cdd595Copy full SHA for 4cdd595
exporters/fluentd/CMakeLists.txt
@@ -76,7 +76,7 @@ else()
76
target_link_libraries(
77
opentelemetry_exporter_geneva_trace
78
PUBLIC opentelemetry_trace opentelemetry_resources opentelemetry_common
79
- nlohmann_json::nlohmann_json)
+ opentelemetry_ext nlohmann_json::nlohmann_json)
80
endif()
81
82
# create fluentd logs exporter
@@ -97,7 +97,7 @@ else()
97
98
opentelemetry_exporter_geneva_logs
99
PUBLIC opentelemetry_logs opentelemetry_resources opentelemetry_common
100
101
102
103
if(nlohmann_json_clone)
0 commit comments