diff --git a/ports/opentelemetry-cpp/portfile.cmake b/ports/opentelemetry-cpp/portfile.cmake index e691bd29e5b551..db096026f1cc14 100644 --- a/ports/opentelemetry-cpp/portfile.cmake +++ b/ports/opentelemetry-cpp/portfile.cmake @@ -21,7 +21,6 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS zipkin WITH_ZIPKIN prometheus WITH_PROMETHEUS elasticsearch WITH_ELASTICSEARCH - jaeger WITH_JAEGER otlp-http WITH_OTLP_HTTP otlp-grpc WITH_OTLP_GRPC ) @@ -55,7 +54,6 @@ vcpkg_cmake_configure( ${FEATURE_OPTIONS} MAYBE_UNUSED_VARIABLES WITH_OTLP_GRPC - WITH_JAEGER WITH_LOGS_PREVIEW ) diff --git a/ports/opentelemetry-cpp/vcpkg.json b/ports/opentelemetry-cpp/vcpkg.json index 3de8314a24d433..004276b93f9101 100644 --- a/ports/opentelemetry-cpp/vcpkg.json +++ b/ports/opentelemetry-cpp/vcpkg.json @@ -2,6 +2,7 @@ "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "opentelemetry-cpp", "version-semver": "1.13.0", + "port-version": 1, "description": [ "OpenTelemetry is a collection of tools, APIs, and SDKs.", "You use it to instrument, generate, collect, and export telemetry data (metrics, logs, and traces) for analysis in order to understand your software's performance and behavior." @@ -29,12 +30,6 @@ "description": "Whether to include the ETW Exporter in the SDK", "supports": "windows" }, - "jaeger": { - "description": "Whether to include the Jaeger exporter", - "dependencies": [ - "thrift" - ] - }, "otlp": { "description": "Whether to include the OpenTelemetry Protocol in the SDK", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index 701a63d91db85c..91fcc72e97e3f5 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6406,7 +6406,7 @@ }, "opentelemetry-cpp": { "baseline": "1.13.0", - "port-version": 0 + "port-version": 1 }, "opentelemetry-fluentd": { "baseline": "2.0.0", diff --git a/versions/o-/opentelemetry-cpp.json b/versions/o-/opentelemetry-cpp.json index e20d473aaaf063..71a33c09cce695 100644 --- a/versions/o-/opentelemetry-cpp.json +++ b/versions/o-/opentelemetry-cpp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "6df7abbc5ea5cb1da3d33640ccfa7d0f086319c0", + "version-semver": "1.13.0", + "port-version": 1 + }, { "git-tree": "fe04f9f3867c1225a0636a9f410871b30dce6670", "version-semver": "1.13.0",