Skip to content

Commit

Permalink
Update sdk/metric/config.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dashpole authored Oct 3, 2024
1 parent f97cb61 commit 3626ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/metric/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func unifyShutdown(funcs []func(context.Context) error) func(context.Context) er
func newConfig(options []Option) config {
conf := config{
res: resource.Default(),
exemplarFilter: exemplar.SampledFilter,
exemplarFilter: exemplar.TraceBasedFilter,
}
for _, o := range options {
conf = o.apply(conf)
Expand Down

0 comments on commit 3626ca6

Please sign in to comment.