Skip to content

Commit

Permalink
Update profiler/profiler.go
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel Aszalos <gabriel.aszalos@gmail.com>
  • Loading branch information
felixge and gbbr authored Apr 19, 2021
1 parent a6651bc commit 9979c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiler/profiler.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func newProfiler(opts ...Option) (*profiler, error) {
}
// Always warn people against using this mode for now. All customers should
// use agent based uploading at this point.
log.Warn("profiler.WithAgentlessUpload is currently for internal usage only and not officially supported. You should not enable it unless somebody at Datadog instructed you to do so.")
log.Warn("profiler.WithAgentlessUpload is currently for internal usage only and not officially supported.")
cfg.targetURL = cfg.apiURL
} else {
// Historically people could use an API Key to enable agentless uploading.
Expand Down

0 comments on commit 9979c9e

Please sign in to comment.