{
  "name": "opentelemetry-cpp",
  "href": "https://vcpkg.link/ports/opentelemetry-cpp",
  "supports": "all",
  "published_at": "2026-07-22T09:21:20.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://github.com/open-telemetry/opentelemetry-cpp",
  "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."
  ],
  "license": "Apache-2.0",
  "version": {
    "type": "semver",
    "value": "1.28.0",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/77ce8c50af17c7dfb1e0e213b7a01c05cc06bdf7/ports/opentelemetry-cpp",
    "hash": "77ce8c50af17c7dfb1e0e213b7a01c05cc06bdf7"
  },
  "repository": {
    "type": "github",
    "href": "https://github.com/open-telemetry/opentelemetry-cpp",
    "stars": 1373
  },
  "dependencies": [
    {
      "name": "abseil",
      "href": "https://vcpkg.link/ports/abseil",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "nlohmann-json",
      "href": "https://vcpkg.link/ports/nlohmann-json",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake",
      "href": "https://vcpkg.link/ports/vcpkg-cmake",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake-config",
      "href": "https://vcpkg.link/ports/vcpkg-cmake-config",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "elasticsearch",
      "default": [],
      "description": [
        "Whether to include the Elasticsearch Client in the SDK"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "curl",
          "href": "https://vcpkg.link/ports/curl",
          "is_host": false,
          "with_default_features": false,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "etw",
      "default": [],
      "description": [
        "Whether to include the ETW Exporter in the SDK"
      ],
      "supports": "windows",
      "dependencies": []
    },
    {
      "name": "geneva",
      "default": [],
      "description": [
        "Whether to include the Geneva Exporter from the opentelemetry-cpp-contrib repository"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "opentelemetry-cpp",
          "href": "https://vcpkg.link/ports/opentelemetry-cpp",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "windows"
        },
        {
          "name": "opentelemetry-cpp-contrib-version",
          "href": "https://vcpkg.link/ports/opentelemetry-cpp-contrib-version",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "opentracing",
      "default": [],
      "description": [
        "Whether to include the Opentracing shim"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "opentracing",
          "href": "https://vcpkg.link/ports/opentracing",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "otlp-file",
      "default": [],
      "description": [
        "Whether to include the OpenTelemetry Protocol to File exporter in the SDK"
      ],
      "supports": "!uwp",
      "dependencies": [
        {
          "name": "protobuf",
          "href": "https://vcpkg.link/ports/protobuf",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "otlp-grpc",
      "default": [],
      "description": [
        "Whether to include the OTLP gRPC exporter in the SDK"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "grpc",
          "href": "https://vcpkg.link/ports/grpc",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "grpc",
          "href": "https://vcpkg.link/ports/grpc",
          "is_host": true,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "otlp-http",
      "default": [],
      "description": [
        "Whether to include the OpenTelemetry Protocol over HTTP in the SDK"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "curl",
          "href": "https://vcpkg.link/ports/curl",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "protobuf",
          "href": "https://vcpkg.link/ports/protobuf",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "prometheus",
      "default": [],
      "description": [
        "Whether to include the Prometheus Client in the SDK"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "prometheus-cpp",
          "href": "https://vcpkg.link/ports/prometheus-cpp",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "user-events",
      "default": [],
      "description": [
        "Whether to include the User Events Exporter from the opentelemetry-cpp-contrib repository"
      ],
      "supports": "linux",
      "dependencies": [
        {
          "name": "libeventheader-tracepoint",
          "href": "https://vcpkg.link/ports/libeventheader-tracepoint",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "libtracepoint",
          "href": "https://vcpkg.link/ports/libtracepoint",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "opentelemetry-cpp",
          "href": "https://vcpkg.link/ports/opentelemetry-cpp",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        },
        {
          "name": "opentelemetry-cpp-contrib-version",
          "href": "https://vcpkg.link/ports/opentelemetry-cpp-contrib-version",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "zipkin",
      "default": [],
      "description": [
        "Whether to include the Zipkin exporter in the SDK"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "curl",
          "href": "https://vcpkg.link/ports/curl",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    }
  ]
}