Skip to content

Add opentelemetry.io docs #636

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions website_docs/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: "C++"
weight: 11
description: >
A language-specific implementation of OpenTelemetry in C++.
---

This is the OpenTelemetry for C++ documentation. OpenTelemetry is an
observability framework -- an API, SDK, and tools that are designed to aid in
the generation and collection of application telemetry data such as metrics,
logs, and traces. This documentation is designed to help you understand how to
get started using OpenTelemetry for C++.

## Status and Releases

The current status of the major functional components for OpenTelemetry C++ is
as follows:

| Tracing | Metrics | Logging |
| ------- | ------- | ------- |
| Pre-Alpha | Pre-Alpha | Not Yet Implemented |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit - we do have logging api/sdk pre-alpha release.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And I think Metrics should be "Not Yet Implemented".


The current release can be found [here](https://github.com/open-telemetry/opentelemetry-cpp/releases)

## Further Reading

- [OpenTelemetry for C++ on GitHub](https://github.com/open-telemetry/opentelemetry-cpp)
- [Examples](https://github.com/open-telemetry/opentelemetry-cpp/tree/main/examples)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.