Skip to content

Commit

Permalink
profiler: remove API key reference from package doc (#1351)
Browse files Browse the repository at this point in the history
Going through the agent is the preferred way to upload profiles now, not
going directly to the API.
  • Loading branch information
nsrip-dd committed Jun 22, 2022
1 parent 0870477 commit db9d198
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions profiler/doc.go
Expand Up @@ -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"

0 comments on commit db9d198

Please sign in to comment.