Skip to content

Commit

Permalink
Merge pull request #125 from palantir/updateDocs
Browse files Browse the repository at this point in the history
Fix documentation on function
  • Loading branch information
bmoylan authored Dec 2, 2018
2 parents 66645f2 + 221b63e commit f492be0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions metrics/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ type metricsRegistryProvider interface {
Registry() metrics.Registry
}

// NewRootMetricsRegistry creates a new root registry for metrics. This call also starts a goroutine that captures Go
// runtime information as metrics at the specified frequency.
// NewRootMetricsRegistry creates a new root registry for metrics.
func NewRootMetricsRegistry() RootRegistry {
return &rootRegistry{
registry: metrics.NewRegistry(),
Expand Down

0 comments on commit f492be0

Please sign in to comment.