Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe committed Apr 12, 2024
1 parent 3e4a15b commit 13b1c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impl/pkg/telemetry/telemetry.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func SetupTelemetry(ctx context.Context) error {
otel.SetMeterProvider(meterProvider)

// setup memory metrics
err = runtime.Start(runtime.WithMinimumReadMemStatsInterval(time.Second * 15))
err = runtime.Start(runtime.WithMeterProvider(meterProvider), runtime.WithMinimumReadMemStatsInterval(time.Second*15))
if err != nil {
return err
}
Expand Down

0 comments on commit 13b1c8c

Please sign in to comment.