Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.34 KB

_index.md

File metadata and controls

32 lines (25 loc) · 1.34 KB
Error in user YAML: Alias parsing is not enabled.
---
title: Go
description: >-
  <img width="35" src="https://raw.github.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Golang_SDK.svg" alt="Go"></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/instrumentation/go/
  github_project_repo: *repo
spelling: cSpell:ignore godoc
weight: 16
---

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:

Traces Metrics Logs
Stable Alpha Not Yet Implemented

{{% latest_release "go" /%}}

Further Reading