|
@@ -59,7 +59,7 @@ public class ServerApplication implements WebMvcConfigurer {
|
|
|
.withAgentHost("south.niimei.com").withAgentPort(5775);
|
|
|
Configuration.ReporterConfiguration reporterConfig = new Configuration.ReporterConfiguration()
|
|
|
.withSender(senderConfiguration);
|
|
|
- return new Configuration("quiz-test-server")
|
|
|
+ return new Configuration("nursery-test-server")
|
|
|
.withSampler(new Configuration.SamplerConfiguration().withType("const").withParam(1))
|
|
|
.withReporter(reporterConfig)
|
|
|
.getTracer();
|