We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e23eb3 commit 6d03310Copy full SHA for 6d03310
init/dsrhub_init_plugin/metric.go
@@ -21,7 +21,7 @@ func (p *DSRHubInitPlugin) setupMetrics() error {
21
22
tracer.Start(
23
tracer.WithAgentAddr(fmt.Sprintf("%s:%s", p.StatsdHost, p.StatsdAPMPort)),
24
- tracer.WithServiceName(p.StatsdAPMServiceName),
+ tracer.WithService(p.StatsdAPMServiceName),
25
)
26
27
ginEngine := router.Engine()
0 commit comments