Change the default query service name.
This commit is contained in:
@@ -23,7 +23,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
public class KubernetesZipkinDiscoveryProperties {
|
||||
|
||||
private boolean enabled = true;
|
||||
private String serviceName = "zipkin-query-api";
|
||||
private String serviceName = "zipkin-query";
|
||||
|
||||
|
||||
public boolean isEnabled() {
|
||||
|
||||
Reference in New Issue
Block a user