Skip to content

Commit

Permalink
feat: enable 50% process metrics rollout (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
prichrd authored Apr 12, 2023
1 parent a20b47c commit 46d9ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/do-agent/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const (
defaultSonarURL = ""
defaultWebListenAddress = "127.0.0.1:9100"

processScrapingDropletPct = 10
processScrapingDropletPct = 50
)

var defaultMetadataURL = fmt.Sprintf("%s/metadata", internalProxyURL)
Expand Down

0 comments on commit 46d9ffa

Please sign in to comment.