From c142eebf7bfe2bd43cdd5aa8fa5fa943828b9a55 Mon Sep 17 00:00:00 2001 From: Severin Neumann Date: Wed, 22 Nov 2023 05:45:17 +0100 Subject: [PATCH] Update missing log docs for C++ (#3562) Co-authored-by: Phillip Carter --- content/en/docs/instrumentation/cpp/manual.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/docs/instrumentation/cpp/manual.md b/content/en/docs/instrumentation/cpp/manual.md index 2217e09a7218..930cbd6fdb41 100644 --- a/content/en/docs/instrumentation/cpp/manual.md +++ b/content/en/docs/instrumentation/cpp/manual.md @@ -227,7 +227,9 @@ p->AddView(std::move(observable_instrument_selector), std::move(observable_meter ## Logs -The logs API & SDK are currently under development. +The documentation for the logs API & SDK is missing, you can help make it +available by +[editing this page](https://github.com/open-telemetry/opentelemetry.io/edit/main/content/en/docs/instrumentation/cpp/manual.md). ## Next Steps