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 064dfe3 commit 7b3dbd0Copy full SHA for 7b3dbd0
sdk/test/metrics/CMakeLists.txt
@@ -80,4 +80,6 @@ if(WITH_BENCHMARK)
80
metrics_common_test_utils opentelemetry_common opentelemetry_resources)
81
endif()
82
83
-add_subdirectory(exemplar)
+if(WITH_METRICS_EXEMPLAR_PREVIEW)
84
+ add_subdirectory(exemplar)
85
+endif()
0 commit comments