Skip to content

Commit d210807

Browse files
authored
Remove unnecessary spaces and spelling of gRPC in README (#965)
1 parent 61d3c5e commit d210807

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The C++ [OpenTelemetry](https://opentelemetry.io/) client.
1616
| Metrics | Development paused [1] | N/A |
1717
| Logs | Experimental [2] | N/A |
1818

19-
* [1]: The development of the metrics API and SDK has paused due to limited development resources, prioritization of a stable Traces release, and waiting for availability of stable Metrics ( API + SDK ) design from the OpenTelemetry specification. The current implementation can be included in build by setting `ENABLE_METRICS_PREVIEW` preprocessor macro.
19+
* [1]: The development of the metrics API and SDK has paused due to limited development resources, prioritization of a stable Traces release, and waiting for availability of stable Metrics (API + SDK) design from the OpenTelemetry specification. The current implementation can be included in build by setting `ENABLE_METRICS_PREVIEW` preprocessor macro.
2020
* [2]: The current Log Signal Implementation is Experimental, and will change as the current OpenTelemetry Log specification matures. The current implementation can be included in build by setting `ENABLE_LOGS_PREVIEW` preprocessor macro.
2121

2222
## OpenTelemetry Specification Compatibility Matrix
@@ -55,7 +55,7 @@ of the current project.
5555
| macOS 10.15 (Xcode 12.2) | Bazel |
5656
| Windows Server 2019 (Visual Studio Enterprise 2019) | CMake, Bazel |
5757

58-
[1]: Bazel build is disabled for GCC 4.8, as GRPC library ( required by OTLP expoter)
58+
[1]: Bazel build is disabled for GCC 4.8, as gRPC library (required by OTLP expoter)
5959
doesn't build with this compiler. CMake build won't build OTLP exporter with GCC 4.8.
6060

6161
In general, the code shipped from this repository should build on all platforms

0 commit comments

Comments
 (0)