Skip to content

Commit

Permalink
changed default sampling to static
Browse files Browse the repository at this point in the history
  • Loading branch information
okankoAMZ committed Jul 31, 2024
1 parent 444db20 commit ba5852d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translator/translate/otel/exporter/debug/translator.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/aws/amazon-cloudwatch-agent/translator/translate/otel/common"
)

var DEFAULT_SAMPLING_THEREAFTER = 500
const defaultSamplingThereafter = 500

type translator struct {
name string
Expand Down

0 comments on commit ba5852d

Please sign in to comment.