Skip to content

Commit 0aeea99

Browse files
committed
add website docs
1 parent 9fa6bd5 commit 0aeea99

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

website_docs/_index.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: "C++"
3+
weight: 11
4+
description: >
5+
A language-specific implementation of OpenTelemetry in C++.
6+
---
7+
8+
This is the OpenTelemetry for C++ documentation. OpenTelemetry is an
9+
observability framework -- an API, SDK, and tools that are designed to aid in
10+
the generation and collection of application telemetry data such as metrics,
11+
logs, and traces. This documentation is designed to help you understand how to
12+
get started using OpenTelemetry for C++.
13+
14+
## Status and Releases
15+
16+
The current status of the major functional components for OpenTelemetry C++ is
17+
as follows:
18+
19+
| Tracing | Metrics | Logging |
20+
| ------- | ------- | ------- |
21+
| Pre-Alpha | Pre-Alpha | Not Yet Implemented |
22+
23+
The current release can be found [here](https://github.com/open-telemetry/opentelemetry-cpp/releases)
24+
25+
## Further Reading
26+
27+
- [OpenTelemetry for C++ on GitHub](https://github.com/open-telemetry/opentelemetry-cpp)
28+
- [Examples](https://github.com/open-telemetry/opentelemetry-cpp/tree/main/examples)

0 commit comments

Comments
 (0)