Skip to content

Commit

Permalink
add website docs (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinlparker committed Mar 29, 2021
1 parent f1fc554 commit e8878a5
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions website_docs/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: "Rust"
weight: 26
description: >
A language-specific implementation of OpenTelemetry in Rust.
---

This is the OpenTelemetry for Rust 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 Rust.

# Status and Releases

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

| Tracing | Metrics | Logging |
| ------- | ------- | ------- |
| Beta | Alpha | Not Yet Implemented |

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

# Further Reading

- [docs.rs](https://docs.rs/opentelemetry)
- [Examples](https://github.com/open-telemetry/opentelemetry-rust/tree/main/examples)
- [Contrib](https://github.com/open-telemetry/opentelemetry-rust#ecosystem)

0 comments on commit e8878a5

Please sign in to comment.