1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/website_docs/_index.md
Tyler Yahn 92551d3933
Prerelease v1.0.0 (#2250)
* Update versions file for 1.0.0 release

* Prepare stable-v1 for version v1.0.0

* Update trace signal status in documentation

* Update changelog

* Update CHANGELOG.md

Co-authored-by: Robert Pająk <pellared@hotmail.com>

Co-authored-by: Robert Pająk <pellared@hotmail.com>
2021-09-20 13:02:46 -07:00

1.3 KiB

title weight description cascade
Go 16 <img width="35" src="https://raw.github.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Golang_SDK.svg"></img> A language-specific implementation of OpenTelemetry in Go.
github_repo github_subdir path_base_for_github_subdir github_project_repo
https://github.com/open-telemetry/opentelemetry-go website_docs content/en/docs/go/ repo

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

Status and Releases

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

Tracing Metrics Logging
Stable Alpha Not Yet Implemented

The current release can be found here

Further Reading