Skip to content

Commit c44db8f

Browse files
committed
spacing + feedback on prometheus
1 parent a5701f8 commit c44db8f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

google/cloud/storage/doc/storage-grpc.dox

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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

10099
If you are using CMake to compile your application:
101100

102101
1. Build and install OpenTelemetry with the following options:
103102
```{.bash}
104-
-DWITH_ABSEIL=ON -DWITH_PROMETHEUS=ON
103+
-DWITH_ABSEIL=ON
105104
```
106105

107106
1. Build and install gRPC with the OpenTelemetry plugin enabled:

0 commit comments

Comments
 (0)