Skip to content

Commit

Permalink
Merge branch 'main' into Remove_to_span_ptr
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb authored Aug 27, 2021
2 parents 16cf06e + d210807 commit c154562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The C++ [OpenTelemetry](https://opentelemetry.io/) client.
| Metrics | Development paused [1] | N/A |
| Logs | Experimental [2] | N/A |

* [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.
* [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.
* [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.

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

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

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

0 comments on commit c154562

Please sign in to comment.