# OpenTelemetry-Go [![Circle CI](https://circleci.com/gh/open-telemetry/opentelemetry-go.svg?style=svg)](https://circleci.com/gh/open-telemetry/opentelemetry-go) [![Docs](https://godoc.org/go.opentelemetry.io?status.svg)](http://godoc.org/go.opentelemetry.io) [![Go Report Card](https://goreportcard.com/badge/go.opentelemetry.io)](https://goreportcard.com/report/go.opentelemetry.io) The Go [OpenTelemetry](https://opentelemetry.io/) client. ## Contributing See the [contributing file](CONTRIBUTING.md). ## TODO TODO ## Experimental streaming SDK The `experimental/streaming` directory contains an experimental SDK that supports a low-level exporter. ``` go run experimental/streaming/example/basic/main.go ```