Skip to content

Commit

Permalink
Merge branch 'main' into mviana/grpc-leak
Browse files Browse the repository at this point in the history
  • Loading branch information
vianamjr authored Jan 30, 2025
2 parents 51bf423 + 6eaddb9 commit 7f41c5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instrumentation/runtime/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const (
)

// Start initializes reporting of runtime metrics using the supplied config.
// For goroutine scheduling metrics, additionally see [NewProducer].
func Start(opts ...Option) error {
c := newConfig(opts...)
meter := c.MeterProvider.Meter(
Expand Down

0 comments on commit 7f41c5d

Please sign in to comment.