Search code examples
zipkin

Deletion of service name in Zipkin dropdown list


I have the following problem: i have added numerous services in Zipkin but now i want to remove some of them. I keep the data in memory so no persistency involved there. Is there any way to delete a service name from Zipkin's service name dropdown list?


Solution

  • You will need to remove the spring.zipkin.base-url property from the corresponding applications to remove it from zipkin server list.