Skip to content

Commit

Permalink
Merge branch 'main' into dev/metrics-resources-ostream-exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
bsarden authored Jul 29, 2022
2 parents 308917e + 0015475 commit 603b7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporters/prometheus/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ else()
add_executable(${testname} "${testname}.cc")
target_link_libraries(
${testname} ${GTEST_BOTH_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT}
prometheus_exporter prometheus-cpp::pull)
prometheus_exporter prometheus-cpp::pull opentelemetry_resources)
gtest_add_tests(
TARGET ${testname}
TEST_PREFIX exporter.
Expand Down

0 comments on commit 603b7eb

Please sign in to comment.