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

32 lines
1.4 KiB
Markdown
Raw Normal View History

2021-04-01 18:36:51 +02:00
---
title: Go
description: >-
2021-04-01 18:36:51 +02:00
<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.
aliases: [/golang, /golang/metrics, /golang/tracing]
cascade:
github_repo: &repo https://github.com/open-telemetry/opentelemetry-go
github_subdir: website_docs
path_base_for_github_subdir: content/en/docs/go/
github_project_repo: *repo
weight: 16
2021-04-01 18:36:51 +02:00
---
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 |
2021-04-01 18:36:51 +02:00
The current release can be found [here](https://github.com/open-telemetry/opentelemetry-go/releases)
## Further Reading
- [godoc](https://pkg.go.dev/go.opentelemetry.io/otel)
- [Examples](https://github.com/open-telemetry/opentelemetry-go/tree/main/example)
- [Contrib Repository](https://github.com/open-telemetry/opentelemetry-go-contrib)