diff --git a/README.md b/README.md index 3b3fc8773..908b7e6f2 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ and ## Getting Started +You can find a getting started guide on [opentelemetry.io](https://opentelemetry.io/docs/go/getting-started/). + OpenTelemetry's goal is to provide a single set of APIs to capture distributed traces and metrics from your application and send them to an observability platform. This project allows you to do just that for applications written in diff --git a/doc.go b/doc.go index 953ab998d..771ce81cc 100644 --- a/doc.go +++ b/doc.go @@ -26,6 +26,8 @@ transmitted anywhere. An implementation of the OpenTelemetry SDK, like the default SDK implementation (go.opentelemetry.io/otel/sdk), and associated exporters are used to process and transport this data. +To read the getting started guide, see https://opentelemetry.io/docs/go/getting-started/. + To read more about tracing, see go.opentelemetry.io/otel/trace. To read more about metrics, see go.opentelemetry.io/otel/metric.