0

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?

Charles
  • 570
  • 11
  • 29

2 Answers2

0

I think to remove the service names from zipkin you have to Re-deploy the zipkin service

jramapurath
  • 221
  • 1
  • 8
0

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

Saurabh Oza
  • 169
  • 4
  • 18