File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -92,16 +92,15 @@ cc_binary(
9292
9393## gRPC+OpenTelemetry
9494
95- The gRPC client will default to enabling OpenTelemetry metrics.
96- This means that the library must be built with support for OpenTelemetry
97- and support for the gRPC OpenTelemetry plugin. Please note metrics require
98- using a version of gRPC > 1.64.
95+ The gRPC client will default to enabling OpenTelemetry metrics. This means that
96+ the library must be built with support for OpenTelemetry and support for the gRPC
97+ OpenTelemetry plugin. Please note metrics require using a version of gRPC > 1.64.
9998
10099If you are using CMake to compile your application:
101100
1021011. Build and install OpenTelemetry with the following options:
103102```{.bash}
104- -DWITH_ABSEIL=ON -DWITH_PROMETHEUS=ON
103+ -DWITH_ABSEIL=ON
105104```
106105
1071061. Build and install gRPC with the OpenTelemetry plugin enabled:
You can’t perform that action at this time.
0 commit comments