From db9d198cdd824ceb565f0da5cd345edfe5fca729 Mon Sep 17 00:00:00 2001 From: Nick Ripley <97066770+nsrip-dd@users.noreply.github.com> Date: Wed, 22 Jun 2022 14:57:06 -0400 Subject: [PATCH] profiler: remove API key reference from package doc (#1351) Going through the agent is the preferred way to upload profiles now, not going directly to the API. --- profiler/doc.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/profiler/doc.go b/profiler/doc.go index fecc665481..a2957f0614 100644 --- a/profiler/doc.go +++ b/profiler/doc.go @@ -3,7 +3,6 @@ // This product includes software developed at Datadog (https://www.datadoghq.com/). // Copyright 2016 Datadog, Inc. -// Package profiler periodically collects and sends profiles to the Datadog API. Use -// Start to start the profiler. An API key needs to be specified by means of the WithAPIKey -// option. +// Package profiler periodically collects and sends profiles to the Datadog API. +// Use Start to start the profiler. package profiler // import "gopkg.in/DataDog/dd-trace-go.v1/profiler"