Package zipkin.server

Class ZipkinServer


  • @SpringBootConfiguration
    @EnableAutoConfiguration
    @EnableZipkinServer
    public class ZipkinServer
    extends Object
    This adds the EnableAutoConfiguration annotation, but disables it by default to save startup time.

    Supported Zipkin modules like zipkin-gcp need to explicitly configure themselves.

    For example, add the following to src/main/resources/zipkin-server-stackdriver.yml:

    
     zipkin:
       internal:
         module:
           stackdriver: zipkin.module.storage.stackdriver.ZipkinStackdriverStorageModule
     
    • Constructor Detail

      • ZipkinServer

        public ZipkinServer()
    • Method Detail

      • main

        public static void main​(String[] args)