Skip to content

Commit c004c04

Browse files
committed
fix
1 parent a059edf commit c004c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/agent.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ func New(options Options) Agent {
132132
subsystem: options.Subsystem,
133133

134134
prometheusRegistry: prometheusRegistry,
135-
metrics: newAgentMetrics(options.PrometheusRegistry),
135+
metrics: newAgentMetrics(prometheusRegistry),
136136
}
137137
a.init(ctx)
138138
return a

0 commit comments

Comments
 (0)