Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DEMO_VERSION=latest
# Build Args
TRACETEST_IMAGE_VERSION=v1.7.1
OTEL_JAVA_AGENT_VERSION=2.20.1
OPENTELEMETRY_CPP_VERSION=1.21.0
OPENTELEMETRY_CPP_VERSION=1.23.0

# Dependent images
COLLECTOR_CONTRIB_IMAGE=ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib:0.133.0
Expand Down
5 changes: 1 addition & 4 deletions src/currency/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ add_executable(currency src/server.cpp)
add_dependencies(currency demo-proto)
target_link_libraries(
currency demo-proto protobuf::libprotobuf
${OPENTELEMETRY_CPP_LIBRARIES} opentelemetry_trace opentelemetry_common
opentelemetry_exporter_otlp_grpc opentelemetry_exporter_otlp_grpc_client
opentelemetry_proto opentelemetry_otlp_recordable opentelemetry_resources
opentelemetry_metrics opentelemetry_exporter_otlp_grpc_metrics gRPC::grpc++)
${OPENTELEMETRY_CPP_LIBRARIES} gRPC::grpc++)

install(TARGETS currency DESTINATION bin)
Loading