Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan committed Jan 18, 2024
1 parent e555d27 commit 88f6bc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/logs_simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ provider, as well as initializes a `StdoutSpanExporter` instance and registers a
tracer provider from the [OpenTelemetry C++
SDK](https://github.com/open-telemetry/opentelemetry-cpp).

The application then calls a
[`logs_foo_library`](../common/logs_foo_library/foo_library.cc) which has been
instrumented using the [OpenTelemetry Logs
The application then calls into
[`logs_foo_library`](https://github.com/open-telemetry/opentelemetry-cpp/blob/main/examples/common/logs_foo_library/foo_library.cc)
which has been instrumented using the [OpenTelemetry Logs
API](../../api/include/opentelemetry/logs/logger.h). Resulting logs and traces
are directed to stdout.

Expand Down

0 comments on commit 88f6bc9

Please sign in to comment.