File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -76,20 +76,6 @@ Overlay triplets specific to various products must be maintained by product
7676teams. Product teams may optionally decide to integrate their triplets in the
7777mainline OpenTelemetry C++ SDK repo as-needed.
7878
79- ## Using Feature Packages
80-
81- To install opentelemetry built with standard library API surface classes:
82-
83- ``` console
84- vcpkg install opentelemetry[stdlib]
85- ```
86-
87- To install opentelemetry built with Abseil API surface classes:
88-
89- ``` console
90- vcpkg install opentelemetry[abseil]
91- ```
92-
9379## Build with vcpkg dependencies
9480
9581` CMakeLists.txt ` in top-level directory lists the following package
@@ -102,7 +88,7 @@ dependencies:
10288 C++14 or C++17 compiler.
10389- ` nlohmann-json ` - required when building with zPages module.
10490- ` prometheus-cpp ` - required for Prometheus exporter.
105- - ` gRPC ` and ` Protobuf ` - required for OTLP exporter
91+ - ` gRPC ` and ` Protobuf ` - required for OTLP/gRPC exporter.
10692
10793It is possible to adjust the build system to use either vcpkg-installed
10894dependencies or OS-provided dependencies, e.g. ` brew ` or ` deb ` packages.
You can’t perform that action at this time.
0 commit comments