From b22d0d70d9c0cc145614aa8c32ed38dec660ee69 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Thu, 17 Dec 2020 19:00:34 +0100 Subject: [PATCH] Mention the getting started guide (#1406) Co-authored-by: Tyler Yahn --- README.md | 2 ++ doc.go | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 3b3fc877339..908b7e6f2ba 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 953ab998d47..771ce81cc2f 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.