Grant Limberg fbac205e65 add otel library to ext 3 tháng trước cách đây
..
BUILD fbac205e65 add otel library to ext 3 tháng trước cách đây
CMakeLists.txt fbac205e65 add otel library to ext 3 tháng trước cách đây
README.md fbac205e65 add otel library to ext 3 tháng trước cách đây
main.cc fbac205e65 add otel library to ext 3 tháng trước cách đây

README.md

Simple Trace Example

In this example, the application in main.cc initializes and registers a tracer provider from the OpenTelemetry SDK. The application then calls a foo_library which has been instrumented using the OpenTelemetry API. Resulting telemetry is directed to stdout through the StdoutSpanExporter.

See CONTRIBUTING.md for instructions on building and running the example.