We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e23eb3 + 6d03310 commit 11494d4Copy full SHA for 11494d4
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