Skip to content

Commit

Permalink
feat(pkg/metric): fix config load error
Browse files Browse the repository at this point in the history
  • Loading branch information
amazing-gao committed Jun 25, 2021
1 parent 4a0c759 commit a82cb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/metric/metric.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type (
)

var (
Default = DefaultConfig("").Build()
Default = StdConfig("").Build()
)

func newMetric(cfg *Config) *Metric {
Expand Down

0 comments on commit a82cb16

Please sign in to comment.